/* Light enterprise authentication center */
:root {
  --lc-auth-primary: #2457d6;
  --lc-auth-primary-hover: #173fa9;
  --lc-auth-ink: #182033;
  --lc-auth-text: #4f596b;
  --lc-auth-muted: #7d8798;
  --lc-auth-line: #dfe5ee;
  --lc-auth-soft: #f4f7fb;
  --lc-auth-radius: 12px;
}

.lc-auth-page,
.lc-auth-page *,
.lc-auth-page *::before,
.lc-auth-page *::after,
.lc-maintenance-page,
.lc-maintenance-page *,
.lc-maintenance-page *::before,
.lc-maintenance-page *::after {
  box-sizing: border-box;
}

.lc-auth-page {
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--lc-auth-ink);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.lc-auth-page > .row {
  min-height: 100vh;
  margin: 0;
}

.lc-auth-page > .row > [class*="col-"] {
  width: auto;
  max-width: none;
  padding: 0;
  flex: none;
}

.lc-auth-page > .text-center {
  position: relative;
  z-index: 6;
  padding: 10px 24px;
  border-bottom: 1px solid var(--lc-auth-line);
  color: var(--lc-auth-text);
  background: #fff;
  font-size: 13px;
}

.lc-auth-page .bglogo {
  min-width: 0;
  background: var(--lc-auth-soft);
}

