/* Luyun auth pages pixel restore: login/register/password reset */
@media (min-width: 992px) {
  body.tpl-login,
  body.tpl-register,
  body.tpl-pwreset {
    height: 100% !important;
    overflow: hidden !important;
    background: #dcecff !important;
  }

  body.tpl-login .luyun-auth-shell,
  body.tpl-register .luyun-auth-shell,
  body.tpl-pwreset .luyun-auth-shell {
    position: relative !important;
    height: 100vh !important;
    min-height: 100vh !important;
    padding: 0 !important;
    overflow: hidden !important;
    background:
      radial-gradient(circle at 10% 12%, rgba(255,255,255,.68), transparent 18rem),
      radial-gradient(circle at 86% 52%, rgba(255,255,255,.62), transparent 25rem),
      linear-gradient(180deg, #dcecff 0%, #eef7ff 68%, #f8fbff 100%) !important;
  }

  body.tpl-login .luyun-auth-shell::before,
  body.tpl-register .luyun-auth-shell::before,
  body.tpl-pwreset .luyun-auth-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(120deg, transparent 0 48%, rgba(255,255,255,.42) 48.1%, transparent 49%),
      linear-gradient(180deg, rgba(255,255,255,.14), transparent 48%);
  }

  body.tpl-login .luyun-auth-shell > .row.no-gutters,
  body.tpl-register .luyun-auth-shell > .row.no-gutters,
  body.tpl-pwreset .luyun-auth-shell > .row.no-gutters {
    position: relative !important;
    z-index: 1 !important;
    width: min(1488px, calc(100vw - 96px)) !important;
    height: calc(100vh - 82px) !important;
    min-height: 720px !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: stretch !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  body.tpl-login .luyun-auth-shell .bglogo,
  body.tpl-login .luyun-auth-shell .bglogo.col-xl-7,
  body.tpl-register .luyun-auth-shell .bglogo,
  body.tpl-register .luyun-auth-shell .bglogo.col-xl-7,
  body.tpl-pwreset .luyun-auth-shell .bglogo,
  body.tpl-pwreset .luyun-auth-shell .bglogo.col-xl-7 {
    display: flex !important;
    flex: 0 0 58% !important;
    width: 58% !important;
    max-width: 58% !important;
    height: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  body.tpl-login .luyun-auth-shell .auth-full-bg,
  body.tpl-register .luyun-auth-shell .auth-full-bg,
  body.tpl-pwreset .luyun-auth-shell .auth-full-bg {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    padding: 54px 0 0 18px !important;
    overflow: visible !important;
    background: transparent !important;
  }

  body.tpl-login .luyun-auth-shell .auth-full-bg .bg-overlay,
  body.tpl-register .luyun-auth-shell .auth-full-bg .bg-overlay,
  body.tpl-pwreset .luyun-auth-shell .auth-full-bg .bg-overlay {
    display: none !important;
  }

  body.tpl-login .luyun-auth-shell .auth-full-bg::before,
  body.tpl-register .luyun-auth-shell .auth-full-bg::before,
  body.tpl-pwreset .luyun-auth-shell .auth-full-bg::before {
    content: "";
    position: absolute;
    right: 7%;
    top: 45%;
    width: 455px;
    height: 322px;
    border-radius: 58% 42% 50% 50% / 58% 44% 56% 42%;
    background:
      radial-gradient(circle at 31% 44%, rgba(255,255,255,.92) 0 18%, transparent 19%),
      radial-gradient(circle at 50% 35%, rgba(255,255,255,.72) 0 29%, transparent 30%),
      linear-gradient(135deg, rgba(255,255,255,.72), rgba(106,171,255,.22) 58%, rgba(55,120,255,.18));
    box-shadow: inset 0 0 42px rgba(255,255,255,.78), 0 42px 96px rgba(58,124,220,.20);
    transform: rotate(-5deg);
    opacity: .9;
  }

  body.tpl-login .luyun-auth-shell .auth-full-bg::after,
  body.tpl-register .luyun-auth-shell .auth-full-bg::after,
  body.tpl-pwreset .luyun-auth-shell .auth-full-bg::after {
    content: "";
    position: absolute;
    right: 12%;
    bottom: 9%;
    width: 440px;
    height: 118px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(202,226,255,.44));
    box-shadow: 0 24px 70px rgba(56,122,214,.18), inset 0 -8px 0 rgba(48,117,255,.30);
    transform: perspective(520px) rotateX(62deg) rotateZ(-3deg);
    opacity: .9;
  }

  body.tpl-login .luyun-auth-shell .auth-full-bg .w-100,
  body.tpl-login .luyun-auth-shell .auth-full-bg .d-flex,
  body.tpl-register .luyun-auth-shell .auth-full-bg .w-100,
  body.tpl-register .luyun-auth-shell .auth-full-bg .d-flex,
  body.tpl-pwreset .luyun-auth-shell .auth-full-bg .w-100,
  body.tpl-pwreset .luyun-auth-shell .auth-full-bg .d-flex {
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
  }

  body.tpl-login .luyun-auth-shell .auth-full-bg .row,
  body.tpl-register .luyun-auth-shell .auth-full-bg .row,
  body.tpl-pwreset .luyun-auth-shell .auth-full-bg .row {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  body.tpl-login .luyun-auth-shell .auth-full-bg .col-lg-7,
  body.tpl-register .luyun-auth-shell .auth-full-bg .col-lg-7,
  body.tpl-pwreset .luyun-auth-shell .auth-full-bg .col-lg-7 {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  body.tpl-login .luyun-auth-shell .auth-review-carousel,
  body.tpl-login .luyun-auth-shell .auth-review-carousel .item,
  body.tpl-login .luyun-auth-shell .auth-review-carousel .owl-stage-outer,
  body.tpl-login .luyun-auth-shell .auth-review-carousel .owl-stage,
  body.tpl-login .luyun-auth-shell .auth-review-carousel .owl-item,
  body.tpl-register .luyun-auth-shell .auth-review-carousel,
  body.tpl-register .luyun-auth-shell .auth-review-carousel .item,
  body.tpl-register .luyun-auth-shell .auth-review-carousel .owl-stage-outer,
  body.tpl-register .luyun-auth-shell .auth-review-carousel .owl-stage,
  body.tpl-register .luyun-auth-shell .auth-review-carousel .owl-item,
  body.tpl-pwreset .luyun-auth-shell .auth-review-carousel,
  body.tpl-pwreset .luyun-auth-shell .auth-review-carousel .item,
  body.tpl-pwreset .luyun-auth-shell .auth-review-carousel .owl-stage-outer,
  body.tpl-pwreset .luyun-auth-shell .auth-review-carousel .owl-stage,
  body.tpl-pwreset .luyun-auth-shell .auth-review-carousel .owl-item {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  body.tpl-login .luyun-auth-shell .auth-review-carousel .item::before,
  body.tpl-register .luyun-auth-shell .auth-review-carousel .item::before,
  body.tpl-pwreset .luyun-auth-shell .auth-review-carousel .item::before {
    content: "";
    display: block;
    width: 122px !important;
    height: 58px !important;
    margin: 0 0 70px !important;
    background: url("https://cerv.lat/logo.jpg") left center / contain no-repeat !important;
    box-shadow: none !important;
  }

  body.tpl-login .luyun-auth-shell .auth-review-carousel h1,
  body.tpl-register .luyun-auth-shell .auth-review-carousel h1,
  body.tpl-pwreset .luyun-auth-shell .auth-review-carousel h1 {
    width: 560px !important;
    max-width: 560px !important;
    margin: 0 0 24px !important;
    color: #081733 !important;
    font-size: 52px !important;
    line-height: 1.2 !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
  }

  body.tpl-login .luyun-auth-shell .auth-review-carousel h1 span,
  body.tpl-register .luyun-auth-shell .auth-review-carousel h1 span,
  body.tpl-pwreset .luyun-auth-shell .auth-review-carousel h1 span {
    color: #0b84ff !important;
  }

  body.tpl-login .luyun-auth-shell .auth-review-carousel p,
  body.tpl-register .luyun-auth-shell .auth-review-carousel p,
  body.tpl-pwreset .luyun-auth-shell .auth-review-carousel p {
    width: 560px !important;
    max-width: 560px !important;
    margin: 0 !important;
    color: #5f6f87 !important;
    font-size: 18px !important;
    line-height: 1.8 !important;
    font-weight: 600 !important;
    text-align: left !important;
  }

  body.tpl-login .luyun-auth-shell .auth-review-carousel .item::after,
  body.tpl-register .luyun-auth-shell .auth-review-carousel .item::after,
  body.tpl-pwreset .luyun-auth-shell .auth-review-carousel .item::after {
    content: "\f3ed  安全可靠\A      多重安全防护，数据加密存储\A\A\f135  弹性高效\A      弹性资源伸缩，按需使用\A\A\f5fd  稳定持久\A      多可用区部署，服务高可用\A\A\f590  专业服务\A      专业服务团队 7×24 小时技术支持";
    width: 390px !important;
    max-width: 390px !important;
    margin-top: 54px !important;
    white-space: pre-line;
    color: #0e1b35 !important;
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 15px !important;
    line-height: 1.6 !important;
    font-weight: 850 !important;
    text-align: left !important;
  }

  body.tpl-login .luyun-auth-shell .col-xl-5,
  body.tpl-register .luyun-auth-shell .col-xl-5,
  body.tpl-pwreset .luyun-auth-shell .col-xl-5 {
    display: flex !important;
    flex: 0 0 42% !important;
    width: 42% !important;
    max-width: 42% !important;
    height: 100% !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: flex-end !important;
    background: transparent !important;
  }

  body.tpl-login .luyun-auth-shell .auth-full-page-content,
  body.tpl-register .luyun-auth-shell .auth-full-page-content,
  body.tpl-pwreset .luyun-auth-shell .auth-full-page-content {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
  }

  body.tpl-login .luyun-auth-shell .login_right,
  body.tpl-register .luyun-auth-shell .login_right,
  body.tpl-pwreset .luyun-auth-shell .login_right {
    width: 530px !important;
    max-width: 530px !important;
    min-height: 0 !important;
    max-height: calc(100vh - 150px) !important;
    margin: 0 !important;
    padding: 38px 56px 32px !important;
    border: 1px solid rgba(255,255,255,.88) !important;
    border-radius: 24px !important;
    background: rgba(255,255,255,.92) !important;
    box-shadow: 0 24px 76px rgba(50,105,190,.14) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    overflow: auto !important;
  }

  body.tpl-login .luyun-auth-shell .login_right {
    overflow: visible !important;
  }

  body.tpl-login .luyun-auth-shell .logo.text-center,
  body.tpl-register .luyun-auth-shell .logo.text-center,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center {
    margin: 0 0 18px !important;
  }

  body.tpl-login .luyun-auth-shell .logo.text-center a,
  body.tpl-register .luyun-auth-shell .logo.text-center a,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center a {
    min-height: 62px !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.tpl-login .luyun-auth-shell .logo.text-center img,
  body.tpl-register .luyun-auth-shell .logo.text-center img,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center img {
    width: 132px !important;
    max-width: 132px !important;
    max-height: 60px !important;
  }

  body.tpl-login .luyun-auth-shell .logo.text-center::after,
  body.tpl-register .luyun-auth-shell .logo.text-center::after,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center::after {
    margin-top: 12px !important;
    color: #081733 !important;
    font-size: 34px !important;
    line-height: 1.12 !important;
    font-weight: 950 !important;
  }

  body.tpl-login .luyun-auth-shell .logo.text-center::before,
  body.tpl-register .luyun-auth-shell .logo.text-center::before,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center::before {
    margin-top: 12px !important;
    color: #66748c !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
    font-weight: 500 !important;
  }

  body.tpl-login .luyun-auth-shell .affs-nav.nav-tabs,
  body.tpl-register .luyun-auth-shell .affs-nav.nav-tabs,
  body.tpl-pwreset .luyun-auth-shell .affs-nav.nav-tabs {
    margin: 20px 0 24px !important;
    padding: 0 0 1px !important;
    border: 0 !important;
    border-bottom: 1px solid #e1e8f2 !important;
    background: transparent !important;
  }

  body.tpl-login .luyun-auth-shell .affs-nav .nav-link,
  body.tpl-register .luyun-auth-shell .affs-nav .nav-link,
  body.tpl-pwreset .luyun-auth-shell .affs-nav .nav-link {
    min-height: 46px !important;
    border: 0 !important;
    color: #747f94 !important;
    background: transparent !important;
    font-size: 15px !important;
    font-weight: 850 !important;
  }

  body.tpl-login .luyun-auth-shell .affs-nav .nav-link.active,
  body.tpl-register .luyun-auth-shell .affs-nav .nav-link.active,
  body.tpl-pwreset .luyun-auth-shell .affs-nav .nav-link.active {
    color: #087dff !important;
  }

  body.tpl-login .luyun-auth-shell .form-group,
  body.tpl-register .luyun-auth-shell .form-group,
  body.tpl-pwreset .luyun-auth-shell .form-group {
    margin-bottom: 16px !important;
  }

  body.tpl-login .luyun-auth-shell .form-control,
  body.tpl-login .luyun-auth-shell .input-group .form-control,
  body.tpl-register .luyun-auth-shell .form-control,
  body.tpl-register .luyun-auth-shell .input-group .form-control,
  body.tpl-pwreset .luyun-auth-shell .form-control,
  body.tpl-pwreset .luyun-auth-shell .input-group .form-control {
    height: 56px !important;
    min-height: 56px !important;
    border-radius: 8px !important;
    border: 1px solid #dde5ef !important;
    background: #fff !important;
    font-size: 15px !important;
  }

  body.tpl-login .luyun-auth-shell .input-group-append,
  body.tpl-register .luyun-auth-shell .input-group-append,
  body.tpl-pwreset .luyun-auth-shell .input-group-append {
    height: 56px !important;
  }

  body.tpl-login .luyun-auth-shell .input-group-append .btn,
  body.tpl-register .luyun-auth-shell .input-group-append .btn,
  body.tpl-pwreset .luyun-auth-shell .input-group-append .btn {
    height: 56px !important;
    min-height: 56px !important;
    min-width: 140px !important;
    border-radius: 8px !important;
  }

  body.tpl-login .luyun-auth-shell .mt-3 .btn.btn-primary,
  body.tpl-register .luyun-auth-shell .mt-3 .btn.btn-primary,
  body.tpl-pwreset .luyun-auth-shell .mt-3 .btn.btn-primary {
    min-height: 58px !important;
    border-radius: 8px !important;
    font-size: 17px !important;
    font-weight: 900 !important;
  }

  body.tpl-login .ly-auth-footer,
  body.tpl-register .ly-auth-footer,
  body.tpl-pwreset .ly-auth-footer {
    position: absolute !important;
    left: 50% !important;
    bottom: 16px !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
    z-index: 3 !important;
  }
}

/* Final visual pass for the supplied PC/mobile references. */
body.tpl-login .luyun-auth-shell .logo.text-center::after {
  content: "登录账户" !important;
}

body.tpl-register .luyun-auth-shell .logo.text-center::after {
  content: "注册账户" !important;
}

body.tpl-pwreset .luyun-auth-shell .logo.text-center::after {
  content: "找回密码" !important;
}

body.tpl-login .luyun-auth-shell .logo.text-center::before {
  content: "欢迎回来，登录后管理您的云服务、账单与工单。" !important;
}

body.tpl-register .luyun-auth-shell .logo.text-center::before {
  content: "创建鹿云账户，快速开启稳定可靠的云服务。" !important;
}

body.tpl-pwreset .luyun-auth-shell .logo.text-center::before {
  content: "通过邮箱或手机号验证身份，重新设置账户密码。" !important;
}

body.tpl-login .luyun-auth-shell .login_right,
body.tpl-register .luyun-auth-shell .login_right,
body.tpl-pwreset .luyun-auth-shell .login_right {
  scrollbar-width: none !important;
}

body.tpl-login .luyun-auth-shell .login_right::-webkit-scrollbar,
body.tpl-register .luyun-auth-shell .login_right::-webkit-scrollbar,
body.tpl-pwreset .luyun-auth-shell .login_right::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

body.tpl-login .luyun-auth-shell .form-group,
body.tpl-register .luyun-auth-shell .form-group,
body.tpl-pwreset .luyun-auth-shell .form-group {
  position: relative !important;
}

body.tpl-login .luyun-auth-shell .form-group:has(input[name="password"]) input,
body.tpl-register .luyun-auth-shell .form-group:has(input[name="password"]) input,
body.tpl-register .luyun-auth-shell .form-group:has(input[name="checkPassword"]) input,
body.tpl-pwreset .luyun-auth-shell .form-group:has(input[name="password"]) input,
body.tpl-pwreset .luyun-auth-shell .form-group:has(input[name="checkPassword"]) input {
  padding-right: 60px !important;
}

body.tpl-login .luyun-auth-shell .form-group:has(input[name="password"]) .ly-password-toggle,
body.tpl-register .luyun-auth-shell .form-group:has(input[name="password"]) .ly-password-toggle,
body.tpl-register .luyun-auth-shell .form-group:has(input[name="checkPassword"]) .ly-password-toggle,
body.tpl-pwreset .luyun-auth-shell .form-group:has(input[name="password"]) .ly-password-toggle,
body.tpl-pwreset .luyun-auth-shell .form-group:has(input[name="checkPassword"]) .ly-password-toggle {
  position: absolute !important;
  top: 50% !important;
  right: 14px !important;
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 10px !important;
  color: #8c99ad !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 24px !important;
  line-height: 1 !important;
  transform: translateY(-50%) !important;
  z-index: 5 !important;
}

@media (min-width: 992px) {
  body.tpl-login .luyun-auth-shell > .row.no-gutters,
  body.tpl-register .luyun-auth-shell > .row.no-gutters,
  body.tpl-pwreset .luyun-auth-shell > .row.no-gutters {
    width: min(1388px, calc(100vw - 72px)) !important;
    min-height: 696px !important;
    height: calc(100vh - 76px) !important;
  }

  body.tpl-login .luyun-auth-shell .bglogo,
  body.tpl-login .luyun-auth-shell .bglogo.col-xl-7,
  body.tpl-register .luyun-auth-shell .bglogo,
  body.tpl-register .luyun-auth-shell .bglogo.col-xl-7,
  body.tpl-pwreset .luyun-auth-shell .bglogo,
  body.tpl-pwreset .luyun-auth-shell .bglogo.col-xl-7 {
    flex-basis: 54% !important;
    width: 54% !important;
    max-width: 54% !important;
  }

  body.tpl-login .luyun-auth-shell .col-xl-5,
  body.tpl-register .luyun-auth-shell .col-xl-5,
  body.tpl-pwreset .luyun-auth-shell .col-xl-5 {
    flex-basis: 46% !important;
    width: 46% !important;
    max-width: 46% !important;
    justify-content: flex-start !important;
  }

  body.tpl-login .luyun-auth-shell .auth-full-page-content,
  body.tpl-register .luyun-auth-shell .auth-full-page-content,
  body.tpl-pwreset .luyun-auth-shell .auth-full-page-content {
    justify-content: flex-start !important;
    padding-left: 18px !important;
    padding-right: 0 !important;
  }

  body.tpl-login .luyun-auth-shell .auth-full-bg,
  body.tpl-register .luyun-auth-shell .auth-full-bg,
  body.tpl-pwreset .luyun-auth-shell .auth-full-bg {
    padding-top: 50px !important;
    padding-left: 6px !important;
  }

  body.tpl-login .luyun-auth-shell .auth-full-bg::before,
  body.tpl-register .luyun-auth-shell .auth-full-bg::before,
  body.tpl-pwreset .luyun-auth-shell .auth-full-bg::before {
    right: -6% !important;
    top: 40% !important;
    width: 560px !important;
    height: 360px !important;
    border-radius: 58% 42% 48% 52% / 58% 40% 60% 42% !important;
    background:
      radial-gradient(circle at 24% 54%, rgba(255,255,255,.98) 0 18%, transparent 19%),
      radial-gradient(circle at 42% 40%, rgba(255,255,255,.94) 0 25%, transparent 26%),
      radial-gradient(circle at 61% 53%, rgba(250,253,255,.86) 0 22%, transparent 23%),
      radial-gradient(circle at 76% 58%, rgba(220,238,255,.76) 0 18%, transparent 19%),
      linear-gradient(135deg, rgba(255,255,255,.78), rgba(119,183,255,.26) 62%, rgba(43,111,255,.20)) !important;
    box-shadow:
      inset 0 18px 40px rgba(255,255,255,.86),
      inset -26px -22px 42px rgba(92,153,235,.18),
      0 46px 110px rgba(47,111,205,.23) !important;
    transform: rotate(-7deg) !important;
  }

  body.tpl-login .luyun-auth-shell .auth-full-bg::after,
  body.tpl-register .luyun-auth-shell .auth-full-bg::after,
  body.tpl-pwreset .luyun-auth-shell .auth-full-bg::after {
    right: 2% !important;
    bottom: 12% !important;
    width: 520px !important;
    height: 128px !important;
    background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(190,221,255,.52)) !important;
    box-shadow: 0 26px 76px rgba(52,121,214,.20), inset 0 -10px 0 rgba(45,116,255,.28) !important;
  }

  body.tpl-login .luyun-auth-shell .auth-review-carousel .item::before,
  body.tpl-register .luyun-auth-shell .auth-review-carousel .item::before,
  body.tpl-pwreset .luyun-auth-shell .auth-review-carousel .item::before {
    margin-bottom: 56px !important;
  }

  body.tpl-login .luyun-auth-shell .auth-review-carousel h1,
  body.tpl-register .luyun-auth-shell .auth-review-carousel h1,
  body.tpl-pwreset .luyun-auth-shell .auth-review-carousel h1 {
    width: 540px !important;
    max-width: 540px !important;
    font-size: 48px !important;
    line-height: 1.18 !important;
  }

  body.tpl-login .luyun-auth-shell .auth-review-carousel p,
  body.tpl-register .luyun-auth-shell .auth-review-carousel p,
  body.tpl-pwreset .luyun-auth-shell .auth-review-carousel p {
    width: 520px !important;
    max-width: 520px !important;
    font-size: 17px !important;
  }

  body.tpl-login .luyun-auth-shell .auth-review-carousel .item::after,
  body.tpl-register .luyun-auth-shell .auth-review-carousel .item::after,
  body.tpl-pwreset .luyun-auth-shell .auth-review-carousel .item::after {
    margin-top: 42px !important;
  }

  body.tpl-login .luyun-auth-shell .login_right,
  body.tpl-register .luyun-auth-shell .login_right,
  body.tpl-pwreset .luyun-auth-shell .login_right {
    width: 520px !important;
    max-width: 520px !important;
    padding: 36px 52px 32px !important;
    border-radius: 22px !important;
    box-shadow: 0 22px 68px rgba(41,97,178,.13) !important;
  }

  body.tpl-register .luyun-auth-shell .login_right,
  body.tpl-pwreset .luyun-auth-shell .login_right {
    max-height: calc(100vh - 126px) !important;
    overflow-y: auto !important;
  }
}

@media (max-width: 991.98px) {
  body.tpl-login,
  body.tpl-register,
  body.tpl-pwreset {
    overflow-x: hidden !important;
  }

  body.tpl-login .luyun-auth-shell,
  body.tpl-register .luyun-auth-shell,
  body.tpl-pwreset .luyun-auth-shell {
    position: relative !important;
    padding-bottom: 38px !important;
  }

  body.tpl-login .luyun-auth-shell::after,
  body.tpl-register .luyun-auth-shell::after,
  body.tpl-pwreset .luyun-auth-shell::after {
    content: "" !important;
    position: absolute !important;
    top: 82px !important;
    right: -78px !important;
    width: 260px !important;
    height: 178px !important;
    border-radius: 58% 42% 50% 50% / 58% 42% 58% 42% !important;
    background:
      radial-gradient(circle at 26% 54%, rgba(255,255,255,.96) 0 20%, transparent 21%),
      radial-gradient(circle at 48% 40%, rgba(255,255,255,.90) 0 27%, transparent 28%),
      radial-gradient(circle at 70% 58%, rgba(226,240,255,.82) 0 23%, transparent 24%),
      linear-gradient(135deg, rgba(255,255,255,.78), rgba(99,169,255,.22) 68%, rgba(44,111,255,.17)) !important;
    box-shadow: inset 0 14px 28px rgba(255,255,255,.72), 0 26px 68px rgba(58,119,204,.18) !important;
    opacity: .82 !important;
    transform: rotate(-8deg) !important;
    pointer-events: none !important;
    z-index: 0 !important;
  }

  body.tpl-login .luyun-auth-shell > .row.no-gutters,
  body.tpl-register .luyun-auth-shell > .row.no-gutters,
  body.tpl-pwreset .luyun-auth-shell > .row.no-gutters {
    position: relative !important;
    z-index: 1 !important;
  }

  body.tpl-login .luyun-auth-shell .login_right,
  body.tpl-register .luyun-auth-shell .login_right,
  body.tpl-pwreset .luyun-auth-shell .login_right {
    position: relative !important;
    z-index: 1 !important;
    padding-top: 54px !important;
  }

  body.tpl-login .luyun-auth-shell .logo.text-center,
  body.tpl-register .luyun-auth-shell .logo.text-center,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center {
    margin-bottom: 34px !important;
  }

  body.tpl-login .luyun-auth-shell .logo.text-center a,
  body.tpl-register .luyun-auth-shell .logo.text-center a,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center a {
    height: 66px !important;
    min-height: 66px !important;
  }

  body.tpl-login .luyun-auth-shell .logo.text-center img,
  body.tpl-register .luyun-auth-shell .logo.text-center img,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center img {
    width: 172px !important;
    max-width: 172px !important;
    max-height: 66px !important;
  }

  body.tpl-login .luyun-auth-shell .logo.text-center::after,
  body.tpl-register .luyun-auth-shell .logo.text-center::after,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center::after {
    margin-top: 28px !important;
    font-size: 42px !important;
  }

  body.tpl-login .luyun-auth-shell .logo.text-center::before,
  body.tpl-register .luyun-auth-shell .logo.text-center::before,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center::before {
    max-width: 520px !important;
    margin-top: 14px !important;
    font-size: 18px !important;
    line-height: 1.62 !important;
  }

  body.tpl-login .luyun-auth-shell .affs-nav.nav-tabs + .mt-4,
  body.tpl-register .luyun-auth-shell .affs-nav.nav-tabs + .mt-4,
  body.tpl-pwreset .luyun-auth-shell .affs-nav.nav-tabs + .mt-4 {
    margin-top: 30px !important;
    padding-top: 34px !important;
  }

  body.tpl-login .luyun-auth-shell .form-group:has(input[name="password"]) .ly-password-toggle,
  body.tpl-register .luyun-auth-shell .form-group:has(input[name="password"]) .ly-password-toggle,
  body.tpl-register .luyun-auth-shell .form-group:has(input[name="checkPassword"]) .ly-password-toggle,
  body.tpl-pwreset .luyun-auth-shell .form-group:has(input[name="password"]) .ly-password-toggle,
  body.tpl-pwreset .luyun-auth-shell .form-group:has(input[name="checkPassword"]) .ly-password-toggle {
    right: 24px !important;
    width: 46px !important;
    height: 46px !important;
    font-size: 32px !important;
  }
}

@media (max-width: 575.98px) {
  body.tpl-login .luyun-auth-shell,
  body.tpl-register .luyun-auth-shell,
  body.tpl-pwreset .luyun-auth-shell {
    padding-bottom: 30px !important;
  }

  body.tpl-login .luyun-auth-shell::after,
  body.tpl-register .luyun-auth-shell::after,
  body.tpl-pwreset .luyun-auth-shell::after {
    top: 76px !important;
    right: -92px !important;
    width: 232px !important;
    height: 158px !important;
  }

  body.tpl-login .luyun-auth-shell .login_right,
  body.tpl-register .luyun-auth-shell .login_right,
  body.tpl-pwreset .luyun-auth-shell .login_right {
    padding: 44px 16px 0 !important;
  }

  body.tpl-login .luyun-auth-shell .logo.text-center,
  body.tpl-register .luyun-auth-shell .logo.text-center,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center {
    margin-bottom: 26px !important;
  }

  body.tpl-login .luyun-auth-shell .logo.text-center img,
  body.tpl-register .luyun-auth-shell .logo.text-center img,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center img {
    width: 138px !important;
    max-width: 138px !important;
  }

  body.tpl-login .luyun-auth-shell .logo.text-center::after,
  body.tpl-register .luyun-auth-shell .logo.text-center::after,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center::after {
    margin-top: 20px !important;
    font-size: 34px !important;
  }

  body.tpl-login .luyun-auth-shell .logo.text-center::before,
  body.tpl-register .luyun-auth-shell .logo.text-center::before,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center::before {
    max-width: 316px !important;
    font-size: 15px !important;
  }

  body.tpl-login .luyun-auth-shell .affs-nav.nav-tabs + .mt-4,
  body.tpl-register .luyun-auth-shell .affs-nav.nav-tabs + .mt-4,
  body.tpl-pwreset .luyun-auth-shell .affs-nav.nav-tabs + .mt-4 {
    width: calc(100% - 28px) !important;
    margin-top: 22px !important;
    padding: 20px 16px 26px !important;
  }

  body.tpl-login .luyun-auth-shell .form-group:has(input[name="password"]) .ly-password-toggle,
  body.tpl-register .luyun-auth-shell .form-group:has(input[name="password"]) .ly-password-toggle,
  body.tpl-register .luyun-auth-shell .form-group:has(input[name="checkPassword"]) .ly-password-toggle,
  body.tpl-pwreset .luyun-auth-shell .form-group:has(input[name="password"]) .ly-password-toggle,
  body.tpl-pwreset .luyun-auth-shell .form-group:has(input[name="checkPassword"]) .ly-password-toggle {
    right: 14px !important;
    width: 42px !important;
    height: 42px !important;
    font-size: 25px !important;
  }
}

@media (max-width: 991.98px) {
  body.tpl-login .luyun-auth-shell,
  body.tpl-register .luyun-auth-shell,
  body.tpl-pwreset .luyun-auth-shell {
    min-height: 100vh !important;
    padding: 0 0 46px !important;
    overflow: visible !important;
    background:
      radial-gradient(circle at 16% 18%, rgba(255,255,255,.85), transparent 9rem),
      radial-gradient(circle at 86% 18%, rgba(79,150,255,.16), transparent 10rem),
      linear-gradient(135deg, rgba(255,255,255,.50) 0 1px, transparent 1px),
      linear-gradient(180deg, #dcecff 0%, #f7fbff 48%, #edf5ff 100%) !important;
    background-size: auto, auto, 88px 88px, auto !important;
  }

  body.tpl-login .luyun-auth-shell > .row.no-gutters,
  body.tpl-register .luyun-auth-shell > .row.no-gutters,
  body.tpl-pwreset .luyun-auth-shell > .row.no-gutters {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  body.tpl-login .luyun-auth-shell .bglogo,
  body.tpl-register .luyun-auth-shell .bglogo,
  body.tpl-pwreset .luyun-auth-shell .bglogo {
    display: none !important;
  }

  body.tpl-login .luyun-auth-shell .col-xl-5,
  body.tpl-register .luyun-auth-shell .col-xl-5,
  body.tpl-pwreset .luyun-auth-shell .col-xl-5,
  body.tpl-login .luyun-auth-shell .auth-full-page-content,
  body.tpl-register .luyun-auth-shell .auth-full-page-content,
  body.tpl-pwreset .luyun-auth-shell .auth-full-page-content {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    padding: 0 !important;
  }

  body.tpl-login .luyun-auth-shell .login_right,
  body.tpl-register .luyun-auth-shell .login_right,
  body.tpl-pwreset .luyun-auth-shell .login_right {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 68px 18px 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  body.tpl-login .luyun-auth-shell .logo.text-center a,
  body.tpl-register .luyun-auth-shell .logo.text-center a,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center a {
    width: auto !important;
    height: 72px !important;
    min-height: 72px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.tpl-login .luyun-auth-shell .logo.text-center img,
  body.tpl-register .luyun-auth-shell .logo.text-center img,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center img {
    width: 190px !important;
    max-width: 190px !important;
    max-height: 72px !important;
  }

  body.tpl-login .luyun-auth-shell .logo.text-center::after,
  body.tpl-register .luyun-auth-shell .logo.text-center::after,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center::after {
    margin-top: 34px !important;
    color: #081733 !important;
    font-size: 48px !important;
    line-height: 1.08 !important;
    font-weight: 950 !important;
  }

  body.tpl-login .luyun-auth-shell .logo.text-center::before,
  body.tpl-register .luyun-auth-shell .logo.text-center::before,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center::before {
    max-width: 650px !important;
    margin-top: 18px !important;
    color: #66748c !important;
    font-size: 22px !important;
    line-height: 1.7 !important;
    font-weight: 500 !important;
  }

  body.tpl-login .luyun-auth-shell .affs-nav.nav-tabs + .mt-4,
  body.tpl-register .luyun-auth-shell .affs-nav.nav-tabs + .mt-4,
  body.tpl-pwreset .luyun-auth-shell .affs-nav.nav-tabs + .mt-4 {
    width: min(calc(100% - 60px), 820px) !important;
    margin: 42px auto 0 !important;
    padding: 44px 52px 48px !important;
    border-radius: 32px !important;
    background: rgba(255,255,255,.92) !important;
    box-shadow: 0 24px 70px rgba(52,108,190,.14) !important;
  }

  body.tpl-login .luyun-auth-shell .affs-nav.nav-tabs,
  body.tpl-register .luyun-auth-shell .affs-nav.nav-tabs,
  body.tpl-pwreset .luyun-auth-shell .affs-nav.nav-tabs {
    height: 82px !important;
    margin: 0 0 38px !important;
    padding: 8px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #f6f8fc !important;
    box-shadow: inset 0 8px 18px rgba(73,107,155,.07) !important;
  }

  body.tpl-login .luyun-auth-shell .affs-nav .nav-link,
  body.tpl-register .luyun-auth-shell .affs-nav .nav-link,
  body.tpl-pwreset .luyun-auth-shell .affs-nav .nav-link {
    min-height: 66px !important;
    border-radius: 18px !important;
    color: #283244 !important;
    font-size: 26px !important;
    font-weight: 850 !important;
  }

  body.tpl-login .luyun-auth-shell .affs-nav .nav-link.active,
  body.tpl-register .luyun-auth-shell .affs-nav .nav-link.active,
  body.tpl-pwreset .luyun-auth-shell .affs-nav .nav-link.active {
    color: #fff !important;
    background: linear-gradient(100deg, #23a8ff, #2e73ff 58%, #5057ff 100%) !important;
    box-shadow: 0 14px 28px rgba(43,110,255,.24) !important;
  }

  body.tpl-login .luyun-auth-shell .form-group,
  body.tpl-register .luyun-auth-shell .form-group,
  body.tpl-pwreset .luyun-auth-shell .form-group {
    margin-bottom: 26px !important;
  }

  body.tpl-login .luyun-auth-shell .form-control,
  body.tpl-login .luyun-auth-shell .input-group .form-control,
  body.tpl-register .luyun-auth-shell .form-control,
  body.tpl-register .luyun-auth-shell .input-group .form-control,
  body.tpl-pwreset .luyun-auth-shell .form-control,
  body.tpl-pwreset .luyun-auth-shell .input-group .form-control {
    min-height: 86px !important;
    height: 86px !important;
    padding-left: 74px !important;
    border-radius: 16px !important;
    border: 1px solid #dfe5ee !important;
    background: #fff !important;
    font-size: 26px !important;
  }

  body.tpl-login .luyun-auth-shell .form-group::before,
  body.tpl-register .luyun-auth-shell .form-group::before,
  body.tpl-pwreset .luyun-auth-shell .form-group::before {
    left: 28px !important;
    top: 43px !important;
    font-size: 28px !important;
  }

  body.tpl-login .luyun-auth-shell .ly-password-toggle,
  body.tpl-register .luyun-auth-shell .ly-password-toggle,
  body.tpl-pwreset .luyun-auth-shell .ly-password-toggle {
    right: 24px !important;
    top: 43px !important;
    width: 44px !important;
    height: 44px !important;
    font-size: 34px !important;
  }

  body.tpl-login .luyun-auth-shell .input-group-append,
  body.tpl-register .luyun-auth-shell .input-group-append,
  body.tpl-pwreset .luyun-auth-shell .input-group-append {
    height: 86px !important;
  }

  body.tpl-login .luyun-auth-shell .input-group-append .btn,
  body.tpl-register .luyun-auth-shell .input-group-append .btn,
  body.tpl-pwreset .luyun-auth-shell .input-group-append .btn {
    height: 86px !important;
    min-height: 86px !important;
    min-width: 220px !important;
    border-radius: 16px !important;
    font-size: 25px !important;
  }

  body.tpl-login .luyun-auth-shell .mt-3 .btn.btn-primary,
  body.tpl-register .luyun-auth-shell .mt-3 .btn.btn-primary,
  body.tpl-pwreset .luyun-auth-shell .mt-3 .btn.btn-primary {
    min-height: 92px !important;
    border-radius: 16px !important;
    font-size: 30px !important;
  }
}

@media (max-width: 575.98px) {
  body.tpl-login .luyun-auth-shell .login_right,
  body.tpl-register .luyun-auth-shell .login_right,
  body.tpl-pwreset .luyun-auth-shell .login_right {
    padding: 52px 18px 0 !important;
  }

  body.tpl-login .luyun-auth-shell .logo.text-center img,
  body.tpl-register .luyun-auth-shell .logo.text-center img,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center img {
    width: 148px !important;
    max-width: 148px !important;
  }

  body.tpl-login .luyun-auth-shell .logo.text-center::after,
  body.tpl-register .luyun-auth-shell .logo.text-center::after,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center::after {
    font-size: 40px !important;
  }

  body.tpl-login .luyun-auth-shell .logo.text-center::before,
  body.tpl-register .luyun-auth-shell .logo.text-center::before,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center::before {
    max-width: 340px !important;
    font-size: 17px !important;
  }

  body.tpl-login .luyun-auth-shell .affs-nav.nav-tabs + .mt-4,
  body.tpl-register .luyun-auth-shell .affs-nav.nav-tabs + .mt-4,
  body.tpl-pwreset .luyun-auth-shell .affs-nav.nav-tabs + .mt-4 {
    width: calc(100% - 36px) !important;
    padding: 22px 18px 30px !important;
    border-radius: 26px !important;
  }

  body.tpl-login .luyun-auth-shell .affs-nav.nav-tabs,
  body.tpl-register .luyun-auth-shell .affs-nav.nav-tabs,
  body.tpl-pwreset .luyun-auth-shell .affs-nav.nav-tabs {
    height: 62px !important;
    margin-bottom: 26px !important;
    padding: 7px !important;
  }

  body.tpl-login .luyun-auth-shell .affs-nav .nav-link,
  body.tpl-register .luyun-auth-shell .affs-nav .nav-link,
  body.tpl-pwreset .luyun-auth-shell .affs-nav .nav-link {
    min-height: 48px !important;
    font-size: 18px !important;
  }

  body.tpl-login .luyun-auth-shell .form-control,
  body.tpl-login .luyun-auth-shell .input-group .form-control,
  body.tpl-register .luyun-auth-shell .form-control,
  body.tpl-register .luyun-auth-shell .input-group .form-control,
  body.tpl-pwreset .luyun-auth-shell .form-control,
  body.tpl-pwreset .luyun-auth-shell .input-group .form-control {
    min-height: 72px !important;
    height: 72px !important;
    padding-left: 58px !important;
    font-size: 18px !important;
  }

  body.tpl-login .luyun-auth-shell .form-group::before,
  body.tpl-register .luyun-auth-shell .form-group::before,
  body.tpl-pwreset .luyun-auth-shell .form-group::before {
    left: 22px !important;
    top: 36px !important;
    font-size: 21px !important;
  }

  body.tpl-login .luyun-auth-shell .ly-password-toggle,
  body.tpl-register .luyun-auth-shell .ly-password-toggle,
  body.tpl-pwreset .luyun-auth-shell .ly-password-toggle {
    right: 16px !important;
    top: 36px !important;
    font-size: 25px !important;
  }

  body.tpl-login .luyun-auth-shell .input-group-append,
  body.tpl-register .luyun-auth-shell .input-group-append,
  body.tpl-pwreset .luyun-auth-shell .input-group-append,
  body.tpl-login .luyun-auth-shell .input-group-append .btn,
  body.tpl-register .luyun-auth-shell .input-group-append .btn,
  body.tpl-pwreset .luyun-auth-shell .input-group-append .btn {
    height: 72px !important;
    min-height: 72px !important;
  }

  body.tpl-login .luyun-auth-shell .input-group-append .btn,
  body.tpl-register .luyun-auth-shell .input-group-append .btn,
  body.tpl-pwreset .luyun-auth-shell .input-group-append .btn {
    min-width: 138px !important;
    font-size: 17px !important;
  }

  body.tpl-login .luyun-auth-shell .mt-3 .btn.btn-primary,
  body.tpl-register .luyun-auth-shell .mt-3 .btn.btn-primary,
  body.tpl-pwreset .luyun-auth-shell .mt-3 .btn.btn-primary {
    min-height: 76px !important;
    font-size: 23px !important;
  }
}

/* Last layer: keep the mobile reference details from being overridden. */
@media (max-width: 991.98px) {
  body.tpl-login,
  body.tpl-register,
  body.tpl-pwreset {
    overflow-x: hidden !important;
  }

  body.tpl-login .luyun-auth-shell,
  body.tpl-register .luyun-auth-shell,
  body.tpl-pwreset .luyun-auth-shell {
    position: relative !important;
    padding-bottom: 38px !important;
  }

  body.tpl-login .luyun-auth-shell::after,
  body.tpl-register .luyun-auth-shell::after,
  body.tpl-pwreset .luyun-auth-shell::after {
    content: "" !important;
    position: absolute !important;
    top: 82px !important;
    right: -78px !important;
    width: 260px !important;
    height: 178px !important;
    border-radius: 58% 42% 50% 50% / 58% 42% 58% 42% !important;
    background:
      radial-gradient(circle at 26% 54%, rgba(255,255,255,.96) 0 20%, transparent 21%),
      radial-gradient(circle at 48% 40%, rgba(255,255,255,.90) 0 27%, transparent 28%),
      radial-gradient(circle at 70% 58%, rgba(226,240,255,.82) 0 23%, transparent 24%),
      linear-gradient(135deg, rgba(255,255,255,.78), rgba(99,169,255,.22) 68%, rgba(44,111,255,.17)) !important;
    box-shadow: inset 0 14px 28px rgba(255,255,255,.72), 0 26px 68px rgba(58,119,204,.18) !important;
    opacity: .82 !important;
    transform: rotate(-8deg) !important;
    pointer-events: none !important;
    z-index: 0 !important;
  }

  body.tpl-login .luyun-auth-shell > .row.no-gutters,
  body.tpl-register .luyun-auth-shell > .row.no-gutters,
  body.tpl-pwreset .luyun-auth-shell > .row.no-gutters {
    position: relative !important;
    z-index: 1 !important;
  }

  body.tpl-login .luyun-auth-shell .login_right,
  body.tpl-register .luyun-auth-shell .login_right,
  body.tpl-pwreset .luyun-auth-shell .login_right {
    position: relative !important;
    z-index: 1 !important;
    padding-top: 54px !important;
  }

  body.tpl-login .luyun-auth-shell .logo.text-center,
  body.tpl-register .luyun-auth-shell .logo.text-center,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center {
    margin-bottom: 34px !important;
  }

  body.tpl-login .luyun-auth-shell .logo.text-center a,
  body.tpl-register .luyun-auth-shell .logo.text-center a,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center a {
    height: 66px !important;
    min-height: 66px !important;
  }

  body.tpl-login .luyun-auth-shell .logo.text-center img,
  body.tpl-register .luyun-auth-shell .logo.text-center img,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center img {
    width: 172px !important;
    max-width: 172px !important;
    max-height: 66px !important;
  }

  body.tpl-login .luyun-auth-shell .logo.text-center::after,
  body.tpl-register .luyun-auth-shell .logo.text-center::after,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center::after {
    margin-top: 28px !important;
    font-size: 42px !important;
  }

  body.tpl-login .luyun-auth-shell .logo.text-center::before,
  body.tpl-register .luyun-auth-shell .logo.text-center::before,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center::before {
    max-width: 520px !important;
    margin-top: 14px !important;
    font-size: 18px !important;
    line-height: 1.62 !important;
  }

  body.tpl-login .luyun-auth-shell .affs-nav.nav-tabs + .mt-4,
  body.tpl-register .luyun-auth-shell .affs-nav.nav-tabs + .mt-4,
  body.tpl-pwreset .luyun-auth-shell .affs-nav.nav-tabs + .mt-4 {
    margin-top: 30px !important;
    padding-top: 34px !important;
  }

  body.tpl-login .luyun-auth-shell .form-group:has(input[name="password"]) .ly-password-toggle,
  body.tpl-register .luyun-auth-shell .form-group:has(input[name="password"]) .ly-password-toggle,
  body.tpl-register .luyun-auth-shell .form-group:has(input[name="checkPassword"]) .ly-password-toggle,
  body.tpl-pwreset .luyun-auth-shell .form-group:has(input[name="password"]) .ly-password-toggle,
  body.tpl-pwreset .luyun-auth-shell .form-group:has(input[name="checkPassword"]) .ly-password-toggle {
    top: 50% !important;
    right: 24px !important;
    width: 46px !important;
    height: 46px !important;
    font-size: 32px !important;
    transform: translateY(-50%) !important;
  }
}

@media (max-width: 575.98px) {
  body.tpl-login .luyun-auth-shell,
  body.tpl-register .luyun-auth-shell,
  body.tpl-pwreset .luyun-auth-shell {
    padding-bottom: 30px !important;
  }

  body.tpl-login .luyun-auth-shell::after,
  body.tpl-register .luyun-auth-shell::after,
  body.tpl-pwreset .luyun-auth-shell::after {
    top: 76px !important;
    right: -92px !important;
    width: 232px !important;
    height: 158px !important;
  }

  body.tpl-login .luyun-auth-shell .login_right,
  body.tpl-register .luyun-auth-shell .login_right,
  body.tpl-pwreset .luyun-auth-shell .login_right {
    padding: 44px 16px 0 !important;
  }

  body.tpl-login .luyun-auth-shell .logo.text-center,
  body.tpl-register .luyun-auth-shell .logo.text-center,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center {
    margin-bottom: 26px !important;
  }

  body.tpl-login .luyun-auth-shell .logo.text-center img,
  body.tpl-register .luyun-auth-shell .logo.text-center img,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center img {
    width: 138px !important;
    max-width: 138px !important;
  }

  body.tpl-login .luyun-auth-shell .logo.text-center::after,
  body.tpl-register .luyun-auth-shell .logo.text-center::after,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center::after {
    margin-top: 20px !important;
    font-size: 34px !important;
  }

  body.tpl-login .luyun-auth-shell .logo.text-center::before,
  body.tpl-register .luyun-auth-shell .logo.text-center::before,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center::before {
    max-width: 316px !important;
    font-size: 15px !important;
  }

  body.tpl-login .luyun-auth-shell .affs-nav.nav-tabs + .mt-4,
  body.tpl-register .luyun-auth-shell .affs-nav.nav-tabs + .mt-4,
  body.tpl-pwreset .luyun-auth-shell .affs-nav.nav-tabs + .mt-4 {
    width: calc(100% - 28px) !important;
    margin-top: 22px !important;
    padding: 20px 16px 26px !important;
  }

  body.tpl-login .luyun-auth-shell .form-group:has(input[name="password"]) .ly-password-toggle,
  body.tpl-register .luyun-auth-shell .form-group:has(input[name="password"]) .ly-password-toggle,
  body.tpl-register .luyun-auth-shell .form-group:has(input[name="checkPassword"]) .ly-password-toggle,
  body.tpl-pwreset .luyun-auth-shell .form-group:has(input[name="password"]) .ly-password-toggle,
  body.tpl-pwreset .luyun-auth-shell .form-group:has(input[name="checkPassword"]) .ly-password-toggle {
    top: 50% !important;
    right: 14px !important;
    width: 42px !important;
    height: 42px !important;
    font-size: 25px !important;
    transform: translateY(-50%) !important;
  }
}

/* Mobile repair for register/reset: compact form, visible scrolling. */
@media (max-width: 991.98px) {
  html {
    height: auto !important;
    min-height: 100% !important;
    overflow-y: auto !important;
  }

  body.tpl-register,
  body.tpl-pwreset {
    height: auto !important;
    min-height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  body.tpl-register .luyun-auth-shell,
  body.tpl-pwreset .luyun-auth-shell {
    min-height: 100vh !important;
    height: auto !important;
    padding: 0 0 30px !important;
    overflow: visible !important;
  }

  body.tpl-register .luyun-auth-shell > .row.no-gutters,
  body.tpl-pwreset .luyun-auth-shell > .row.no-gutters,
  body.tpl-register .luyun-auth-shell .col-xl-5,
  body.tpl-pwreset .luyun-auth-shell .col-xl-5,
  body.tpl-register .luyun-auth-shell .auth-full-page-content,
  body.tpl-pwreset .luyun-auth-shell .auth-full-page-content,
  body.tpl-register .luyun-auth-shell .login_right,
  body.tpl-pwreset .luyun-auth-shell .login_right,
  body.tpl-register .luyun-auth-shell .login_right > .d-flex,
  body.tpl-pwreset .luyun-auth-shell .login_right > .d-flex,
  body.tpl-register .luyun-auth-shell .login_right .my-auto,
  body.tpl-pwreset .luyun-auth-shell .login_right .my-auto {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  body.tpl-register .luyun-auth-shell .login_right,
  body.tpl-pwreset .luyun-auth-shell .login_right {
    padding: 40px 16px 0 !important;
  }

  body.tpl-register .luyun-auth-shell .logo.text-center,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center {
    margin: 0 0 24px !important;
  }

  body.tpl-register .luyun-auth-shell .logo.text-center a,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center a {
    width: auto !important;
    height: 58px !important;
    min-height: 58px !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.tpl-register .luyun-auth-shell .logo.text-center img,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center img {
    width: 138px !important;
    max-width: 138px !important;
    max-height: 58px !important;
  }

  body.tpl-register .luyun-auth-shell .logo.text-center::after,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center::after {
    margin-top: 20px !important;
    color: #071833 !important;
    font-size: 36px !important;
    line-height: 1.1 !important;
    font-weight: 950 !important;
  }

  body.tpl-register .luyun-auth-shell .logo.text-center::before,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center::before {
    max-width: 430px !important;
    margin: 12px auto 0 !important;
    color: #65738c !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    font-weight: 500 !important;
  }

  body.tpl-register .luyun-auth-shell .affs-nav.nav-tabs + .mt-4,
  body.tpl-pwreset .luyun-auth-shell .affs-nav.nav-tabs + .mt-4 {
    width: min(calc(100% - 44px), 520px) !important;
    margin: 22px auto 0 !important;
    padding: 28px 34px 34px !important;
    border-radius: 28px !important;
    background: rgba(255,255,255,.94) !important;
    box-shadow: 0 18px 58px rgba(48,105,190,.12) !important;
    overflow: visible !important;
  }

  body.tpl-register .luyun-auth-shell .affs-nav.nav-tabs,
  body.tpl-pwreset .luyun-auth-shell .affs-nav.nav-tabs {
    width: min(calc(100% - 44px), 520px) !important;
    height: 64px !important;
    margin: 0 auto 20px !important;
    padding: 7px !important;
    border-radius: 999px !important;
  }

  body.tpl-register .luyun-auth-shell .affs-nav .nav-link,
  body.tpl-pwreset .luyun-auth-shell .affs-nav .nav-link {
    min-height: 50px !important;
    border-radius: 18px !important;
    font-size: 18px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  body.tpl-register .luyun-auth-shell .affs-nav .nav-link i,
  body.tpl-pwreset .luyun-auth-shell .affs-nav .nav-link i {
    display: inline-flex !important;
    margin-right: 8px !important;
    font-size: 20px !important;
  }

  body.tpl-register .luyun-auth-shell .form-group,
  body.tpl-pwreset .luyun-auth-shell .form-group {
    margin-bottom: 18px !important;
  }

  body.tpl-register .luyun-auth-shell .form-control,
  body.tpl-register .luyun-auth-shell .input-group .form-control,
  body.tpl-pwreset .luyun-auth-shell .form-control,
  body.tpl-pwreset .luyun-auth-shell .input-group .form-control {
    height: 72px !important;
    min-height: 72px !important;
    padding-left: 58px !important;
    padding-right: 18px !important;
    border-radius: 16px !important;
    font-size: 18px !important;
  }

  body.tpl-register .luyun-auth-shell .form-group:has(input[name="password"]) .form-control,
  body.tpl-register .luyun-auth-shell .form-group:has(input[name="checkPassword"]) .form-control,
  body.tpl-pwreset .luyun-auth-shell .form-group:has(input[name="password"]) .form-control,
  body.tpl-pwreset .luyun-auth-shell .form-group:has(input[name="checkPassword"]) .form-control {
    padding-right: 58px !important;
  }

  body.tpl-register .luyun-auth-shell .form-group::before,
  body.tpl-pwreset .luyun-auth-shell .form-group::before {
    left: 22px !important;
    top: 36px !important;
    font-size: 21px !important;
  }

  body.tpl-register .luyun-auth-shell .ly-password-toggle,
  body.tpl-pwreset .luyun-auth-shell .ly-password-toggle,
  body.tpl-register .luyun-auth-shell .form-group:has(input[name="password"]) .ly-password-toggle,
  body.tpl-register .luyun-auth-shell .form-group:has(input[name="checkPassword"]) .ly-password-toggle,
  body.tpl-pwreset .luyun-auth-shell .form-group:has(input[name="password"]) .ly-password-toggle,
  body.tpl-pwreset .luyun-auth-shell .form-group:has(input[name="checkPassword"]) .ly-password-toggle {
    top: 36px !important;
    right: 14px !important;
    width: 42px !important;
    height: 42px !important;
    font-size: 25px !important;
    transform: translateY(-50%) !important;
  }

  body.tpl-register .luyun-auth-shell .input-group,
  body.tpl-pwreset .luyun-auth-shell .input-group {
    flex-wrap: nowrap !important;
  }

  body.tpl-register .luyun-auth-shell .input-group-append,
  body.tpl-pwreset .luyun-auth-shell .input-group-append,
  body.tpl-register .luyun-auth-shell .input-group-append .btn,
  body.tpl-pwreset .luyun-auth-shell .input-group-append .btn {
    height: 72px !important;
    min-height: 72px !important;
  }

  body.tpl-register .luyun-auth-shell .input-group-append .btn,
  body.tpl-pwreset .luyun-auth-shell .input-group-append .btn {
    min-width: 150px !important;
    padding: 0 16px !important;
    border-radius: 16px !important;
    font-size: 18px !important;
    white-space: nowrap !important;
  }

  body.tpl-register .luyun-auth-shell .mt-3,
  body.tpl-pwreset .luyun-auth-shell .mt-3 {
    margin-top: 20px !important;
  }

  body.tpl-register .luyun-auth-shell .mt-3 .btn.btn-primary,
  body.tpl-pwreset .luyun-auth-shell .mt-3 .btn.btn-primary,
  body.tpl-register .luyun-auth-shell button[type="submit"].btn-primary,
  body.tpl-pwreset .luyun-auth-shell button[type="submit"].btn-primary {
    min-height: 76px !important;
    border-radius: 16px !important;
    font-size: 22px !important;
  }

  body.tpl-register .luyun-auth-shell .mt-5.text-center,
  body.tpl-pwreset .luyun-auth-shell .mt-5.text-center {
    width: min(calc(100% - 44px), 520px) !important;
    margin: 24px auto 0 !important;
  }
}

@media (max-width: 575.98px) {
  body.tpl-register .luyun-auth-shell .login_right,
  body.tpl-pwreset .luyun-auth-shell .login_right {
    padding: 34px 12px 0 !important;
  }

  body.tpl-register .luyun-auth-shell .logo.text-center::after,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center::after {
    font-size: 32px !important;
  }

  body.tpl-register .luyun-auth-shell .logo.text-center::before,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center::before {
    max-width: 312px !important;
    font-size: 15px !important;
  }

  body.tpl-register .luyun-auth-shell .affs-nav.nav-tabs,
  body.tpl-pwreset .luyun-auth-shell .affs-nav.nav-tabs,
  body.tpl-register .luyun-auth-shell .affs-nav.nav-tabs + .mt-4,
  body.tpl-pwreset .luyun-auth-shell .affs-nav.nav-tabs + .mt-4,
  body.tpl-register .luyun-auth-shell .mt-5.text-center,
  body.tpl-pwreset .luyun-auth-shell .mt-5.text-center {
    width: calc(100% - 24px) !important;
  }

  body.tpl-register .luyun-auth-shell .affs-nav.nav-tabs + .mt-4,
  body.tpl-pwreset .luyun-auth-shell .affs-nav.nav-tabs + .mt-4 {
    padding: 20px 16px 26px !important;
    border-radius: 24px !important;
  }

  body.tpl-register .luyun-auth-shell .input-group-append .btn,
  body.tpl-pwreset .luyun-auth-shell .input-group-append .btn {
    min-width: 132px !important;
    padding: 0 12px !important;
    font-size: 16px !important;
  }
}

/* Password reset mobile page: match the supplied reference. */
@media (max-width: 991.98px) {
  body.tpl-pwreset .luyun-auth-shell {
    min-height: 100vh !important;
    padding: 0 0 52px !important;
    background:
      radial-gradient(circle at 8% 39%, rgba(81,158,255,.24) 0 12px, transparent 13px),
      radial-gradient(circle at 93% 12%, rgba(255,255,255,.92), transparent 9rem),
      radial-gradient(circle at 80% 30%, rgba(83,155,255,.17), transparent 13rem),
      linear-gradient(180deg, #edf6ff 0%, #f7fbff 30%, #eaf4ff 100%) !important;
    overflow: visible !important;
  }

  body.tpl-pwreset .luyun-auth-shell::after {
    content: "" !important;
    position: absolute !important;
    top: 205px !important;
    right: -18px !important;
    width: 180px !important;
    height: 118px !important;
    border-radius: 56% 44% 48% 52% / 58% 42% 58% 42% !important;
    background:
      radial-gradient(circle at 24% 58%, rgba(255,255,255,.74) 0 22%, transparent 23%),
      radial-gradient(circle at 49% 43%, rgba(255,255,255,.68) 0 31%, transparent 32%),
      radial-gradient(circle at 73% 60%, rgba(228,244,255,.68) 0 24%, transparent 25%),
      linear-gradient(135deg, rgba(255,255,255,.46), rgba(108,177,255,.18)) !important;
    border: 1px solid rgba(255,255,255,.52) !important;
    box-shadow: inset 0 10px 26px rgba(255,255,255,.52), 0 18px 46px rgba(72,137,219,.14) !important;
    opacity: .9 !important;
    transform: rotate(-7deg) !important;
    pointer-events: none !important;
    z-index: 0 !important;
  }

  body.tpl-pwreset .luyun-auth-shell .login_right {
    padding: 58px 0 0 !important;
  }

  body.tpl-pwreset .luyun-auth-shell .logo.text-center {
    margin: 0 auto !important;
  }

  body.tpl-pwreset .luyun-auth-shell .logo.text-center a {
    width: auto !important;
    height: 62px !important;
    min-height: 62px !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.tpl-pwreset .luyun-auth-shell .logo.text-center img {
    width: 156px !important;
    max-width: 156px !important;
    max-height: 62px !important;
  }

  body.tpl-pwreset .luyun-auth-shell .logo.text-center::after {
    content: "找回密码" !important;
    margin-top: 44px !important;
    color: #071833 !important;
    font-size: 48px !important;
    line-height: 1.05 !important;
    font-weight: 950 !important;
  }

  body.tpl-pwreset .luyun-auth-shell .logo.text-center::before {
    content: "通过邮箱或手机验证，安全找回您的账户密码。" !important;
    max-width: 600px !important;
    margin: 22px auto 0 !important;
    color: #66758d !important;
    font-size: 22px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card {
    position: relative !important;
    width: min(calc(100% - 74px), 760px) !important;
    margin: 72px auto 0 !important;
    padding: 54px 64px 56px !important;
    border-radius: 34px !important;
    background: rgba(255,255,255,.96) !important;
    box-shadow: 0 26px 72px rgba(64,122,207,.16) !important;
    z-index: 1 !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card::after {
    content: "\f3ed  数据安全加密传输，保障您的信息安全";
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    margin-top: 46px !important;
    padding-top: 22px !important;
    color: #8b98ab !important;
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    border-top: 1px solid rgba(148,165,190,.22) !important;
    white-space: nowrap !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .affs-nav.nav-tabs {
    display: flex !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 38px !important;
    padding: 0 !important;
    gap: 34px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .affs-nav .nav-item {
    flex: 1 1 0 !important;
    margin: 0 !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .affs-nav .nav-item:only-child {
    flex: 0 1 48% !important;
    max-width: 330px !important;
    margin: 0 auto !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .affs-nav .nav-link {
    min-height: 72px !important;
    width: 100% !important;
    border: 0 !important;
    border-radius: 12px !important;
    color: #1f2b3b !important;
    background: #f7f8fb !important;
    box-shadow: 0 10px 24px rgba(41,75,128,.06) !important;
    font-size: 24px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .affs-nav .nav-link i {
    display: none !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .affs-nav .nav-link.active {
    color: #fff !important;
    background: linear-gradient(105deg, #25abff 0%, #2d72ff 58%, #5147ff 100%) !important;
    box-shadow: 0 14px 30px rgba(45,111,255,.24) !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .affs-nav .nav-link.active::after {
    display: none !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card > .mt-4 {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-group {
    margin-bottom: 26px !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-control,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .input-group .form-control {
    height: 76px !important;
    min-height: 76px !important;
    padding-left: 72px !important;
    padding-right: 22px !important;
    border: 1px solid #dfe5ef !important;
    border-radius: 14px !important;
    color: #101d34 !important;
    background: #fff !important;
    font-size: 22px !important;
    font-weight: 650 !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-control::placeholder {
    color: #96a2b5 !important;
    font-weight: 650 !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-group::before {
    left: 28px !important;
    top: 38px !important;
    color: #8b98ab !important;
    font-size: 25px !important;
    transform: translateY(-50%) !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-group:has(input[name="code"])::before {
    content: "\f3ed" !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-group:has(input[name="password"]) .form-control,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-group:has(input[name="checkPassword"]) .form-control {
    padding-right: 72px !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .ly-password-toggle,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-group:has(input[name="password"]) .ly-password-toggle,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-group:has(input[name="checkPassword"]) .ly-password-toggle {
    top: 38px !important;
    right: 22px !important;
    width: 44px !important;
    height: 44px !important;
    color: #8794a8 !important;
    font-size: 28px !important;
    transform: translateY(-50%) !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .input-group {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-group:has(input[name="code"]) .input-group {
    gap: 28px !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .input-group .form-control {
    flex: 1 1 auto !important;
    border-radius: 14px !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .input-group-append {
    flex: 0 0 34% !important;
    height: 76px !important;
    min-height: 76px !important;
    margin: 0 !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .input-group-append .btn {
    width: 100% !important;
    min-width: 0 !important;
    height: 76px !important;
    min-height: 76px !important;
    padding: 0 16px !important;
    border-radius: 14px !important;
    font-size: 21px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .mt-3 {
    margin-top: 36px !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .mt-3 .btn.btn-primary,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card button[type="submit"].btn-primary {
    min-height: 80px !important;
    border-radius: 12px !important;
    background: linear-gradient(105deg, #25abff 0%, #2d72ff 58%, #5147ff 100%) !important;
    box-shadow: 0 14px 34px rgba(45,111,255,.22) !important;
    font-size: 25px !important;
    font-weight: 950 !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .mt-5.text-center {
    width: 100% !important;
    margin: 34px auto 0 !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .mt-5.text-center p {
    color: #7d8799 !important;
    font-size: 22px !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .mt-5.text-center a {
    color: #167cff !important;
    font-weight: 900 !important;
  }
}

@media (max-width: 575.98px) {
  body.tpl-pwreset .luyun-auth-shell {
    padding-bottom: 34px !important;
  }

  body.tpl-pwreset .luyun-auth-shell::after {
    top: 185px !important;
    right: -44px !important;
    width: 150px !important;
    height: 98px !important;
  }

  body.tpl-pwreset .luyun-auth-shell .login_right {
    padding-top: 42px !important;
  }

  body.tpl-pwreset .luyun-auth-shell .logo.text-center img {
    width: 126px !important;
    max-width: 126px !important;
  }

  body.tpl-pwreset .luyun-auth-shell .logo.text-center::after {
    margin-top: 32px !important;
    font-size: 38px !important;
  }

  body.tpl-pwreset .luyun-auth-shell .logo.text-center::before {
    max-width: 330px !important;
    margin-top: 16px !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card {
    width: calc(100% - 32px) !important;
    margin-top: 42px !important;
    padding: 28px 22px 34px !important;
    border-radius: 26px !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card::after {
    margin-top: 30px !important;
    padding-top: 18px !important;
    font-size: 13px !important;
    white-space: normal !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .affs-nav.nav-tabs {
    margin-bottom: 26px !important;
    gap: 18px !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .affs-nav .nav-item:only-child {
    flex-basis: 56% !important;
    max-width: 220px !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .affs-nav .nav-link {
    min-height: 54px !important;
    font-size: 18px !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-group {
    margin-bottom: 18px !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-control,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .input-group .form-control {
    height: 62px !important;
    min-height: 62px !important;
    padding-left: 52px !important;
    border-radius: 13px !important;
    font-size: 16px !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-group::before {
    left: 20px !important;
    top: 31px !important;
    font-size: 20px !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-group:has(input[name="password"]) .form-control,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-group:has(input[name="checkPassword"]) .form-control {
    padding-right: 54px !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .ly-password-toggle,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-group:has(input[name="password"]) .ly-password-toggle,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-group:has(input[name="checkPassword"]) .ly-password-toggle {
    top: 31px !important;
    right: 12px !important;
    width: 38px !important;
    height: 38px !important;
    font-size: 23px !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-group:has(input[name="code"]) .input-group {
    gap: 12px !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .input-group-append {
    flex-basis: 132px !important;
    height: 62px !important;
    min-height: 62px !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .input-group-append .btn {
    height: 62px !important;
    min-height: 62px !important;
    padding: 0 10px !important;
    border-radius: 13px !important;
    font-size: 16px !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .mt-3 {
    margin-top: 26px !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .mt-3 .btn.btn-primary,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card button[type="submit"].btn-primary {
    min-height: 66px !important;
    font-size: 21px !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .mt-5.text-center {
    margin-top: 24px !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .mt-5.text-center p {
    font-size: 16px !important;
  }
}

/* Register/reset mobile: align with the login mobile page. */
@media (max-width: 991.98px) {
  body.tpl-register,
  body.tpl-pwreset {
    height: auto !important;
    min-height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: #dcecff !important;
  }

  body.tpl-register .luyun-auth-shell,
  body.tpl-pwreset .luyun-auth-shell {
    position: relative !important;
    min-height: 100vh !important;
    height: auto !important;
    padding: 0 0 52px !important;
    overflow: visible !important;
    background:
      radial-gradient(circle at 11% 28%, rgba(255,255,255,.90), transparent 9rem),
      radial-gradient(circle at 89% 22%, rgba(255,255,255,.82), transparent 10rem),
      linear-gradient(180deg, #dcecff 0%, #f7fbff 42%, #edf5ff 100%) !important;
  }

  body.tpl-register .luyun-auth-shell::after,
  body.tpl-pwreset .luyun-auth-shell::after {
    content: "" !important;
    position: absolute !important;
    top: 260px !important;
    right: -70px !important;
    width: 230px !important;
    height: 160px !important;
    border-radius: 58% 42% 50% 50% / 58% 42% 58% 42% !important;
    background:
      radial-gradient(circle at 25% 56%, rgba(255,255,255,.86) 0 21%, transparent 22%),
      radial-gradient(circle at 49% 42%, rgba(255,255,255,.80) 0 30%, transparent 31%),
      radial-gradient(circle at 72% 58%, rgba(226,240,255,.72) 0 24%, transparent 25%),
      linear-gradient(135deg, rgba(255,255,255,.56), rgba(99,169,255,.20) 68%, rgba(44,111,255,.16)) !important;
    box-shadow: inset 0 14px 28px rgba(255,255,255,.60), 0 26px 68px rgba(58,119,204,.16) !important;
    opacity: .88 !important;
    transform: rotate(-8deg) !important;
    pointer-events: none !important;
    z-index: 0 !important;
  }

  body.tpl-register .luyun-auth-shell > .row.no-gutters,
  body.tpl-pwreset .luyun-auth-shell > .row.no-gutters,
  body.tpl-register .luyun-auth-shell .col-xl-5,
  body.tpl-pwreset .luyun-auth-shell .col-xl-5,
  body.tpl-register .luyun-auth-shell .auth-full-page-content,
  body.tpl-pwreset .luyun-auth-shell .auth-full-page-content,
  body.tpl-register .luyun-auth-shell .login_right,
  body.tpl-pwreset .luyun-auth-shell .login_right,
  body.tpl-register .luyun-auth-shell .login_right > .d-flex,
  body.tpl-pwreset .luyun-auth-shell .login_right > .d-flex,
  body.tpl-register .luyun-auth-shell .login_right .my-auto,
  body.tpl-pwreset .luyun-auth-shell .login_right .my-auto {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.tpl-register .luyun-auth-shell .login_right,
  body.tpl-pwreset .luyun-auth-shell .login_right {
    position: relative !important;
    z-index: 1 !important;
    padding: 58px 18px 0 !important;
    border: 0 !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card::after {
    content: none !important;
    display: none !important;
  }

  body.tpl-register .luyun-auth-shell .logo.text-center,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center {
    margin: 0 0 38px !important;
    text-align: center !important;
  }

  body.tpl-register .luyun-auth-shell .logo.text-center a,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center a {
    width: auto !important;
    height: 76px !important;
    min-height: 76px !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.tpl-register .luyun-auth-shell .logo.text-center img,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center img {
    width: 178px !important;
    max-width: 178px !important;
    max-height: 76px !important;
  }

  body.tpl-register .luyun-auth-shell .logo.text-center::after,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center::after {
    margin-top: 42px !important;
    color: #071833 !important;
    font-size: 54px !important;
    line-height: 1.08 !important;
    font-weight: 950 !important;
  }

  body.tpl-register .luyun-auth-shell .logo.text-center::before,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center::before {
    max-width: 620px !important;
    margin: 24px auto 0 !important;
    color: #69768d !important;
    font-size: 25px !important;
    line-height: 1.55 !important;
    font-weight: 500 !important;
  }

  body.tpl-register .luyun-auth-shell .logo.text-center::after {
    content: "注册账户" !important;
  }

  body.tpl-register .luyun-auth-shell .logo.text-center::before {
    content: "创建账户后即可购买并管理您的云服务、账单与工单。" !important;
  }

  body.tpl-pwreset .luyun-auth-shell .logo.text-center::after {
    content: "找回密码" !important;
  }

  body.tpl-pwreset .luyun-auth-shell .logo.text-center::before {
    content: "通过邮箱或手机验证，重新设置您的账户密码。" !important;
  }

  body.tpl-register .luyun-auth-shell .affs-nav.nav-tabs,
  body.tpl-pwreset .luyun-auth-shell .affs-nav.nav-tabs,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .affs-nav.nav-tabs {
    display: flex !important;
    width: min(calc(100% - 72px), 760px) !important;
    height: 92px !important;
    margin: 0 auto 56px !important;
    padding: 8px !important;
    gap: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(245,248,253,.94) !important;
    box-shadow: inset 0 7px 18px rgba(75,107,155,.08), 0 12px 30px rgba(55,117,205,.08) !important;
  }

  body.tpl-register .luyun-auth-shell .affs-nav .nav-item,
  body.tpl-pwreset .luyun-auth-shell .affs-nav .nav-item,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .affs-nav .nav-item {
    flex: 1 1 0 !important;
    margin: 0 !important;
    max-width: none !important;
  }

  body.tpl-register .luyun-auth-shell .affs-nav .nav-item:only-child,
  body.tpl-pwreset .luyun-auth-shell .affs-nav .nav-item:only-child,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .affs-nav .nav-item:only-child {
    flex: 0 1 100% !important;
    margin: 0 auto !important;
    max-width: none !important;
  }

  body.tpl-register .luyun-auth-shell .affs-nav .nav-link,
  body.tpl-pwreset .luyun-auth-shell .affs-nav .nav-link,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .affs-nav .nav-link {
    width: 100% !important;
    min-height: 76px !important;
    border: 0 !important;
    border-radius: 999px !important;
    color: #283244 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 27px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
  }

  body.tpl-register .luyun-auth-shell .affs-nav .nav-link i,
  body.tpl-pwreset .luyun-auth-shell .affs-nav .nav-link i,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .affs-nav .nav-link i {
    display: inline-flex !important;
    margin-right: 14px !important;
    color: inherit !important;
    font-size: 30px !important;
  }

  body.tpl-register .luyun-auth-shell .affs-nav .nav-link.active,
  body.tpl-pwreset .luyun-auth-shell .affs-nav .nav-link.active,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .affs-nav .nav-link.active {
    color: #fff !important;
    background: linear-gradient(105deg, #25adff 0%, #2d73ff 58%, #5147ff 100%) !important;
    box-shadow: 0 14px 30px rgba(45,111,255,.24) !important;
  }

  body.tpl-register .luyun-auth-shell .affs-nav .nav-link.active::after,
  body.tpl-pwreset .luyun-auth-shell .affs-nav .nav-link.active::after {
    display: none !important;
  }

  body.tpl-register .luyun-auth-shell .affs-nav.nav-tabs + .mt-4,
  body.tpl-pwreset .luyun-auth-shell .affs-nav.nav-tabs + .mt-4,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card > .mt-4 {
    position: relative !important;
    width: min(calc(100% - 132px), 700px) !important;
    margin: 0 auto !important;
    padding: 50px 44px 58px !important;
    border-radius: 30px !important;
    background: rgba(255,255,255,.94) !important;
    box-shadow: 0 26px 72px rgba(64,122,207,.13) !important;
    overflow: visible !important;
  }

  body.tpl-register .luyun-auth-shell .affs-nav.nav-tabs + .mt-4::after,
  body.tpl-pwreset .luyun-auth-shell .affs-nav.nav-tabs + .mt-4::after,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card > .mt-4::after {
    content: "\f3ed  数据安全加密传输，保障您的信息安全";
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 42px !important;
    color: #7f8b9e !important;
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 23px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
  }

  body.tpl-register .luyun-auth-shell .form-group,
  body.tpl-pwreset .luyun-auth-shell .form-group,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-group {
    margin-bottom: 34px !important;
    position: relative !important;
  }

  body.tpl-register .luyun-auth-shell .form-control,
  body.tpl-register .luyun-auth-shell .input-group .form-control,
  body.tpl-pwreset .luyun-auth-shell .form-control,
  body.tpl-pwreset .luyun-auth-shell .input-group .form-control,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-control,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .input-group .form-control {
    height: 104px !important;
    min-height: 104px !important;
    padding-left: 78px !important;
    padding-right: 24px !important;
    border: 1px solid #dde4ee !important;
    border-radius: 20px !important;
    color: #101d34 !important;
    background: #fff !important;
    box-shadow: none !important;
    font-size: 28px !important;
    font-weight: 700 !important;
  }

  body.tpl-register .luyun-auth-shell .form-control::placeholder,
  body.tpl-pwreset .luyun-auth-shell .form-control::placeholder {
    color: #97a3b4 !important;
    font-weight: 700 !important;
  }

  body.tpl-register .luyun-auth-shell .form-group::before,
  body.tpl-pwreset .luyun-auth-shell .form-group::before,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-group::before {
    left: 30px !important;
    top: 52px !important;
    color: #8d99aa !important;
    font-size: 31px !important;
    transform: translateY(-50%) !important;
  }

  body.tpl-register .luyun-auth-shell .form-group:has(input[name="password"]) .form-control,
  body.tpl-register .luyun-auth-shell .form-group:has(input[name="checkPassword"]) .form-control,
  body.tpl-pwreset .luyun-auth-shell .form-group:has(input[name="password"]) .form-control,
  body.tpl-pwreset .luyun-auth-shell .form-group:has(input[name="checkPassword"]) .form-control {
    padding-right: 82px !important;
  }

  body.tpl-register .luyun-auth-shell .ly-password-toggle,
  body.tpl-pwreset .luyun-auth-shell .ly-password-toggle,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .ly-password-toggle {
    top: 52px !important;
    right: 24px !important;
    width: 50px !important;
    height: 50px !important;
    color: #8b97a9 !important;
    background: transparent !important;
    font-size: 35px !important;
    transform: translateY(-50%) !important;
  }

  body.tpl-register .luyun-auth-shell .input-group,
  body.tpl-pwreset .luyun-auth-shell .input-group {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
  }

  body.tpl-register .luyun-auth-shell .form-group:has(input[name="code"]) .input-group,
  body.tpl-pwreset .luyun-auth-shell .form-group:has(input[name="code"]) .input-group {
    gap: 26px !important;
  }

  body.tpl-register .luyun-auth-shell .input-group-append,
  body.tpl-pwreset .luyun-auth-shell .input-group-append {
    flex: 0 0 34% !important;
    height: 104px !important;
    min-height: 104px !important;
    margin: 0 !important;
  }

  body.tpl-register .luyun-auth-shell .input-group-append .btn,
  body.tpl-pwreset .luyun-auth-shell .input-group-append .btn {
    width: 100% !important;
    min-width: 0 !important;
    height: 104px !important;
    min-height: 104px !important;
    padding: 0 16px !important;
    border-radius: 20px !important;
    font-size: 25px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  body.tpl-register .luyun-auth-shell .mt-3,
  body.tpl-pwreset .luyun-auth-shell .mt-3,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .mt-3 {
    margin-top: 44px !important;
  }

  body.tpl-register .luyun-auth-shell .mt-3 .btn.btn-primary,
  body.tpl-register .luyun-auth-shell button[type="submit"].btn-primary,
  body.tpl-pwreset .luyun-auth-shell .mt-3 .btn.btn-primary,
  body.tpl-pwreset .luyun-auth-shell button[type="submit"].btn-primary {
    min-height: 108px !important;
    border-radius: 20px !important;
    background: linear-gradient(105deg, #25adff 0%, #2d73ff 58%, #5147ff 100%) !important;
    box-shadow: 0 18px 38px rgba(45,111,255,.20) !important;
    font-size: 36px !important;
    font-weight: 950 !important;
  }

  body.tpl-register .luyun-auth-shell .mt-5.text-center,
  body.tpl-pwreset .luyun-auth-shell .mt-5.text-center {
    width: min(calc(100% - 132px), 700px) !important;
    margin: 34px auto 0 !important;
  }

  body.tpl-register .luyun-auth-shell .mt-5.text-center p,
  body.tpl-pwreset .luyun-auth-shell .mt-5.text-center p {
    color: #7a8597 !important;
    font-size: 24px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
  }

  body.tpl-register .luyun-auth-shell .mt-5.text-center a,
  body.tpl-pwreset .luyun-auth-shell .mt-5.text-center a {
    color: #167cff !important;
    font-weight: 900 !important;
  }
}

@media (max-width: 575.98px) {
  body.tpl-register .luyun-auth-shell,
  body.tpl-pwreset .luyun-auth-shell {
    padding-bottom: 34px !important;
  }

  body.tpl-register .luyun-auth-shell::after,
  body.tpl-pwreset .luyun-auth-shell::after {
    top: 220px !important;
    right: -98px !important;
    width: 220px !important;
    height: 150px !important;
  }

  body.tpl-register .luyun-auth-shell .login_right,
  body.tpl-pwreset .luyun-auth-shell .login_right {
    padding: 42px 14px 0 !important;
  }

  body.tpl-register .luyun-auth-shell .logo.text-center,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center {
    margin-bottom: 30px !important;
  }

  body.tpl-register .luyun-auth-shell .logo.text-center a,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center a {
    height: 64px !important;
    min-height: 64px !important;
  }

  body.tpl-register .luyun-auth-shell .logo.text-center img,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center img {
    width: 132px !important;
    max-width: 132px !important;
    max-height: 64px !important;
  }

  body.tpl-register .luyun-auth-shell .logo.text-center::after,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center::after {
    margin-top: 28px !important;
    font-size: 38px !important;
  }

  body.tpl-register .luyun-auth-shell .logo.text-center::before,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center::before {
    max-width: 330px !important;
    margin-top: 16px !important;
    font-size: 16px !important;
    line-height: 1.58 !important;
  }

  body.tpl-register .luyun-auth-shell .affs-nav.nav-tabs,
  body.tpl-pwreset .luyun-auth-shell .affs-nav.nav-tabs,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .affs-nav.nav-tabs {
    width: calc(100% - 24px) !important;
    height: 70px !important;
    margin-bottom: 34px !important;
    padding: 7px !important;
  }

  body.tpl-register .luyun-auth-shell .affs-nav .nav-link,
  body.tpl-pwreset .luyun-auth-shell .affs-nav .nav-link,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .affs-nav .nav-link {
    min-height: 56px !important;
    font-size: 19px !important;
  }

  body.tpl-register .luyun-auth-shell .affs-nav .nav-link i,
  body.tpl-pwreset .luyun-auth-shell .affs-nav .nav-link i {
    margin-right: 8px !important;
    font-size: 22px !important;
  }

  body.tpl-register .luyun-auth-shell .affs-nav.nav-tabs + .mt-4,
  body.tpl-pwreset .luyun-auth-shell .affs-nav.nav-tabs + .mt-4,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card > .mt-4 {
    width: calc(100% - 64px) !important;
    padding: 28px 20px 34px !important;
    border-radius: 24px !important;
  }

  body.tpl-register .luyun-auth-shell .affs-nav.nav-tabs + .mt-4::after,
  body.tpl-pwreset .luyun-auth-shell .affs-nav.nav-tabs + .mt-4::after,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card > .mt-4::after {
    margin-top: 28px !important;
    font-size: 14px !important;
    white-space: normal !important;
  }

  body.tpl-register .luyun-auth-shell .form-group,
  body.tpl-pwreset .luyun-auth-shell .form-group {
    margin-bottom: 22px !important;
  }

  body.tpl-register .luyun-auth-shell .form-control,
  body.tpl-register .luyun-auth-shell .input-group .form-control,
  body.tpl-pwreset .luyun-auth-shell .form-control,
  body.tpl-pwreset .luyun-auth-shell .input-group .form-control {
    height: 72px !important;
    min-height: 72px !important;
    padding-left: 58px !important;
    border-radius: 16px !important;
    font-size: 18px !important;
  }

  body.tpl-register .luyun-auth-shell .form-group::before,
  body.tpl-pwreset .luyun-auth-shell .form-group::before {
    left: 22px !important;
    top: 36px !important;
    font-size: 22px !important;
  }

  body.tpl-register .luyun-auth-shell .ly-password-toggle,
  body.tpl-pwreset .luyun-auth-shell .ly-password-toggle {
    top: 36px !important;
    right: 14px !important;
    width: 42px !important;
    height: 42px !important;
    font-size: 25px !important;
  }

  body.tpl-register .luyun-auth-shell .form-group:has(input[name="password"]) .form-control,
  body.tpl-register .luyun-auth-shell .form-group:has(input[name="checkPassword"]) .form-control,
  body.tpl-pwreset .luyun-auth-shell .form-group:has(input[name="password"]) .form-control,
  body.tpl-pwreset .luyun-auth-shell .form-group:has(input[name="checkPassword"]) .form-control {
    padding-right: 58px !important;
  }

  body.tpl-register .luyun-auth-shell .form-group:has(input[name="code"]) .input-group,
  body.tpl-pwreset .luyun-auth-shell .form-group:has(input[name="code"]) .input-group {
    gap: 12px !important;
  }

  body.tpl-register .luyun-auth-shell .input-group-append,
  body.tpl-pwreset .luyun-auth-shell .input-group-append {
    flex-basis: 132px !important;
    height: 72px !important;
    min-height: 72px !important;
  }

  body.tpl-register .luyun-auth-shell .input-group-append .btn,
  body.tpl-pwreset .luyun-auth-shell .input-group-append .btn {
    height: 72px !important;
    min-height: 72px !important;
    padding: 0 10px !important;
    border-radius: 16px !important;
    font-size: 16px !important;
  }

  body.tpl-register .luyun-auth-shell .mt-3,
  body.tpl-pwreset .luyun-auth-shell .mt-3 {
    margin-top: 28px !important;
  }

  body.tpl-register .luyun-auth-shell .mt-3 .btn.btn-primary,
  body.tpl-register .luyun-auth-shell button[type="submit"].btn-primary,
  body.tpl-pwreset .luyun-auth-shell .mt-3 .btn.btn-primary,
  body.tpl-pwreset .luyun-auth-shell button[type="submit"].btn-primary {
    min-height: 76px !important;
    border-radius: 16px !important;
    font-size: 24px !important;
  }

  body.tpl-register .luyun-auth-shell .mt-5.text-center,
  body.tpl-pwreset .luyun-auth-shell .mt-5.text-center {
    width: calc(100% - 64px) !important;
    margin-top: 24px !important;
  }

  body.tpl-register .luyun-auth-shell .mt-5.text-center p,
  body.tpl-pwreset .luyun-auth-shell .mt-5.text-center p {
    font-size: 15px !important;
  }
}

@media (max-width: 575.98px) {
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-control,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .input-group .form-control {
    height: 72px !important;
    min-height: 72px !important;
    padding-left: 58px !important;
    border-radius: 16px !important;
    font-size: 18px !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-group::before {
    left: 22px !important;
    top: 36px !important;
    font-size: 22px !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .ly-password-toggle {
    top: 36px !important;
    right: 14px !important;
    width: 42px !important;
    height: 42px !important;
    font-size: 25px !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .input-group-append,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .input-group-append .btn {
    height: 72px !important;
    min-height: 72px !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .input-group-append .btn {
    border-radius: 16px !important;
    font-size: 16px !important;
  }

  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .mt-3 .btn.btn-primary,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card button[type="submit"].btn-primary {
    min-height: 76px !important;
    border-radius: 16px !important;
    font-size: 24px !important;
  }
}

/* Mobile register/reset relaxed spacing pass. */
@media (max-width: 991.98px) {
  body.tpl-register .luyun-auth-shell .login_right,
  body.tpl-pwreset .luyun-auth-shell .login_right {
    padding-top: 64px !important;
  }

  body.tpl-register .luyun-auth-shell .logo.text-center,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center {
    margin-bottom: 46px !important;
  }

  body.tpl-register .luyun-auth-shell .affs-nav.nav-tabs,
  body.tpl-pwreset .luyun-auth-shell .affs-nav.nav-tabs,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .affs-nav.nav-tabs {
    width: min(calc(100% - 56px), 780px) !important;
    margin-bottom: 64px !important;
  }

  body.tpl-register .luyun-auth-shell .affs-nav.nav-tabs + .mt-4,
  body.tpl-pwreset .luyun-auth-shell .affs-nav.nav-tabs + .mt-4,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card > .mt-4 {
    width: min(calc(100% - 72px), 740px) !important;
    padding: 58px 54px 64px !important;
    border-radius: 34px !important;
  }

  body.tpl-register .luyun-auth-shell .form-group,
  body.tpl-pwreset .luyun-auth-shell .form-group,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-group {
    margin-bottom: 38px !important;
  }

  body.tpl-register .luyun-auth-shell .form-control,
  body.tpl-register .luyun-auth-shell .input-group .form-control,
  body.tpl-pwreset .luyun-auth-shell .form-control,
  body.tpl-pwreset .luyun-auth-shell .input-group .form-control,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-control,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .input-group .form-control {
    height: 108px !important;
    min-height: 108px !important;
    padding-left: 82px !important;
    border-radius: 22px !important;
  }

  body.tpl-register .luyun-auth-shell .form-group::before,
  body.tpl-pwreset .luyun-auth-shell .form-group::before,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-group::before {
    left: 32px !important;
    top: 54px !important;
  }

  body.tpl-register .luyun-auth-shell .ly-password-toggle,
  body.tpl-pwreset .luyun-auth-shell .ly-password-toggle,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .ly-password-toggle {
    top: 54px !important;
    right: 28px !important;
  }

  body.tpl-register .luyun-auth-shell .form-group:has(input[name="code"]) .input-group,
  body.tpl-pwreset .luyun-auth-shell .form-group:has(input[name="code"]) .input-group {
    gap: 32px !important;
  }

  body.tpl-register .luyun-auth-shell .input-group-append,
  body.tpl-pwreset .luyun-auth-shell .input-group-append {
    flex: 0 0 38% !important;
    height: 108px !important;
    min-height: 108px !important;
  }

  body.tpl-register .luyun-auth-shell .input-group-append .btn,
  body.tpl-pwreset .luyun-auth-shell .input-group-append .btn {
    height: 108px !important;
    min-height: 108px !important;
    border-radius: 22px !important;
  }

  body.tpl-register .luyun-auth-shell .mt-3,
  body.tpl-pwreset .luyun-auth-shell .mt-3,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .mt-3 {
    margin-top: 52px !important;
  }
}

@media (max-width: 575.98px) {
  body.tpl-register .luyun-auth-shell .login_right,
  body.tpl-pwreset .luyun-auth-shell .login_right {
    padding: 48px 10px 0 !important;
  }

  body.tpl-register .luyun-auth-shell .logo.text-center,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center {
    margin-bottom: 38px !important;
  }

  body.tpl-register .luyun-auth-shell .logo.text-center::before,
  body.tpl-pwreset .luyun-auth-shell .logo.text-center::before {
    max-width: 350px !important;
  }

  body.tpl-register .luyun-auth-shell .affs-nav.nav-tabs,
  body.tpl-pwreset .luyun-auth-shell .affs-nav.nav-tabs,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .affs-nav.nav-tabs {
    width: calc(100% - 28px) !important;
    margin-bottom: 44px !important;
  }

  body.tpl-register .luyun-auth-shell .affs-nav.nav-tabs + .mt-4,
  body.tpl-pwreset .luyun-auth-shell .affs-nav.nav-tabs + .mt-4,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card > .mt-4 {
    width: calc(100% - 32px) !important;
    padding: 34px 24px 40px !important;
    border-radius: 28px !important;
  }

  body.tpl-register .luyun-auth-shell .form-group,
  body.tpl-pwreset .luyun-auth-shell .form-group,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-group {
    margin-bottom: 28px !important;
  }

  body.tpl-register .luyun-auth-shell .form-control,
  body.tpl-register .luyun-auth-shell .input-group .form-control,
  body.tpl-pwreset .luyun-auth-shell .form-control,
  body.tpl-pwreset .luyun-auth-shell .input-group .form-control,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-control,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .input-group .form-control {
    height: 78px !important;
    min-height: 78px !important;
    padding-left: 62px !important;
    border-radius: 18px !important;
    font-size: 19px !important;
  }

  body.tpl-register .luyun-auth-shell .form-group::before,
  body.tpl-pwreset .luyun-auth-shell .form-group::before,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-group::before {
    left: 24px !important;
    top: 39px !important;
    font-size: 23px !important;
  }

  body.tpl-register .luyun-auth-shell .ly-password-toggle,
  body.tpl-pwreset .luyun-auth-shell .ly-password-toggle,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .ly-password-toggle {
    top: 39px !important;
    right: 16px !important;
  }

  body.tpl-register .luyun-auth-shell .form-group:has(input[name="password"]) .form-control,
  body.tpl-register .luyun-auth-shell .form-group:has(input[name="checkPassword"]) .form-control,
  body.tpl-pwreset .luyun-auth-shell .form-group:has(input[name="password"]) .form-control,
  body.tpl-pwreset .luyun-auth-shell .form-group:has(input[name="checkPassword"]) .form-control {
    padding-right: 62px !important;
  }

  body.tpl-register .luyun-auth-shell .form-group:has(input[name="code"]) .input-group,
  body.tpl-pwreset .luyun-auth-shell .form-group:has(input[name="code"]) .input-group {
    gap: 14px !important;
  }

  body.tpl-register .luyun-auth-shell .input-group-append,
  body.tpl-pwreset .luyun-auth-shell .input-group-append,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .input-group-append {
    flex: 0 0 136px !important;
    height: 78px !important;
    min-height: 78px !important;
  }

  body.tpl-register .luyun-auth-shell .input-group-append .btn,
  body.tpl-pwreset .luyun-auth-shell .input-group-append .btn,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .input-group-append .btn {
    height: 78px !important;
    min-height: 78px !important;
    border-radius: 18px !important;
    font-size: 17px !important;
  }

  body.tpl-register .luyun-auth-shell .mt-3,
  body.tpl-pwreset .luyun-auth-shell .mt-3 {
    margin-top: 36px !important;
  }

  body.tpl-register .luyun-auth-shell .mt-5.text-center,
  body.tpl-pwreset .luyun-auth-shell .mt-5.text-center {
    width: calc(100% - 32px) !important;
    margin-top: 30px !important;
  }
}

/* Commercial mobile form layout for register/reset. */
@media (max-width: 991.98px) {
  body.tpl-register .luyun-auth-shell .affs-nav.nav-tabs + .mt-4,
  body.tpl-pwreset .luyun-auth-shell .affs-nav.nav-tabs + .mt-4,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card > .mt-4 {
    width: min(calc(100% - 48px), 520px) !important;
    padding: 28px 24px 32px !important;
    border-radius: 20px !important;
    background: rgba(255,255,255,.96) !important;
    box-shadow: 0 18px 48px rgba(54,112,192,.12) !important;
  }

  body.tpl-register .luyun-auth-shell .tab-content,
  body.tpl-pwreset .luyun-auth-shell .tab-content {
    width: 100% !important;
  }

  body.tpl-register .luyun-auth-shell form,
  body.tpl-pwreset .luyun-auth-shell form {
    width: 100% !important;
  }

  body.tpl-register .luyun-auth-shell .form-group,
  body.tpl-pwreset .luyun-auth-shell .form-group,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-group {
    width: 100% !important;
    margin-bottom: 18px !important;
  }

  body.tpl-register .luyun-auth-shell .form-control,
  body.tpl-register .luyun-auth-shell .input-group .form-control,
  body.tpl-pwreset .luyun-auth-shell .form-control,
  body.tpl-pwreset .luyun-auth-shell .input-group .form-control,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-control,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .input-group .form-control {
    width: 100% !important;
    height: 60px !important;
    min-height: 60px !important;
    padding: 0 18px 0 48px !important;
    border: 1px solid #dbe3ee !important;
    border-radius: 12px !important;
    color: #152238 !important;
    background: #fff !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    font-weight: 600 !important;
    box-shadow: none !important;
  }

  body.tpl-register .luyun-auth-shell .form-control::placeholder,
  body.tpl-pwreset .luyun-auth-shell .form-control::placeholder {
    color: #8f9aad !important;
    font-size: 16px !important;
    font-weight: 600 !important;
  }

  body.tpl-register .luyun-auth-shell textarea.form-control,
  body.tpl-pwreset .luyun-auth-shell textarea.form-control {
    height: auto !important;
    min-height: 108px !important;
    padding-top: 16px !important;
    line-height: 1.5 !important;
  }

  body.tpl-register .luyun-auth-shell select.form-control,
  body.tpl-pwreset .luyun-auth-shell select.form-control {
    padding-right: 36px !important;
  }

  body.tpl-register .luyun-auth-shell .form-group::before,
  body.tpl-pwreset .luyun-auth-shell .form-group::before,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-group::before {
    left: 17px !important;
    top: 30px !important;
    color: #8996a8 !important;
    font-size: 19px !important;
    line-height: 1 !important;
    transform: translateY(-50%) !important;
  }

  body.tpl-register .luyun-auth-shell .form-group:has(textarea)::before,
  body.tpl-pwreset .luyun-auth-shell .form-group:has(textarea)::before,
  body.tpl-register .luyun-auth-shell .form-group:has(select)::before,
  body.tpl-pwreset .luyun-auth-shell .form-group:has(select)::before {
    content: none !important;
    display: none !important;
  }

  body.tpl-register .luyun-auth-shell .form-group:has(textarea) .form-control,
  body.tpl-pwreset .luyun-auth-shell .form-group:has(textarea) .form-control,
  body.tpl-register .luyun-auth-shell .form-group:has(select) .form-control,
  body.tpl-pwreset .luyun-auth-shell .form-group:has(select) .form-control {
    padding-left: 18px !important;
  }

  body.tpl-register .luyun-auth-shell .form-group:has(input[type="checkbox"]) {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    color: #596579 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  body.tpl-register .luyun-auth-shell .form-group:has(input[type="checkbox"])::before {
    content: none !important;
    display: none !important;
  }

  body.tpl-register .luyun-auth-shell .form-group:has(input[type="checkbox"]) input[type="checkbox"] {
    flex: 0 0 auto !important;
    margin-top: 3px !important;
  }

  body.tpl-register .luyun-auth-shell .form-group:has(input[name="password"]) .form-control,
  body.tpl-register .luyun-auth-shell .form-group:has(input[name="checkPassword"]) .form-control,
  body.tpl-pwreset .luyun-auth-shell .form-group:has(input[name="password"]) .form-control,
  body.tpl-pwreset .luyun-auth-shell .form-group:has(input[name="checkPassword"]) .form-control {
    padding-right: 54px !important;
  }

  body.tpl-register .luyun-auth-shell .ly-password-toggle,
  body.tpl-pwreset .luyun-auth-shell .ly-password-toggle,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .ly-password-toggle {
    top: 30px !important;
    right: 12px !important;
    width: 36px !important;
    height: 36px !important;
    color: #8b97a8 !important;
    font-size: 22px !important;
    transform: translateY(-50%) !important;
  }

  body.tpl-register .luyun-auth-shell .input-group,
  body.tpl-pwreset .luyun-auth-shell .input-group {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    width: 100% !important;
  }

  body.tpl-register .luyun-auth-shell .form-group:has(input[name="code"]) .input-group,
  body.tpl-pwreset .luyun-auth-shell .form-group:has(input[name="code"]) .input-group {
    gap: 10px !important;
  }

  body.tpl-register .luyun-auth-shell .form-group:has(input[name="code"]) .input-group .form-control,
  body.tpl-pwreset .luyun-auth-shell .form-group:has(input[name="code"]) .input-group .form-control {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  body.tpl-register .luyun-auth-shell .input-group-append,
  body.tpl-pwreset .luyun-auth-shell .input-group-append,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .input-group-append {
    flex: 0 0 126px !important;
    height: 60px !important;
    min-height: 60px !important;
    margin: 0 !important;
  }

  body.tpl-register .luyun-auth-shell .input-group-append .btn,
  body.tpl-pwreset .luyun-auth-shell .input-group-append .btn,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .input-group-append .btn {
    width: 100% !important;
    min-width: 0 !important;
    height: 60px !important;
    min-height: 60px !important;
    padding: 0 12px !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }

  body.tpl-register .luyun-auth-shell .mt-3,
  body.tpl-pwreset .luyun-auth-shell .mt-3,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .mt-3 {
    margin-top: 24px !important;
  }

  body.tpl-register .luyun-auth-shell .mt-3 .btn.btn-primary,
  body.tpl-register .luyun-auth-shell button[type="submit"].btn-primary,
  body.tpl-pwreset .luyun-auth-shell .mt-3 .btn.btn-primary,
  body.tpl-pwreset .luyun-auth-shell button[type="submit"].btn-primary,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .mt-3 .btn.btn-primary {
    min-height: 62px !important;
    border-radius: 12px !important;
    font-size: 18px !important;
    font-weight: 900 !important;
  }

  body.tpl-register .luyun-auth-shell .mt-5.text-center,
  body.tpl-pwreset .luyun-auth-shell .mt-5.text-center {
    width: min(calc(100% - 48px), 520px) !important;
    margin-top: 20px !important;
  }
}

@media (max-width: 575.98px) {
  body.tpl-register .luyun-auth-shell .login_right,
  body.tpl-pwreset .luyun-auth-shell .login_right {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body.tpl-register .luyun-auth-shell .affs-nav.nav-tabs + .mt-4,
  body.tpl-pwreset .luyun-auth-shell .affs-nav.nav-tabs + .mt-4,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card > .mt-4 {
    width: calc(100% - 20px) !important;
    padding: 24px 18px 28px !important;
    border-radius: 18px !important;
  }

  body.tpl-register .luyun-auth-shell .form-group,
  body.tpl-pwreset .luyun-auth-shell .form-group,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-group {
    margin-bottom: 16px !important;
  }

  body.tpl-register .luyun-auth-shell .form-control,
  body.tpl-register .luyun-auth-shell .input-group .form-control,
  body.tpl-pwreset .luyun-auth-shell .form-control,
  body.tpl-pwreset .luyun-auth-shell .input-group .form-control,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-control,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .input-group .form-control {
    height: 56px !important;
    min-height: 56px !important;
    padding-left: 44px !important;
    border-radius: 12px !important;
    font-size: 15px !important;
  }

  body.tpl-register .luyun-auth-shell .form-control::placeholder,
  body.tpl-pwreset .luyun-auth-shell .form-control::placeholder {
    font-size: 15px !important;
  }

  body.tpl-register .luyun-auth-shell .form-group::before,
  body.tpl-pwreset .luyun-auth-shell .form-group::before,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .form-group::before {
    left: 16px !important;
    top: 28px !important;
    font-size: 18px !important;
  }

  body.tpl-register .luyun-auth-shell .ly-password-toggle,
  body.tpl-pwreset .luyun-auth-shell .ly-password-toggle,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .ly-password-toggle {
    top: 28px !important;
    right: 10px !important;
    width: 34px !important;
    height: 34px !important;
    font-size: 21px !important;
  }

  body.tpl-register .luyun-auth-shell .form-group:has(input[name="password"]) .form-control,
  body.tpl-register .luyun-auth-shell .form-group:has(input[name="checkPassword"]) .form-control,
  body.tpl-pwreset .luyun-auth-shell .form-group:has(input[name="password"]) .form-control,
  body.tpl-pwreset .luyun-auth-shell .form-group:has(input[name="checkPassword"]) .form-control {
    padding-right: 48px !important;
  }

  body.tpl-register .luyun-auth-shell .input-group-append,
  body.tpl-pwreset .luyun-auth-shell .input-group-append,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .input-group-append {
    flex-basis: 116px !important;
    height: 56px !important;
    min-height: 56px !important;
  }

  body.tpl-register .luyun-auth-shell .input-group-append .btn,
  body.tpl-pwreset .luyun-auth-shell .input-group-append .btn,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .input-group-append .btn {
    height: 56px !important;
    min-height: 56px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
  }

  body.tpl-register .luyun-auth-shell .mt-3 .btn.btn-primary,
  body.tpl-register .luyun-auth-shell button[type="submit"].btn-primary,
  body.tpl-pwreset .luyun-auth-shell .mt-3 .btn.btn-primary,
  body.tpl-pwreset .luyun-auth-shell button[type="submit"].btn-primary,
  body.tpl-pwreset .luyun-auth-shell .ly-pwreset-card .mt-3 .btn.btn-primary {
    min-height: 58px !important;
    font-size: 17px !important;
  }
}
