.forgot-title-login {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #eeeeee;
}

.forgot-examinee {
  background: #ffffff;
  border-radius: 5px;
  margin: 50px auto;
  max-width: 570px;
  padding: 24px;
}
@media (max-width: 767px) {
  .forgot-examinee {
    margin: 20px auto;
  }
}
.forgot-examinee .forgot-password-form {
  text-align: center;
  box-sizing: border-box;
  padding-top: 24px;
}
.forgot-examinee .forgot-password-form .fff-form-group {
  margin-bottom: 15px;
  position: relative;
}
.forgot-examinee .forgot-password-form .fff-form-group p {
  color: #333;
  font-size: 15px;
  display: block;
  margin-bottom: 8px;
}
.forgot-examinee .forgot-password-form .fff-form-group p.addem {
  max-width: 370px;
  margin: 20px auto 10px;
  text-align: left;
}
@media (max-width: 767px) {
  .forgot-examinee .forgot-password-form .fff-form-group p {
    font-size: 14px;
  }
}
.forgot-examinee .forgot-password-form input#user_email.email-field {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #dddddd;
  padding: 10px;
  max-width: 370px;
  font-size: 14px;
  color: #949494;
}
.forgot-examinee .forgot-password-form input#user_email.email-field#txtCaptcha {
  width: 40%;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #dddddd;
  padding: 10px;
  float: left;
  margin-left: 10px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .forgot-examinee .forgot-password-form input#user_email.email-field {
    font-size: 12px !important;
  }
}
.forgot-examinee .forgot-password-form .txt_capcha {
  height: 40px;
  border-radius: 3px;
  border: 1px solid #dddddd;
  padding: 10px;
  max-width: 240px;
  font-size: 14px;
  color: #949494;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .forgot-examinee .forgot-password-form .txt_capcha {
    font-size: 12px !important;
  }
}
.forgot-examinee .forgot-password-form a.code-view {
  overflow: hidden;
  height: 40px;
  float: right;
}
.forgot-examinee .forgot-password-form .fff-form-captcha {
  margin: auto;
  padding-bottom: 24px;
}
.forgot-examinee .forgot-password-form .fff-form-submit {
  background: #9e58c5;
  width: 70%;
  margin: auto;
  border-radius: 4px;
}
.forgot-examinee .forgot-password-form .fff-form-submit .btn.small {
  font-size: 18px;
  color: #ffffff;
  height: 40px;
  text-align: center;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .forgot-examinee .forgot-password-form .fff-form-submit .btn.small {
    font-size: 12px;
  }
}
.forgot-examinee .forgot-password-form .login-res {
  flex-direction: column;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #eeeeee;
}
.forgot-examinee .forgot-password-form .login-res .login-submit {
  margin-bottom: 24px;
}
.forgot-examinee .forgot-password-form .login-res a {
  color: #9e58c5;
}
.forgot-examinee .btn-log-reg {
  border-top: 1px solid #f4f4f4;
  margin: 0 0 30px;
  padding-top: 30px;
}
.forgot-examinee .btn-log-reg p {
  font-size: 15px;
  color: #333;
  margin-bottom: 5px;
  text-align: center;
}
.forgot-examinee .btn-log-reg p a {
  color: #0e7fb6;
}

@media (max-width: 767px) {
  .login-submit {
    font-size: 12px !important;
  }
  .register-submit {
    font-size: 12px !important;
  }
}/*# sourceMappingURL=forget.css.map */