.login-column-topleft::before {
  background-color: black !important;
}
.login-column-topleft {
  display: flex;
  min-height: 100vh;
  background-image: url('/site/img/bg-auth2.png?v=1.0');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.login-column-topleft > .d-flex {
  width: 100%;
  min-height: 100%;
  margin: 0 !important;
  padding: clamp(32px, 5vw, 72px);
}
.login-column-topleft > .d-flex > div {
  width: 100%;
  max-width: 520px !important;
}
.login-column-topleft .login-logo {
  width: clamp(190px, 25vw, 280px);
  max-width: 55%;
  margin-left: 0 !important;
}
.login-column-topleft h2 {
  max-width: 520px;
  font-size: clamp(28px, 2.15vw, 38px);
  line-height: 1.2;
}
.login-column-topleft h5 {
  max-width: 520px !important;
  margin-bottom: 0 !important;
  font-size: clamp(14px, 1.05vw, 17px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
  word-spacing: normal;
  text-align: left !important;
}
.login-column-topleft .btn {
  justify-content: center;
  min-width: 200px;
  min-height: 48px;
  max-width: none !important;
  font-size: 16px;
  white-space: nowrap;
}
@media (max-width: 912px) {
  .login-column-topleft {
    min-height: 46vh;
    background-image: url('/site/img/bg-auth2.png?v=1.0');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .login-column-topleft > .d-flex {
    padding: 32px 24px;
  }
  .login-column-topleft .login-logo {
    width: 190px;
    max-width: 52%;
  }
  .login-column-topleft h2 {
    margin-top: 24px !important;
    margin-bottom: 16px !important;
    font-size: 28px;
  }
  .login-column-topleft h5 {
    font-size: 14px;
    line-height: 1.55;
  }
}
.login-top-icon {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #C7C8CA;
  color: #002373;
  font-size: 6em;
}
.icon-fixed-size {
  display: inline-block;
  width: 16px;
  height: 16px;
}
#smsCode {
  border: 0;
  font-size: 4em;
  text-align: center;
}
#smsCode:focus {
  outline: none;
  box-shadow: none;
}
.sms-countdown {
  font-size: 4em;
  background: #000 !important;
  line-height: 100%;
  width: 100px;
  height: 80px;
  text-align: center;
}
.user-agreement-text {
  max-height: 500px;
  overflow: scroll;
}
.login-logo {
  max-width: 40%;
}
.register-logo {
  max-width: 30%;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  padding-top: 10px;
  color: var(--bs-body-color);
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
  background-color: white;
  border: solid 1px #dee2e6;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #1554ff !important;
}
.error-page {
  background-color: #fff;
}
.error-visual {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: 48px 56px;
}
.error-visual::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: rgba(0, 35, 115, 0.58) !important;
}
.error-intro {
  width: 100%;
  max-width: 680px;
}
.error-intro h5 {
  color: #fff !important;
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.65;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}
.error-content {
  min-height: 100vh;
  padding: 48px 42px;
  background-color: #fff;
}
.error-logo {
  width: 240px;
  max-width: 55%;
}
.error-message {
  max-width: 720px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid rgba(21, 84, 255, 0.24);
  border-left: 4px solid #1554ff;
  border-radius: 8px;
  background-color: rgba(21, 84, 255, 0.08);
  color: #002373;
  line-height: 1.45;
}
.error-message i {
  margin-top: 2px;
  color: #1554ff;
  font-size: 1.25rem;
}
.error-message strong {
  margin-bottom: 2px;
  color: #002373;
  font-size: 1rem;
}
.error-action {
  min-width: 200px;
  min-height: 46px;
  padding: 10px 28px;
  border: 1px solid #1554ff;
  border-radius: 999px;
  background-color: #1554ff;
  color: #fff !important;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.error-action:hover,
.error-action:focus {
  border-color: #002373;
  background-color: #002373;
  color: #fff !important;
}
.error-action:hover i,
.error-action:focus i {
  color: #fff !important;
}
@media (max-width: 991.98px) {
  .error-visual {
    min-height: 42vh;
    padding: 36px 28px;
  }
  .error-content {
    min-height: 58vh;
    padding: 42px 24px;
  }
  .error-intro h5 {
    line-height: 1.55;
  }
  .error-logo {
    width: 180px;
  }
  .error-message {
    margin-top: 32px !important;
  }
}
@media (max-width: 576px) {
  .error-visual {
    min-height: 38vh;
    padding: 28px 20px;
  }
  .error-content {
    min-height: 62vh;
    padding: 34px 18px;
  }
  .error-intro h5 {
    font-size: 1rem;
  }
  .error-logo {
    width: 150px;
  }
  .error-message {
    padding: 16px;
  }
  .error-action {
    width: 100%;
    max-width: 280px;
  }
}
