.login_signup_content {
  margin-top: 4.68rem;
  /* For Chrome, Safari, Edge, Opera */
  /* For Firefox */
}
.login_signup_content a {
  color: red;
}
.login_signup_content h5 {
  font-style: normal;
  font-size: 16px;
}
.login_signup_content .login-error {
  text-align: center;
  color: red;
}
.login_signup_content .submit {
  width: 100%;
  height: 50px;
  background: #de1921;
  border-radius: 6px;
  font-weight: 600;
  color: #ffffff;
  border: none;
  margin-bottom: 1.5rem;
  transition: all 0.5s ease;
  margin-top: 0.2rem;
}
.login_signup_content .submit a {
  color: #ffffff;
}
.login_signup_content button:hover {
  opacity: 0.8;
}
.login_signup_content label {
  font-size: 16px;
  color: #555555;
}
.login_signup_content select,
.login_signup_content input {
  outline: none;
  transition: border-color 0.5s ease;
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  margin-bottom: 0.3rem;
  text-indent: 10px;
  height: 50px;
}
.login_signup_content input::-webkit-outer-spin-button,
.login_signup_content input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.login_signup_content input[type=number] {
  -moz-appearance: textfield;
}
.login_signup_content input:focus {
  border-color: black;
}
.login_signup_content input[type=checkbox] {
  border-radius: 6px;
  border: 2px solid #c4c4c4;
  height: unset;
}
.login_signup_content .reset_verification_sign {
  margin: auto;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: auto;
  background: rgba(40, 183, 54, 0.2);
  padding: 17px;
  margin-bottom: 1.2rem;
  animation-name: bigbg;
  animation-duration: 1s;
  animation-fill-mode: backwards;
  animation-timing-function: ease-out;
}
@keyframes bigbg {
  0% {
    opacity: 0.5;
  }
  20% {
    tranform: scaleX(0);
  }
  60% {
    tranform: scaleX(0);
  }
  100% {
    opacity: 1;
  }
}
.login_signup_content .reset_verification_sign .reset_verification_sign_background_img {
  margin: auto;
  border-radius: 50%;
  width: 66px;
  height: 66px;
  background: rgba(40, 183, 54, 0.3);
  animation-name: test;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
@keyframes test {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.login_signup_content .reset_verification_sign img {
  margin-top: -90px;
  animation-name: tickimage;
  animation-duration: 4s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
@keyframes tickimage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.login_signup_content .form_description {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #a0a0a0;
}
.login_signup_content .error {
  color: red;
}

.loginsignup_form_footertext {
  text-align: center;
}
.loginsignup_form_footertext h5 {
  font-size: 14px;
}

.back_to_login_button {
  text-align: center;
}
.back_to_login_button a {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: #de1921;
}

.input_placeholder {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
  /* Firefox */
}
.input_placeholder ::placeholder {
  font-style: normal;
  font-size: 14px;
  color: #999;
}
.input_placeholder ::-webkit-outer-spin-button,
.input_placeholder ::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input_placeholder [type=number] {
  -moz-appearance: textfield;
}
.input_placeholder input {
  height: 50px;
}
.input_placeholder ::-webkit-outer-spin-button,
.input_placeholder ::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input_placeholder [type=number] {
  -moz-appearance: textfield;
}

.checkbox {
  width: 15px;
  height: 15px;
}

.checkbox_text {
  margin-left: 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  color: #737373;
}

.checkbox_Nearme {
  margin-left: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #14C1E7;
}

.forgot_password {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  display: flex;
}

.selectform select {
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #737373;
}

.has-invalid {
  border-color: red !important;
}

.auth-message .am-icon {
  border: 1px solid green;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}