.lc-auth-page .auth-full-bg {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 100% !important;
  min-height: 100vh;
  overflow: hidden;
  padding: clamp(34px, 4.5vw, 72px) !important;
  color: var(--lc-auth-ink);
  background:
    radial-gradient(circle at 18% 14%, rgba(81, 126, 232, .16), transparent 30%),
    radial-gradient(circle at 86% 82%, rgba(42, 157, 128, .12), transparent 28%),
    linear-gradient(145deg, #f8f6f1 0%, #f3f6fb 54%, #eaf1fb 100%);
}

.lc-auth-page .auth-full-bg::before,
.lc-auth-page .auth-full-bg::after {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.lc-auth-page .auth-full-bg::before {
  right: -10%;
  bottom: -14%;
  width: min(48vw, 620px);
  height: min(48vw, 620px);
  border: 1px solid rgba(51, 89, 155, .14);
  border-radius: 50%;
  box-shadow:
    0 0 0 52px rgba(255, 255, 255, .26),
    0 0 0 104px rgba(77, 115, 181, .06);
}

.lc-auth-page .auth-full-bg::after {
  top: 20%;
  right: 7%;
  width: 230px;
  height: 230px;
  opacity: .34;
  background-image: radial-gradient(#6e88b5 .8px, transparent .8px);
  background-size: 9px 9px;
  mask-image: linear-gradient(135deg, #000, transparent 76%);
}

.lc-auth-page .auth-full-bg > .w-100 {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: calc(100vh - clamp(68px, 9vw, 144px));
  flex-direction: column;
}

.lc-auth-page .auth-full-bg .bg-overlay {
  z-index: -1;
  opacity: .075 !important;
  background-color: transparent !important;
  filter: grayscale(.2) saturate(.7) contrast(.9);
  pointer-events: none;
}

.lc-auth-brand {
  position: relative;
  z-index: 3;
  display: inline-flex;
  width: fit-content;
  min-height: 48px;
  padding: 7px 13px 7px 9px;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(69, 91, 127, .16);
  border-radius: 10px;
  color: #23324d !important;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 10px 28px rgba(46, 65, 96, .06);
  font-size: 13px;
  font-weight: 600;
  backdrop-filter: blur(8px);
}

.lc-auth-brand span {
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lc-auth-brand:hover,
.lc-auth-brand:focus {
  color: var(--lc-auth-primary) !important;
  text-decoration: none;
}

.lc-auth-brand img {
  display: block;
  width: auto;
  max-width: 150px;
  height: 30px;
  object-fit: contain;
}

.lc-auth-page .auth-full-bg .d-flex.h-100 {
  position: relative;
  z-index: 2;
  min-height: 0;
  flex: 1;
}

.lc-auth-page .auth-full-bg .row.justify-content-center {
  width: 100%;
  margin: 0;
  justify-content: flex-start !important;
}

.lc-auth-page .auth-full-bg .col-lg-7 {
  width: 100%;
  max-width: 100%;
  padding: 0;
  flex: 0 0 100%;
}

.lc-auth-page .auth-full-bg .text-center {
  text-align: left !important;
}

.lc-auth-page .auth-review-carousel,
.lc-auth-page .auth-review-carousel .item,
.lc-auth-page .auth-review-carousel .py-3 {
  width: 100%;
}

.lc-auth-page .auth-review-carousel .py-3 {
  max-width: 660px;
  padding: 24px 0 !important;
}

.lc-auth-eyebrow,
.lc-auth-heading > span {
  display: block;
  color: var(--lc-auth-primary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.lc-auth-page .auth-review-carousel h1,
.lc-auth-page .auth-review-carousel .text-white {
  max-width: 640px;
  margin: 18px 0 0;
  color: var(--lc-auth-ink) !important;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 650;
  line-height: 1.18;
  letter-spacing: -1.6px;
  overflow-wrap: anywhere;
}

.lc-auth-page .auth-review-carousel p,
.lc-auth-page .auth-review-carousel .text-white-50 {
  max-width: 600px;
  margin: 17px 0 0;
  color: #5d6879 !important;
  font-size: 15px;
  line-height: 1.85;
}

.lc-auth-trust {
  display: grid;
  max-width: 620px;
  margin-top: 34px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.lc-auth-trust > span {
  display: flex;
  min-width: 0;
  min-height: 70px;
  padding: 14px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  border: 1px solid rgba(70, 91, 126, .14);
  border-radius: 9px;
  color: #33425c;
  background: rgba(255, 255, 255, .58);
  font-size: 12px;
  line-height: 1.45;
}

.lc-auth-trust > span::before {
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  content: "✓";
  color: #fff;
  background: #2f74df;
  font-size: 10px;
  font-weight: 700;
}

.lc-auth-page > .row > .col-xl-5 {
  min-width: 0;
  background: #fff;
}

.lc-auth-page .auth-full-page-content {
  width: 100%;
  min-height: 100vh;
  padding: clamp(28px, 4vw, 58px) !important;
  align-items: center;
  background: #fff;
}

.lc-auth-page .login_right {
  width: 100% !important;
  max-width: 540px;
  margin: 0 auto !important;
}

.lc-auth-page .login_right > .d-flex {
  width: 100%;
  min-height: 0;
}

.lc-auth-page .login_right .my-auto {
  width: 100%;
  margin: 0 !important;
  padding: clamp(27px, 3vw, 40px);
  border: 1px solid var(--lc-auth-line);
  border-radius: var(--lc-auth-radius);
  background: #fff;
  box-shadow: 0 20px 54px rgba(32, 49, 77, .09);
}

.lc-auth-page .login_right .logo {
  margin-bottom: 24px;
}

.lc-auth-page .login_right .logo img {
  display: block;
  width: auto;
  max-width: 180px;
  height: 42px !important;
  margin: 0 auto;
  object-fit: contain;
}

.lc-auth-page .login_right .logo a {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  justify-content: center;
}

.lc-auth-heading {
  margin-bottom: 26px;
}

.lc-auth-heading h1 {
  margin: 10px 0 0;
  color: var(--lc-auth-ink);
  font-size: clamp(26px, 2.3vw, 34px);
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: -.5px;
}

.lc-auth-heading p {
  margin: 10px 0 0;
  color: var(--lc-auth-muted);
  font-size: 13px;
  line-height: 1.7;
}

.lc-auth-page .affs-nav.nav-tabs {
  margin: 0 0 26px;
  padding: 4px;
  gap: 4px;
  border: 0;
  border-radius: 8px;
  background: #f1f4f8;
}

.lc-auth-page .affs-nav.nav-tabs .nav-item {
  min-width: 0;
}

.lc-auth-page .affs-nav.nav-tabs-custom .nav-item .nav-link {
  min-height: 40px;
  padding: 8px 12px;
  border: 0;
  border-radius: 6px;
  color: #657084;
  background: transparent !important;
  font-size: 13px !important;
  font-weight: 600;
  line-height: 24px;
}

.lc-auth-page .affs-nav.nav-tabs-custom .nav-item .nav-link::after {
  display: none;
}

.lc-auth-page .affs-nav.nav-tabs-custom .nav-item .nav-link.active,
.lc-auth-page .affs-nav.nav-tabs-custom .nav-item .nav-link:hover,
.lc-auth-page .affs-nav.nav-tabs-custom .nav-item .nav-link:focus {
  color: var(--lc-auth-primary);
  background: #fff !important;
  box-shadow: 0 3px 10px rgba(40, 62, 98, .08);
}

.lc-auth-page .mt-4 > .tab-content {
  min-width: 0;
}

.lc-auth-page .form-group {
  margin-bottom: 19px;
}

.lc-auth-page .form-group > label,
.lc-auth-page .form-group .d-flex > label {
  margin-bottom: 8px;
  color: #354056;
  font-size: 13px;
  font-weight: 600;
}

.lc-auth-page .form-control {
  min-width: 0;
  height: 46px !important;
  padding: 9px 13px;
  border: 1px solid #ccd5e2;
  border-radius: 5px;
  color: #20283a;
  background: #fff;
  box-shadow: none;
  font-size: 13px;
  line-height: 26px;
}

.lc-auth-page textarea.form-control {
  min-height: 96px;
  height: auto !important;
  resize: vertical;
}

.lc-auth-page .form-control::placeholder {
  color: #a2aab6;
}

.lc-auth-page .form-control:hover {
  border-color: #aebbd0;
}

.lc-auth-page .form-control:focus {
  border-color: var(--lc-auth-primary);
  box-shadow: 0 0 0 3px rgba(36, 87, 214, .1);
}

.lc-auth-page .input-group {
  min-width: 0;
  flex-wrap: nowrap;
}

.lc-auth-page .input-group-prepend {
  width: 104px !important;
  flex: 0 0 104px;
}

.lc-auth-page .input-group-prepend .form-control {
  width: 100%;
  border-radius: 5px 0 0 5px;
}

.lc-auth-page .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.lc-auth-page .input-group-append {
  height: 46px !important;
  flex: 0 0 auto;
}

.lc-auth-page .input-group-append .btn {
  min-width: 104px;
  height: 46px;
  padding: 0 14px;
  border-radius: 0 5px 5px 0;
  white-space: nowrap;
  line-height: 44px !important;
}

.lc-auth-page .input-group-append img {
  display: block;
  width: 112px !important;
  max-width: 112px;
  height: 46px;
  border: 1px solid #ccd5e2 !important;
  border-left: 0 !important;
  border-radius: 0 5px 5px 0;
  object-fit: cover;
}

.lc-auth-page .btn-primary {
  min-height: 46px;
  border-color: var(--lc-auth-primary);
  border-radius: 5px;
  color: #fff;
  background: var(--lc-auth-primary);
  box-shadow: none;
  font-size: 13px;
  font-weight: 650;
}

.lc-auth-page .btn-primary:hover,
.lc-auth-page .btn-primary:focus,
.lc-auth-page .btn-primary:not(:disabled):not(.disabled):active {
  border-color: var(--lc-auth-primary-hover);
  background: var(--lc-auth-primary-hover);
  box-shadow: 0 0 0 3px rgba(36, 87, 214, .12);
}

.lc-auth-page .text-primary,
.lc-auth-page a.text-primary,
.lc-auth-page .font-weight-medium.text-primary {
  color: var(--lc-auth-primary) !important;
}

.lc-auth-page a.text-primary:hover,
.lc-auth-page .font-weight-medium.text-primary:hover {
  color: var(--lc-auth-primary-hover) !important;
}

.lc-auth-page .pointer.text-primary {
  font-size: 12px;
  font-weight: 600;
}

.lc-auth-page .mt-5.text-center {
  margin-top: 25px !important;
  color: var(--lc-auth-muted);
  font-size: 12px;
}

.lc-auth-page .mt-5.text-center p {
  margin-bottom: 0;
  line-height: 1.7;
}

.lc-auth-page .mt-4.text-center h5 {
  margin-bottom: 15px !important;
  color: #657084;
  font-size: 12px !important;
  font-weight: 600;
}

.lc-auth-page #agreePrivacy {
  width: 15px;
  height: 15px;
  margin-right: 6px;
  vertical-align: -2px;
  accent-color: var(--lc-auth-primary);
}

.lc-auth-page .list-inline {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.lc-auth-page .list-inline-item {
  margin: 0;
}

.lc-auth-page .social-list-item {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--lc-auth-line) !important;
  border-radius: 50%;
  background: #fff;
}

.lc-auth-page .social-list-item:hover {
  border-color: #b8c7df !important;
  background: #f5f8fd;
}

.lc-auth-page .social-list-item img,
.lc-auth-page .social-list-item svg,
.lc-auth-page .social-list-item .icon {
  max-width: 24px;
  max-height: 24px;
}

#secondVerifyModal .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 28px 70px rgba(25, 39, 64, .2);
}

#secondVerifyModal .modal-header,
#secondVerifyModal .modal-footer {
  border-color: var(--lc-auth-line);
}

#secondVerifyModal .modal-title {
  color: var(--lc-auth-ink);
  font-size: 18px;
  font-weight: 650;
}

#secondVerifyModal .modal-body {
  padding: 28px;
}

#secondVerifyModal .form-control {
  height: 46px;
  border: 1px solid #ccd5e2;
  border-radius: 5px;
  box-shadow: none;
  font-size: 13px;
}

#secondVerifyModal .form-control:focus {
  border-color: var(--lc-auth-primary);
  box-shadow: 0 0 0 3px rgba(36, 87, 214, .1);
}

#secondVerifyModal .input-group-append,
#secondVerifyModal .input-group-append .btn {
  height: 46px !important;
}

