:root {
  --auth-navy: #041a38;
  --auth-blue: #0d4c8f;
  --auth-orange: #ff6500;
  --auth-ink: #12213a;
  --auth-muted: #68758a;
  --auth-line: #dfe6ef;
}

.auth-body {
  min-height: 100vh;
  margin: 0;
  color: var(--auth-ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(13, 76, 143, .17), transparent 28%),
    radial-gradient(circle at 92% 90%, rgba(255, 101, 0, .13), transparent 25%),
    #eef3f9;
}

.auth-shell {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: clamp(20px, 4vw, 56px);
}

.auth-frame {
  width: min(1160px, 100%);
}

.auth-card {
  width: min(100%, 480px);
  margin-inline: auto;
  padding: clamp(28px, 5vw, 44px);
  border: 1px solid rgba(207, 218, 232, .9);
  border-radius: 24px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 28px 80px rgba(4, 26, 56, .14);
}

.auth-logo {
  display: block;
  width: 100%;
  max-width: 260px;
  height: auto;
}

.auth-title {
  margin: 24px 0 6px;
  color: var(--auth-ink);
  font-size: 1.65rem;
  font-weight: 700;
}

.auth-subtitle {
  margin-bottom: 26px;
  color: var(--auth-muted);
}

.auth-footer {
  margin-top: 20px;
  color: #778398;
  font-size: .75rem;
  font-weight: 500;
  text-align: center;
}

.auth-body-login,
.auth-body-login .auth-shell,
.auth-body-login .auth-frame {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 0;
  overflow: hidden;
}

.auth-body-login {
  background: #ffffff;
}

.auth-body-login .auth-shell {
  display: block;
  padding: 0;
}

.login-experience {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(460px, .92fr);
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 0;
  overflow: hidden;
  background: #ffffff;
}

.login-brand-panel {
  position: relative;
  isolation: isolate;
  min-height: 0;
  overflow: hidden;
  padding: clamp(40px, 5vw, 88px);
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 6%, rgba(41, 106, 185, .7), transparent 23%),
    linear-gradient(145deg, #0d4c8f 0%, #07366b 35%, #041a38 100%);
}

.login-brand-panel::before {
  position: absolute;
  right: -100px;
  bottom: -120px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  box-shadow: 0 0 0 64px rgba(255, 255, 255, .03), 0 0 0 128px rgba(255, 255, 255, .018);
  content: "";
}

.login-brand-glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(2px);
}

.login-brand-glow-one {
  top: -120px;
  right: -90px;
  width: 340px;
  height: 340px;
  background: rgba(55, 129, 222, .34);
}

.login-brand-glow-two {
  bottom: 8%;
  left: -140px;
  width: 300px;
  height: 300px;
  background: rgba(255, 101, 0, .17);
}

.login-brand-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(100%, 720px);
  height: 100%;
  margin-inline: auto;
}

.login-woolly-logo {
  display: block;
  width: min(330px, 72%);
  height: auto;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 18px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 18px 46px rgba(1, 12, 34, .2);
}

.login-brand-copy {
  margin-top: clamp(44px, 7vh, 88px);
}

.login-kicker {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 20px;
  color: #c5dcfa;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.login-kicker i {
  color: #ff9c5c;
}

.login-brand-copy h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(2.4rem, 4.15vw, 4.65rem);
  font-weight: 700;
  letter-spacing: -.052em;
  line-height: 1.04;
}

.login-brand-copy p {
  max-width: 610px;
  margin: 24px 0 0;
  color: rgba(232, 240, 255, .8);
  font-size: clamp(.9rem, 1vw, 1.05rem);
  line-height: 1.75;
}

.login-feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(30px, 5vh, 50px);
}

.login-feature-item {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .055);
}

.login-feature-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 11px;
  color: #ffffff;
  background: rgba(255, 255, 255, .09);
}

.login-feature-item strong,
.login-feature-item small {
  display: block;
}

.login-feature-item strong {
  font-size: .76rem;
  font-weight: 600;
  line-height: 1.4;
}

