@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;
}

[lang="en"] .auth_phone .form_text span#otpTimerMsg {
  display: flex;
  flex-direction: row-reverse;
}

.auth_phone .form_container input {
  min-height: unset !important;
}

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

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

.auth_phone .form_whitebox.form_center .form_btnbox {
  width: 100%;
}

.auth_phone .form_whitebox.form_center .form_btnbox .btn_common {
  min-width: 300px;
}

@media only screen and (max-width: 500px) {
  .form_container ul.otp_verify li {
    gap: 1.5vw;
  }

  .form_container .textfield.otp_field input {
    font-size: 18px;
  }
}