#secondVerifyModal .input-group-append .btn {
  border-radius: 0 5px 5px 0;
  line-height: 32px !important;
}

#secondVerifyModal .btn-outline-light {
  border-color: #ccd5e2;
  color: #536077;
  background: #fff;
}

#secondVerifyModal .btn-outline-light:hover,
#secondVerifyModal .btn-outline-light:focus {
  border-color: #aebbd0;
  color: var(--lc-auth-ink);
  background: #f4f7fb;
}

/* Standalone maintenance page */
html.lc-maintenance-root,
body.lc-maintenance-page {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

body.lc-maintenance-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 32px;
  color: var(--lc-auth-ink);
  background:
    radial-gradient(circle at 14% 15%, rgba(60, 112, 225, .12), transparent 28%),
    linear-gradient(145deg, #f8f6f1, #eef4fc);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.lc-maintenance-page .maintain-box {
  display: grid;
  width: min(100%, 980px);
  min-height: 460px;
  padding: clamp(30px, 5vw, 70px);
  align-items: center;
  grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  border: 1px solid var(--lc-auth-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 24px 70px rgba(33, 50, 79, .1);
}

.lc-maintenance-page .maintain-visual {
  display: grid;
  min-width: 0;
  place-items: center;
}

.lc-maintenance-page .maintain-visual img {
  display: block;
  width: min(100%, 380px);
  height: auto;
  max-height: 300px;
  object-fit: contain;
}

.lc-maintenance-page .maintain-text {
  min-width: 0;
  margin: 0;
  max-width: none;
}

.lc-maintenance-page .maintain-kicker {
  display: block;
  color: var(--lc-auth-primary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.lc-maintenance-page .maintain-text-title {
  margin: 15px 0 0;
  color: var(--lc-auth-ink);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 650;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.lc-maintenance-page .maintain-text-subtitle {
  margin: 15px 0 0;
  color: var(--lc-auth-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

@media (min-width: 992px) {
  .lc-auth-page > .row {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(440px, .92fr);
  }

  .lc-auth-page .login_right .logo {
    display: none;
  }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .lc-auth-page .auth-full-bg {
    padding: 42px !important;
  }

  .lc-auth-trust {
    grid-template-columns: minmax(0, 1fr);
    max-width: 380px;
  }

  .lc-auth-trust > span {
    min-height: 52px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .lc-auth-page .auth-full-page-content {
    padding: 34px !important;
  }
}

@media (max-width: 991.98px) {
  .lc-auth-page > .row {
    display: block;
    min-height: 100vh;
  }

  .lc-auth-page .bglogo {
    display: none !important;
  }

  .lc-auth-page > .row > .col-xl-5 {
    width: 100%;
  }

  .lc-auth-page .auth-full-page-content {
    min-height: 100vh;
    padding: 34px 24px !important;
  }

  .lc-auth-page .login_right {
    max-width: 560px;
    margin: 0 auto !important;
  }

  .lc-auth-page .login_right .my-auto {
    margin: auto 0 !important;
  }
}

@media (max-width: 575.98px) {
  .lc-auth-page .auth-full-page-content {
    min-height: 100svh;
    padding: 20px 14px !important;
    align-items: stretch;
  }

  .lc-auth-page .login_right > .d-flex {
    min-height: calc(100svh - 40px);
  }

  .lc-auth-page .login_right .my-auto {
    padding: 24px 18px;
    border-radius: 9px;
    box-shadow: 0 12px 36px rgba(32, 49, 77, .08);
  }

  .lc-auth-page .login_right .logo {
    margin-bottom: 20px;
  }

  .lc-auth-page .login_right .logo img {
    max-width: 154px;
    height: 36px !important;
  }

  .lc-auth-heading {
    margin-bottom: 22px;
  }

  .lc-auth-heading h1 {
    font-size: 27px;
  }

  .lc-auth-page .affs-nav.nav-tabs {
    margin-bottom: 22px;
  }

  .lc-auth-page .input-group-prepend {
    width: 88px !important;
    flex-basis: 88px;
  }

  .lc-auth-page .input-group-append .btn {
    min-width: 88px;
    padding: 0 10px;
    font-size: 12px;
  }

  .lc-auth-page .input-group-append img {
    width: 96px !important;
    max-width: 96px;
  }

  .lc-auth-page .d-flex.justify-content-between.align-items-center {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 9px;
  }

  #secondVerifyModal .modal-dialog {
    margin: 12px;
  }

  #secondVerifyModal .modal-body {
    padding: 22px 18px;
  }

  #secondVerifyModal .form-group.row {
    display: block;
  }

  #secondVerifyModal .col-sm-3,
  #secondVerifyModal .col-sm-8 {
    width: 100%;
    max-width: none;
    text-align: left !important;
  }

  .lc-maintenance-page {
    padding: 16px;
  }

  .lc-maintenance-page .maintain-box {
    min-height: 0;
    padding: 28px 22px;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    text-align: center;
  }

  .lc-maintenance-page .maintain-visual img {
    width: min(72%, 260px);
    max-height: 190px;
  }

  .lc-maintenance-page .maintain-text-title {
    font-size: 29px;
  }
}

@media (max-width: 359.98px) {
  .lc-auth-page .auth-full-page-content {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .lc-auth-page .login_right .my-auto {
    padding-right: 14px;
    padding-left: 14px;
  }

  .lc-auth-page .input-group-prepend {
    width: 78px !important;
    flex-basis: 78px;
  }

  .lc-auth-page .input-group-append .btn {
    min-width: 80px;
    padding: 0 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lc-auth-page *,
  .lc-auth-page *::before,
  .lc-auth-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Homepage-aligned authentication shell ---------------------------------- */
.lc-auth-page {
  --lc-auth-warm: #f6f1e8;
  --lc-auth-dark: #151515;
  --lc-auth-home-blue: #2457d6;
  position: relative;
  min-height: 100svh;
  background: var(--lc-auth-warm);
}

.lc-auth-page > .lc-auth-shell {
  display: grid !important;
  width: 100%;
  max-width: 1500px;
  min-height: 100svh;
  margin: 0 auto !important;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 500px);
  background: transparent;
}

.lc-auth-page > .lc-auth-shell > [class*="col-"] {
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
}

.lc-auth-page .bglogo {
  position: relative;
  isolation: isolate;
  background: transparent;
}

.lc-auth-page .auth-full-bg {
  position: relative;
  width: 100%;
  height: 100svh !important;
  min-height: 100svh;
  padding: clamp(42px, 4.5vw, 72px) !important;
  color: var(--lc-auth-dark);
  background: var(--lc-auth-warm);
}

.lc-auth-page .auth-full-bg::before {
  display: block;
  position: absolute;
  z-index: 0;
  inset: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  content: "";
  opacity: .3;
  background-image: radial-gradient(#c7bdad .7px, transparent .7px);
  background-size: 7px 7px;
  box-shadow: none;
  -webkit-mask-image: linear-gradient(to right, transparent 0, transparent 38%, #000 68%, #000 100%);
  mask-image: linear-gradient(to right, transparent 0, transparent 38%, #000 68%, #000 100%);
  pointer-events: none;
}

.lc-auth-page .auth-full-bg::after {
  display: none;
}

.lc-auth-page .auth-full-bg > .w-100 {
  display: grid;
  position: relative;
  z-index: 3;
  height: 100%;
  min-height: 0;
  grid-template-rows: auto minmax(0, 1fr);
}

.lc-auth-page .auth-full-bg .d-flex.h-100 {
  width: 100%;
  height: 100% !important;
  min-height: 0;
}

.lc-auth-page .auth-full-bg .bg-overlay {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
}

.lc-auth-hero-art {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.lc-auth-art-plane,
.lc-auth-art-orb,
.lc-auth-art-line {
  display: block;
  position: absolute;
}

.lc-auth-art-plane-one {
  top: 11%;
  right: -18%;
  width: 72%;
  height: 50%;
  border: 1px solid rgba(85, 113, 164, .24);
  border-radius: 28px;
  background:
    radial-gradient(rgba(65, 100, 166, .15) .8px, transparent .8px),
    linear-gradient(136deg, rgba(255, 255, 255, .94), rgba(224, 234, 249, .66) 62%, rgba(190, 211, 244, .5));
  background-size: 8px 8px, auto;
  box-shadow: 0 28px 60px rgba(57, 82, 126, .13);
  transform: rotate(-7deg);
}

.lc-auth-art-plane-two {
  top: 24%;
  right: -13%;
  width: 60%;
  height: 45%;
  border: 1px solid rgba(105, 125, 158, .22);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .7), rgba(214, 226, 247, .48), rgba(194, 211, 241, .28));
  box-shadow: 0 18px 48px rgba(48, 65, 91, .09);
  transform: rotate(7deg);
}

.lc-auth-art-plane-three {
  right: 2%;
  bottom: 7%;
  width: 48%;
  height: 29%;
  border: 1px solid rgba(92, 124, 177, .25);
  border-radius: 20px;
  background: linear-gradient(125deg, rgba(255, 255, 255, .76), rgba(217, 228, 244, .42));
  box-shadow: 0 15px 38px rgba(47, 70, 103, .08);
  transform: rotate(-3deg);
}

.lc-auth-art-orb {
  right: 12%;
  bottom: 9%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(64, 111, 230, .3);
  filter: blur(44px);
}

.lc-auth-art-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(70, 101, 158, .4), transparent);
}

.lc-auth-art-line-one {
  top: 33%;
  right: -4%;
  width: 68%;
  transform: rotate(-24deg);
}

.lc-auth-art-line-two {
  right: 1%;
  bottom: 27%;
  width: 58%;
  transform: rotate(18deg);
}

.lc-auth-brand {
  min-height: 42px;
  padding: 6px 11px;
  gap: 0;
  border: 1px solid var(--lc-auth-dark);
  border-radius: 2px;
  color: #fff !important;
  background: var(--lc-auth-dark);
  box-shadow: none;
  backdrop-filter: none;
}

.lc-auth-brand:hover,
.lc-auth-brand:focus {
  border-color: #333;
  color: #fff !important;
  background: #333;
}

.lc-auth-brand img {
  max-width: 146px;
  height: 28px;
}

.lc-auth-brand span {
  display: none;
}

.lc-auth-page .auth-review-carousel .py-3 {
  max-width: 650px;
  padding: 22px 0 !important;
}

.lc-auth-eyebrow {
  display: inline-block;
  padding-left: 14px;
  border-left: 3px solid var(--lc-auth-home-blue);
  color: #55585e;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: none;
}

.lc-auth-page .auth-review-carousel h1,
.lc-auth-page .auth-review-carousel .text-white {
  max-width: 640px;
  margin: 20px 0 0;
  color: #161616 !important;
  font-size: clamp(42px, 4vw, 56px);
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -1.7px;
}

.lc-auth-page .auth-review-carousel p,
.lc-auth-page .auth-review-carousel .text-white-50 {
  max-width: 610px;
  margin: 16px 0 0;
  color: #4d5056 !important;
  font-size: 15px;
  line-height: 1.82;
}

.lc-auth-trust {
  display: flex;
  max-width: 650px;
  margin-top: 29px;
  flex-wrap: wrap;
  grid-template-columns: none;
  gap: 12px 24px;
}

.lc-auth-trust > span {
  display: inline-flex;
  min-width: 0;
  min-height: 0;
  padding: 0;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  gap: 8px;
  border: 0;
  border-radius: 0;
  color: #535860;
  background: transparent;
  font-size: 12px;
  line-height: 20px;
}

.lc-auth-trust > span::before {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: var(--lc-auth-home-blue);
  font-size: 9px;
}

.lc-auth-actions {
  display: flex;
  margin-top: 32px;
  flex-wrap: wrap;
  gap: 12px;
}

.lc-auth-action {
  display: inline-flex;
  min-height: 44px;
  padding: 0 27px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none !important;
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

.lc-auth-action-dark {
  border-color: var(--lc-auth-dark);
  color: #fff !important;
  background: var(--lc-auth-dark);
}

.lc-auth-action-dark:hover,
.lc-auth-action-dark:focus {
  border-color: #333;
  color: #fff !important;
  background: #333;
  transform: translateY(-1px);
}

.lc-auth-action-outline {
  border-color: #2e3035;
  color: var(--lc-auth-dark) !important;
  background: transparent;
}

.lc-auth-action-outline:hover,
.lc-auth-action-outline:focus {
  color: #fff !important;
  background: var(--lc-auth-dark);
  transform: translateY(-1px);
}

.lc-auth-page > .lc-auth-shell > .col-xl-5 {
  position: relative;
  z-index: 5;
  background: transparent;
}

.lc-auth-page .auth-full-page-content {
  display: flex;
  width: 100%;
  min-height: 100svh;
  padding: clamp(24px, 3vw, 48px) !important;
  align-items: center;
  background: transparent;
}

.lc-auth-page .login_right {
  max-width: 470px;
}

body[data-template="register"] .lc-auth-page .login_right {
  max-width: 510px;
}

.lc-auth-page .login_right .my-auto {
  padding: clamp(32px, 3vw, 42px);
  border: 1px solid #dfe4eb;
  border-radius: 10px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 24px 64px rgba(32, 42, 58, .1);
  backdrop-filter: blur(10px);
}

.lc-auth-page .btn-primary {
  border-color: var(--lc-auth-dark);
  background: var(--lc-auth-dark);
}

.lc-auth-page .btn-primary:hover,
.lc-auth-page .btn-primary:focus,
.lc-auth-page .btn-primary:not(:disabled):not(.disabled):active {
  border-color: #333;
  background: #333;
  box-shadow: 0 0 0 3px rgba(21, 21, 21, .1);
}

@media (min-width: 992px) {
  .lc-auth-page .bglogo {
    position: sticky;
    top: 0;
    height: 100svh;
    align-self: start;
  }

  .lc-auth-page .login_right .logo {
    display: none;
  }
}

@media (min-width: 1400px) {
  .lc-auth-page > .lc-auth-shell {
    grid-template-columns: minmax(0, 1fr) minmax(470px, 520px);
  }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .lc-auth-page > .lc-auth-shell {
    grid-template-columns: minmax(0, 1fr) minmax(410px, 450px);
  }

  .lc-auth-page .auth-full-bg {
    padding: 40px !important;
  }

  .lc-auth-page .auth-review-carousel h1,
  .lc-auth-page .auth-review-carousel .text-white {
    font-size: 42px;
    letter-spacing: -1px;
  }

  .lc-auth-trust {
    display: flex;
    max-width: 580px;
  }

  .lc-auth-trust > span {
    min-height: 0;
    padding: 0;
    flex-direction: row;
  }

  .lc-auth-page .auth-full-page-content {
    padding: 24px !important;
  }

  .lc-auth-page .login_right .my-auto {
    padding: 32px 28px;
  }

  .lc-auth-hero-art {
    opacity: .78;
  }
}

@media (max-width: 991.98px) {
  .lc-auth-page {
    overflow-x: hidden;
    background: linear-gradient(135deg, #f6f1e8 0%, #f7f8fb 72%, #eef3fb 100%);
  }

  .lc-auth-page::before {
    position: fixed;
    z-index: 0;
    top: -84px;
    right: -92px;
    width: 330px;
    height: 220px;
    border: 1px solid rgba(85, 113, 164, .2);
    border-radius: 24px;
    content: "";
    opacity: .42;
    background:
      radial-gradient(rgba(65, 100, 166, .13) .8px, transparent .8px),
      linear-gradient(136deg, rgba(255, 255, 255, .9), rgba(203, 219, 245, .6));
    background-size: 8px 8px, auto;
    transform: rotate(8deg);
    pointer-events: none;
  }

  .lc-auth-page > .lc-auth-shell {
    display: block !important;
    position: relative;
    z-index: 1;
    min-height: 100svh;
  }

  .lc-auth-page .bglogo {
    display: none !important;
  }

  .lc-auth-page .auth-full-page-content {
    min-height: 100svh;
    padding: 32px 20px !important;
    background: transparent;
  }

  .lc-auth-page .login_right {
    max-width: 540px;
  }

  .lc-auth-page .login_right .logo a {
    min-height: 44px;
    padding: 7px 12px;
    border-radius: 2px;
    background: var(--lc-auth-dark);
  }

  .lc-auth-page .login_right .logo img {
    max-width: 150px;
    height: 30px !important;
  }
}

@media (max-width: 575.98px) {
  .lc-auth-page .auth-full-page-content {
    padding: 16px 12px !important;
  }

  .lc-auth-page .login_right > .d-flex {
    min-height: calc(100svh - 32px);
  }

  .lc-auth-page .login_right .my-auto {
    padding: 26px 19px;
    border-radius: 8px;
    box-shadow: 0 16px 42px rgba(32, 42, 58, .08);
  }

  .lc-auth-page .login_right .logo {
    margin-bottom: 22px;
  }

  .lc-auth-heading h1 {
    font-size: 28px;
  }
}
