
body.auth-page {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: #fff;
}

body.auth-page .main-content,
body.auth-page .page-content,
body.auth-page .container-fluid.fu-auth-default {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
}

.fu-auth-default {
  min-height: 100vh;
}

.fu-auth-default > .row.no-gutters {
  min-height: 100vh;
}

.fu-auth-default .auth-full-bg {
  min-height: 100vh;
  height: 100%;
}

.fu-auth-default .auth-full-bg .bg-overlay {
  background-size: cover !important;
  background-position: center !important;
  opacity: 1;
}

.fu-auth-default .login_right {
  max-width: 420px;
  width: 100%;
}

.fu-auth-default .logo.text-center {
  margin-bottom: 1.25rem;
}

.fu-auth-default .logo.text-center img {
  height: var(--login-logo-height, 50px);
  max-width: var(--login-logo-max-width, 180px);
  width: auto;
  object-fit: contain;
}

.fu-auth-page,
.fu-auth-card {
  display: contents;
}
.fu-auth-form-title,
.fu-auth-form-sub {
  display: none !important;
}

.L_code { display: none !important; }

.fu-auth-default .L_code-right-form,
.fu-auth-default .L_code-login-form,
.fu-auth-default .L_code-form-content,
.fu-auth-default .tab-pane,
.fu-auth-default .form-group {
  overflow: visible !important;
}

.fu-auth-default .tab-pane,
.L_code-login-form .tab-pane {
  display: none !important;
}
.fu-auth-default .tab-pane.active,
.L_code-login-form .tab-pane.active {
  display: block !important;
}

.code_login-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0 12px;
  border-bottom: 1px solid #eff2f7;
}
.code_login-tab .login-tab-item {
  padding: 10px 4px;
  cursor: pointer;
  color: #74788d;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.code_login-tab .login-tab-item.active {
  color: var(--fu-uc-blue, #2563eb) !important;
  border-bottom-color: var(--fu-uc-blue, #2563eb) !important;
}
.code_login-tab .login-tab-separate {
  width: 1px;
  height: 14px;
  background: #e2e8f0;
}
.text-register {
  font-size: 13px;
  color: #74788d;
  margin-bottom: 20px;
}

.fu-auth-default .form-control {
  height: var(--login-input-height, 46px);
  border-radius: var(--login-input-radius, 0.25rem);
}

.fu-auth-default .btn-primary {
  height: var(--login-button-height, 46px);
  font-weight: 500;
}

.fu-auth-default .input-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
.fu-phone-code-select,
select#phoneCodeSel {
  max-width: 110px;
  flex: 0 0 110px;
  height: var(--login-input-height, 46px);
  border: 1px solid #ced4da;
  border-right: 0;
  border-radius: 0.25rem 0 0 0.25rem;
  background: #f8f9fa;
  color: #495057;
  font-size: 14px;
  padding: 0 8px;
  outline: none;
}
.fu-auth-default .input-group .form-control {
  border-radius: 0 0.25rem 0.25rem 0;
}

.fu-auth-links {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-top: 16px;
}
.fu-auth-links a { color: var(--fu-uc-blue, #2563eb); }

body.auth-page .ExtremeTest_captcha,
body.inherit.auth-page .ExtremeTest_captcha {
  position: relative;
  z-index: 20;
  display: block;
  width: 300px !important;
  max-width: 100% !important;
  height: 40px !important;
  max-height: 40px !important;
  min-height: 40px !important;
  margin-bottom: 8px;
  overflow: hidden !important;
  pointer-events: auto !important;
  box-sizing: border-box;
}
body.auth-page .ExtremeTest_captcha .geetest_captcha,
body.auth-page .ExtremeTest_captcha .geetest_holder,
body.auth-page .ExtremeTest_captcha .geetest_content,
body.auth-page .ExtremeTest_captcha .geetest_mask,
body.auth-page .ExtremeTest_captcha .geetest_btn_svg,
body.auth-page .ExtremeTest_captcha .geetest_tip_container {
  width: 300px !important;
  max-width: 100% !important;
  height: 40px !important;
  max-height: 40px !important;
  pointer-events: auto !important;
}

.fu-auth-default .L_code-scan-login {
  margin-bottom: 16px;
}

/* 后台登录页显示开关 */
body.fu-hide-logo .fu-auth-default .logo {
  display: none !important;
}
body.fu-hide-brand-title .fu-auth-brand-title {
  display: none !important;
}
body.fu-hide-brand-desc .fu-auth-brand-desc {
  display: none !important;
}
body.fu-hide-form-title .fu-auth-form-title,
body.fu-hide-form-title .L_code-form-content > h1,
body.fu-hide-form-title .L_code-form-content > h2 {
  display: none !important;
}
body.fu-hide-form-sub .fu-auth-form-sub {
  display: none !important;
}
body.fu-hide-wechat .L_code-scan-login {
  display: none !important;
}
body.fu-hide-register .text-register {
  display: none !important;
}
body.fu-hide-forgot a[href="pwreset"],
body.fu-hide-forgot a[href="/pwreset"] {
  display: none !important;
}
body.fu-hide-footer-terms .fu-auth-footer-terms,
body.fu-hide-footer-terms .login-footer-terms {
  display: none !important;
}

@media (max-width: 1199.98px){
  .fu-auth-default .bglogo {
    display: none;
  }
  .fu-auth-default > .row.no-gutters {
    min-height: auto;
  }
  .fu-auth-default .auth-full-page-content {
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
  .fu-auth-default .login_right {
    margin: 0 auto;
    padding: 24px 0;
  }
}
