.main {
  display: grid;
  max-width: 90%;
  margin: auto;
  text-align: center;
  align-items: center;
}

.error {
  margin: 10px;
  font-size: 20px;
}

.btn {
  color: #FFF;
  font-size: 14px;
  background-color: #1fc4a4;
  border: none;
  height: 50px;
  width: 200px;
  cursor: pointer;
  margin: 10px;
/*text-transform: uppercase;*/
    border-radius: 10px;
}

.btn:hover {
  background-color: #888888;
  transition: all 0.6s ease;
}

.check-form input, .auth-form input {
  font-size: 25px;
  padding: 5px;
  width: 80%;
  text-align: center;
  height: 50px;
  border: 1px solid grey;
  border-radius: 30px;
  margin: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

input[type=file] {
  display: none;
}
.recaptcha {
  display: flex;
  justify-content: center;
}




.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  .check-form input, .auth-form input {
    font-size: 15px;
  }
}

/*# sourceMappingURL=style.css.map */