.login-feature-item small {
  margin-top: 4px;
  color: rgba(225, 236, 255, .66);
  font-size: .75rem;
  line-height: 1.5;
}

.login-form-panel {
  position: relative;
  display: grid;
  min-height: 0;
  align-items: center;
  overflow: hidden;
  padding: clamp(30px, 5vh, 70px) clamp(44px, 7vw, 110px);
  background:
    radial-gradient(circle at 100% 100%, rgba(255, 101, 0, .06), transparent 28%),
    #ffffff;
}

.login-form-panel::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--auth-orange), transparent 28%, transparent 72%, var(--auth-blue));
  content: "";
}

.login-form-content {
  width: min(100%, 440px);
  margin-inline: auto;
}

.login-form-mark {
  display: grid;
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
  place-items: center;
  padding: 6px;
  border: 1px solid #dbe4ef;
  border-radius: 17px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(4, 26, 56, .15);
}

.login-form-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.login-form-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--auth-orange);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.login-form-content h2 {
  margin: 0;
  color: var(--auth-ink);
  font-size: clamp(2rem, 3vw, 2.55rem);
  font-weight: 700;
  letter-spacing: -.04em;
}

.login-form-intro {
  margin: 10px 0 30px;
  color: var(--auth-muted);
  font-size: .86rem;
  line-height: 1.6;
}

.login-validation-summary {
  margin-bottom: 16px;
  padding: 10px 13px;
  border: 1px solid #fecaca;
  border-radius: 11px;
  color: #991b1b;
  background: #fff1f2;
  font-size: .76rem;
}

.login-validation-summary.validation-summary-valid {
  display: none;
}

.login-validation-summary ul {
  margin: 0;
  padding-left: 18px;
}

.login-field {
  margin-bottom: 19px;
}

.login-field .form-label {
  margin-bottom: 7px;
  color: #293850;
  font-size: .75rem;
  font-weight: 600;
}

.login-input-wrap {
  position: relative;
}

.login-input-wrap > i {
  position: absolute;
  top: 50%;
  left: 17px;
  z-index: 2;
  color: #8290a5;
  font-size: 1rem;
  transform: translateY(-50%);
  pointer-events: none;
}

.login-control {
  height: 52px;
  padding: 0 16px 0 47px;
  border: 1px solid var(--auth-line);
  border-radius: 14px;
  color: var(--auth-ink);
  background: #f8fafc;
  font-size: .84rem;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.login-control::placeholder {
  color: #9ba7b8;
}

.login-control:focus {
  border-color: #6395d6;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(13, 76, 143, .1);
}

.login-input-wrap:focus-within > i {
  color: var(--auth-blue);
}

.login-field-error {
  display: block;
  margin-top: 5px;
  font-size: .75rem;
}

.login-form-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 3px 0 22px;
  font-size: .75rem;
}

.login-form-options .form-check-input {
  border-color: #bdc8d7;
}

.login-form-options .form-check-input:checked {
  border-color: var(--auth-blue);
  background-color: var(--auth-blue);
}

.login-forgot-link {
  color: var(--auth-blue);
  font-weight: 600;
  text-decoration: none;
}

.login-forgot-link:hover {
  color: var(--auth-navy);
  text-decoration: underline;
}

