@charset "utf-8";

.form_backbtn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 32px;
  height: 24px;
  border-radius: 4px;
  cursor: pointer;
}

.form_backbtn:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 3px solid #1e1e1e;
  border-width: 0 0 2px 2px;
  margin-left: 3px;
  transform: rotate(45deg);
}

.form_container fieldset.otp_field {
  /* width: auto;
  height: auto; */
  flex: 1;
  aspect-ratio: 1/1;
}

.form_container .textfield.otp_field input {
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  height: 100%;
}

.form_container .textfield.otp_field .textfield_input:focus,
.form_container .textfield.otp_field .textfield_input:valid {
  padding-top: 10px;
  text-align: center;
}

.form_container .form_wrapper {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
}

.form_container ul.otp_verify li {
  gap: 10px;
}

.form_container ul.otp_verify.alert .textfield_input {
  border-color: #d74f4f;
}

.form_text.otp_react {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  font-size: 12px;
}

.form_text.otp_react span {
  color: #a0aec0;
}

.forgot_password .combined_signup_field {
  display: flex;
  gap: 5px;
  width: 100%;
  max-width: 500px;
}

.forgot_password .combined_signup_field .textfield {
  width: 100%;
}

.forgot_password .combined_signup_field .selectfield {
  display: none;
  flex: 1;
}

.forgot_password .form_text a {
  text-decoration: none;
  text-align: right;
  font-size: 13px;
}

.forgot_password .form_text span {
  /* font-weight: 900; */
  padding: 0 2px;
}

[lang="en"] .forgot_password .form_text span#otpTimerMsg {
  display: flex;
  flex-direction: row-reverse;
}
.forgot_password .form_btnbox {
  margin-top: auto;
  width: 100%;
}

.forgot_password .form_text .forgot_password_box {
  text-align: right;
}

.forgot_password .form_text.back_text {
  align-items: center;
}

.forgot_password li:has(.combined_signup_field) {
  flex-direction: column;
  gap: 0 !important;
}

.forgot_password .hintmsg_box {
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.1;
  color: #a1a1a1;
  background: url(../../../../images/tc/icon/icon_hint_msg.svg) no-repeat left
    6px;
  padding: 5px 5px 5px 15px;
}

.forgot_password .form_title {
  display: flex;
  align-items: center;
  gap: 5px;
}

.forgot_password .form_text.form_center {
  align-items: center;
  justify-content: center;
}

.forgot_password a.enquiry_link {
  color: #1e1e1e;
  font-size: 13px;
  border-bottom: 1px solid #1e1e1e;
}

.forgot_password .pwd_reset_submit li {
  flex-direction: column;
  gap: 10px;
}

.forgot_password .auth_phone .form_container,
.forgot_password .cs_enquiry_register .form_container {
  padding-top: 0;
}
