.guest-bs5-body.forget-bs5-body {
  background: #eef1f4;
}

.guest-bs5-main {
  min-height: 100vh;
}

.forget-bs5-page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 32px 20px;
  isolation: isolate;
}

.forget-bs5-media,
.forget-bs5-backdrop {
  position: absolute;
  inset: 0;
}

.forget-bs5-media {
  z-index: -2;
}

.forget-bs5-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.01);
}

.forget-bs5-backdrop {
  z-index: -1;
  background:
    linear-gradient(110deg, rgba(16, 24, 40, 0.18) 0%, rgba(16, 24, 40, 0.32) 40%, rgba(16, 24, 40, 0.52) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 28%, rgba(15, 23, 42, 0.08) 100%);
}

.forget-bs5-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1320px);
  min-height: calc(100vh - 64px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 560px);
  align-items: center;
}

.forget-bs5-card {
  grid-column: 2;
  width: min(100%, 500px);
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.24);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.forget-bs5-card:hover {
  box-shadow: 0 30px 76px rgba(15, 23, 42, 0.28);
}

.forget-bs5-card-body {
  padding: 24px;
}

.forget-bs5-header {
  margin-bottom: 40px;
}

.forget-bs5-header h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--bs-body-color);
}

.forget-bs5-intro {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--bs-secondary-color);
}

.forget-bs5-notice {
  margin-bottom: 30px;
  max-width: none;
}

.forget-bs5-form {
  width: 100%;
}

.forget-bs5-verify-field {
  margin-bottom: 0 !important;
}

.forget-bs5-email-wrap {
  --forget-code-action-width: 116px;
  min-height: 52px;
}

.forget-bs5-email-wrap.is-human-open .form-control {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.forget-bs5-email-wrap .form-control {
  min-height: 52px;
  padding-right: calc(var(--forget-code-action-width) + 20px);
}

.forget-bs5-send-btn {
  top: 8px;
  bottom: 8px;
  right: 8px;
  width: var(--forget-code-action-width);
  min-width: var(--forget-code-action-width);
  height: auto;
  padding-inline: 10px;
  font-size: 14px;
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
  transform: none !important;
}

.forget-bs5-send-btn[disabled] {
  opacity: 1;
}

.forget-bs5-send-btn:hover,
.forget-bs5-send-btn:focus,
.forget-bs5-send-btn:active,
.forget-bs5-send-btn:disabled {
  transform: none !important;
}

.forget-bs5-email-wrap.verified .form-control {
  padding-right: 40px;
}

.forget-bs5-human-wrap {
  width: 100%;
}

.forget-bs5-human-frame {
  width: 100%;
  min-height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  overflow: visible;
  line-height: 0;
}

.forget-bs5-human-frame > * {
  width: 100% !important;
  max-width: 100%;
}

.forget-bs5-human-frame > iframe {
  width: 100% !important;
  max-width: 100%;
  display: block;
}

.forget-bs5-human-frame #aliyunCaptcha-checkbox-wrapper,
.forget-bs5-human-frame #aliyunCaptcha-checkbox-body {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

.forget-bs5-human-frame #aliyunCaptcha-checkbox-body {
  display: flex !important;
  align-items: center;
}

.forget-bs5-human-frame #aliyunCaptcha-checkbox-left {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  min-width: 20px;
  display: flex !important;
  align-items: center;
}

.forget-bs5-human-frame #aliyunCaptcha-checkbox-right {
  flex: 1 1 auto !important;
  min-width: 0;
}

.forget-bs5-actions {
  margin-top: 48px;
}

.forget-bs5-submit {
  --btn-w: 100%;
  min-height: 48px;
  font-size: 16px;
  border-radius: var(--bs-border-radius-sm);
}

.forget-bs5-submit:disabled {
  opacity: 1;
  background: #f3a6b4;
  border-color: #f3a6b4;
  color: #fff;
  box-shadow: none;
}

.forget-bs5-links {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}

.forget-bs5-bottom-link {
  font-size: 14px;
  line-height: 1.6;
  color: var(--bs-secondary-color);
  text-decoration: none;
}

.forget-bs5-bottom-link:hover {
  color: var(--bs-body-color);
}

@media (max-width: 991.98px) {
  .forget-bs5-page {
    padding: 24px 16px;
  }

  .forget-bs5-shell {
    width: min(100%, 640px);
    min-height: calc(100vh - 48px);
    grid-template-columns: minmax(0, 1fr);
  }

  .forget-bs5-card {
    grid-column: 1;
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 575.98px) {
  .forget-bs5-page {
    padding: 16px;
  }

  .forget-bs5-shell {
    min-height: calc(100vh - 32px);
  }

  .forget-bs5-card {
    border-radius: 20px;
  }

  .forget-bs5-card-body {
    padding: 26px 22px 24px;
  }

  .forget-bs5-header h1 {
    font-size: 24px;
  }
}
