.login-box__login-field .intl-tel-input.allow-dropdown input.phone-number {
  width: calc(100% - 78px);
  max-width: 300px;
}
.form-forgot-password-sms {
  max-width: 380px;
  margin: 0 auto 60px;
  font-size: 14px;
}
.form-forgot-password-sms .login-box__login-field .form-group .form-item-verification-code {
  display: inline;
  width: auto;
}
.forgot-pass-page .form-forgot-password-sms .forgot-box__btn {
  height: 40px;
  width: 100%;
  font-size: 14px;
  font-family: "Nunito", "Helvetica Neue", "Roboto", Helvetica, Arial, sans-serif;
}
.login-box__have-acc {
  text-align: center;
}
.forgot-pass-page .form-forgot-password-sms  .login-box__have-acc a:hover {
  text-decoration: none;
}
.forgot-pass-page .send-smscode {
  cursor: pointer;
}
