.login_content_logo {
  margin-top: 28px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.login_content_logo img {
  width: 170px;
}

.login_card {
  flex: 1;
  border-radius: 20px;
  padding: 0 30px 34px;
  position: relative;
  z-index: 1;
}

.form_container input[type=text],
.form_container input[type=password],
.form_container select {
  border: 1px solid #303847;
}

.login_forgot_password {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.login_forgot_password_link {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  color: var(--theme-hili-color);
}

.login_button_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.login_button_container>.button {
  width: 240px;
  height: 46px;
  border-radius: 999px;
}

.login_button_container .explore {
  font-size: 12px;
}

.terms_modal .modal_bottom_body {
  overflow-y: auto;
  color: #fff;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.eter_link {
  font-weight: bold;
  color: var(--theme-hili-color);
}

.checkbox_container {
  margin-bottom: 18px;
}

.login_foot_note {
  max-width: 170px;
  margin: 30px auto 20px;
}

.login_foot_note img {
  width: 100%;
}

.login_type {
  display: flex;
  justify-content: center;
  color: #FFFF2A;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 30px;
}

#turnstile-container {
  margin-top: 20px;
}


.login_get_code_hint{
  display: flex;
  font-size: 12px;
  color: #FFFF2A;
  align-items: start;
  gap: 4px;
  margin-top: -12px;
}

.login_get_code_hint img{
  width: 12px;
  margin-top: 4px;
}

.forgot_password_wrap {
  text-align: right;
  font-size: 14px;
  margin-top: -10px;
}

.forgot_password_wrap a {
  color: #FFFF2A;
  font-weight: 700;
}

.forgot_password_form {
  margin-top: 20px;
}

.forgot_otp{
  margin-bottom: 10px;
}

.login_tabs {
  display: flex;
  font-size: 18px;
  font-weight: 700;
  color: #989EAA;
  justify-content: center;
  gap: 30px;
  margin-bottom: 26px;
}

.login_tabs .login_tab.active{
  color: #FFF;
}

.help_row {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
}

.help_row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #FFFF2A;
}