.login-submit-button {
  display: flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 0;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(120deg, var(--auth-navy), var(--auth-blue) 76%, #1761a8);
  box-shadow: inset 0 -3px 0 rgba(255, 101, 0, .82), 0 14px 28px rgba(7, 43, 96, .2);
  font-size: .84rem;
  font-weight: 600;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.login-submit-button:hover,
.login-submit-button:focus-visible {
  color: #ffffff;
  box-shadow: inset 0 -3px 0 var(--auth-orange), 0 17px 34px rgba(7, 43, 96, .27);
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.login-help-text {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 20px 0 0;
  color: #8793a4;
  font-size: .75rem;
  line-height: 1.5;
}

.login-solaris-attribution {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #e5ebf2;
}

.login-solaris-copy span,
.login-solaris-copy strong {
  display: block;
}

.login-solaris-copy span {
  color: #8b98aa;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.login-solaris-copy strong {
  margin-top: 3px;
  color: var(--auth-navy);
  font-size: .75rem;
  font-weight: 600;
}

.login-solaris-logo-surface {
  display: inline-flex;
  width: min(145px, 41%);
  padding: 7px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 9px;
  background: #ffffff;
}

.login-solaris-logo-surface img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 941px) and (max-height: 820px) {
  .login-brand-panel,
  .login-form-panel {
    padding-block: 30px;
  }

  .login-woolly-logo {
    width: 260px;
  }

  .login-brand-copy {
    margin-top: 30px;
  }

  .login-brand-copy h1 {
    font-size: clamp(2.05rem, 3.45vw, 3.35rem);
  }

  .login-brand-copy p {
    margin-top: 13px;
  }

  .login-feature-list {
    margin-top: 22px;
  }

  .login-feature-item {
    padding: 11px;
  }

  .login-form-mark {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }

  .login-form-intro {
    margin-bottom: 20px;
  }

  .login-field {
    margin-bottom: 14px;
  }

  .login-control,
  .login-submit-button {
    height: 48px;
    min-height: 48px;
  }

  .login-form-options {
    margin-bottom: 17px;
  }

  .login-help-text {
    margin-top: 13px;
  }

  .login-solaris-attribution {
    margin-top: 13px;
    padding-top: 11px;
  }
}

@media (min-width: 941px) and (max-height: 700px) {
  .login-feature-list {
    display: none;
  }
}

@media (max-width: 940px) {
  .login-experience {
    grid-template-columns: 1fr;
  }

  .login-brand-panel {
    display: none;
  }

  .login-form-panel {
    height: 100vh;
    height: 100dvh;
    align-items: start;
    overflow-x: hidden;
    overflow-y: auto;
    padding: clamp(24px, 5vh, 54px) 38px;
  }

  .login-form-content {
    margin-block: auto;
  }

  .login-form-panel::before {
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--auth-orange), var(--auth-blue));
  }
}

@media (max-width: 575.98px) {
  .auth-card {
    min-height: 100vh;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .auth-footer {
    margin: 0;
    padding: 13px 12px;
    background: #eef3f9;
  }

  .login-form-panel {
    padding: 24px 22px;
  }

  .login-form-mark {
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
  }

  .login-form-content h2 {
    font-size: 1.85rem;
  }

  .login-form-intro {
    margin-bottom: 20px;
  }

  .login-field {
    margin-bottom: 14px;
  }

  .login-control,
  .login-submit-button {
    height: 48px;
    min-height: 48px;
  }

  .login-form-options {
    align-items: flex-start;
    margin-bottom: 17px;
  }

  .login-help-text {
    margin-top: 14px;
  }

  .login-solaris-attribution {
    margin-top: 14px;
    padding-top: 11px;
  }

  .login-solaris-logo-surface {
    width: 122px;
  }
}

@media (max-width: 940px) and (max-height: 700px) {
  .login-form-panel {
    padding-block: 14px;
  }

  .login-form-mark {
    width: 38px;
    height: 38px;
    margin-bottom: 8px;
    border-radius: 12px;
  }

  .login-form-kicker {
    margin-bottom: 4px;
  }

  .login-form-content h2 {
    font-size: 1.55rem;
    line-height: 1.1;
  }

  .login-form-intro {
    margin: 6px 0 12px;
    font-size: .8rem;
    line-height: 1.35;
  }

  .login-field {
    margin-bottom: 9px;
  }

  .login-field .form-label {
    margin-bottom: 4px;
  }

  .login-control,
  .login-submit-button {
    height: 42px;
    min-height: 42px;
  }

  .login-form-options {
    margin: 0 0 10px;
  }

  .login-help-text {
    margin-top: 8px;
    line-height: 1.3;
  }

  .login-solaris-attribution {
    margin-top: 8px;
    padding-top: 8px;
  }

  .login-solaris-logo-surface {
    width: 108px;
    padding: 4px 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .login-control,
  .login-submit-button {
    transition: none;
  }
}
