.verificationDiv {
  text-align: center;
}

.verificationDiv, .errorMessage, .signUpButtonDiv {
  max-width: 90%;
  padding-left: 5%;
  padding-right: 5%;
}

.hidden {
  display: none;
}

.verificationHeading {
  font-size: 17px;
}

.emailAddressContainer {
  margin-bottom: 13px;
}

#email_error {
  display: inline;
}

.logInPageButton {
  margin-top: 15px;
}

.signUpButtonDiv {
  width: 600px;
  margin: 0 auto;
}

#googleRecapthaError {
  color: #e60e0e;
}

/*Desktop view*/
@media screen and (min-width: 660px) {
  .signUpButtonDiv {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .verifyText, #userFeedback, .errorMessage, #email_error {
    width: 380px;
  }

  .emailInput {
    max-width: 250px;
    margin-right: 41px;
  }

  .emailAddressContainer {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 660px) {
  .btnMobileLeft {
    position: fixed !important;
    width: 50vw !important;
    max-width: 50vw !important;
    min-width: 50px;
    margin-top: 50px;
    margin-bottom: 0px !important;
    top: auto !important;
    bottom: 0px !important;
    left: 0px !important;
    height: 64px !important;
    z-index: 998;
  }

  .btnMobileRight {
    position: fixed !important;
    width: 50vw !important;
    max-width: 50vw !important;
    min-width: 50px !important;
    margin-left: -50px;
    margin-top: 50px;
    margin-bottom: 0px !important;
    top: auto !important;
    bottom: 0px !important;
    right: 0% !important;
    height: 64px !important;
    z-index: 998;
  }

  .signUpButtonDiv {
    padding-bottom: 90px;
  }
}

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