/* STAS ERP v250 website login alignment with SuperAdmin auth foundation */
body.auth-page.auth-foundation.auth-website{
  --website-auth-max: 1120px;
}

body.auth-page.auth-foundation.auth-website .auth-foundation-shell{
  width:min(var(--website-auth-max), calc(100% - 28px));
  margin:18px auto 14px;
  padding:0;
  min-height:0;
}

body.auth-page.auth-foundation.auth-website .auth-foundation-grid{
  width:100%;
  max-width:none;
  margin:0 auto;
  grid-template-columns:minmax(0, 1.08fr) minmax(360px, 420px);
  gap:1rem;
  padding:0;
  align-items:stretch;
}

body.auth-page.auth-foundation.auth-website .auth-foundation-hero{
  display:grid;
  gap:1rem;
  align-content:start;
}

body.auth-page.auth-foundation.auth-website .auth-live-quote-card,
body.auth-page.auth-foundation.auth-website .auth-hero-panel,
body.auth-page.auth-foundation.auth-website .auth-foundation-card{
  border-radius:26px;
}

body.auth-page.auth-foundation.auth-website .auth-live-quote-card{
  min-height:112px;
  padding:1.05rem 1.35rem;
}

body.auth-page.auth-foundation.auth-website .auth-live-quote-text{
  font-size:clamp(1.02rem, 1.7vw, 1.55rem);
  line-height:1.33;
}

body.auth-page.auth-foundation.auth-website .auth-live-quote-author{
  margin-top:.5rem;
  font-size:1rem;
}

body.auth-page.auth-foundation.auth-website .auth-hero-panel{
  min-height:304px;
  padding:1.45rem 1.5rem 1.55rem;
}

body.auth-page.auth-foundation.auth-website .auth-foundation-kicker{
  font-size:.72rem;
  padding:.42rem .82rem;
}

body.auth-page.auth-foundation.auth-website .auth-foundation-title{
  font-size:clamp(2.55rem, 4vw, 3.95rem);
  line-height:.98;
  margin:.85rem 0 .7rem;
}

body.auth-page.auth-foundation.auth-website .auth-foundation-copy{
  max-width:33rem;
  font-size:1rem;
  line-height:1.58;
}

body.auth-page.auth-foundation.auth-website .website-auth-plan-chip{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  margin-top:.9rem;
  padding:.45rem .82rem;
  border-radius:999px;
  background:rgba(15,23,42,.26);
  border:1px solid rgba(255,255,255,.12);
  color:var(--auth-fg-strong);
  font-size:.82rem;
  font-weight:700;
}

body.auth-page.auth-foundation.auth-website .website-auth-feature-list{
  list-style:none;
  margin:1.1rem 0 0;
  padding:0;
  display:grid;
  gap:.58rem;
}

body.auth-page.auth-foundation.auth-website .website-auth-feature-list li{
  position:relative;
  padding-left:1.15rem;
  color:var(--auth-fg-muted);
  font-size:.92rem;
  line-height:1.45;
}

body.auth-page.auth-foundation.auth-website .website-auth-feature-list li::before{
  content:'✦';
  position:absolute;
  left:0;
  top:0;
  color:#dbeafe;
  opacity:.92;
}

body.auth-page.auth-foundation.auth-website .website-auth-card{
  align-self:stretch;
  min-height:100%;
}

body.auth-page.auth-foundation.auth-website .auth-foundation-card-panel{
  padding:1.3rem 1.35rem 1.2rem;
}

body.auth-page.auth-foundation.auth-website .auth-foundation-form-title{
  font-size:clamp(2.1rem, 3vw, 3rem);
  line-height:1;
  margin-bottom:.35rem;
}

body.auth-page.auth-foundation.auth-website .auth-foundation-form-copy{
  font-size:1rem;
  margin-bottom:1rem;
}

body.auth-page.auth-foundation.auth-website .auth-field-stack{
  gap:.95rem;
}

body.auth-page.auth-foundation.auth-website .auth-foundation-form .form-label{
  margin-bottom:.34rem;
  font-size:.84rem;
}

body.auth-page.auth-foundation.auth-website .auth-foundation-form .form-control,
body.auth-page.auth-foundation.auth-website .auth-foundation-form .form-select{
  min-height:44px;
  border-radius:16px;
  padding:.68rem .9rem;
  font-size:.95rem;
}

body.auth-page.auth-foundation.auth-website .auth-password-wrap .form-control{
  padding-right:3.25rem;
}

body.auth-page.auth-foundation.auth-website .auth-toggle{
  width:34px;
  height:34px;
}

body.auth-page.auth-foundation.auth-website #loginIdentityMsg{
  min-height:1.15rem;
  font-size:.78rem;
}

body.auth-page.auth-foundation.auth-website .website-auth-actions{
  padding-top:.15rem;
}

body.auth-page.auth-foundation.auth-website .website-auth-links-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.85rem;
  flex-wrap:wrap;
}

body.auth-page.auth-foundation.auth-website .website-auth-link{
  color:var(--auth-fg-strong);
  text-decoration:none;
  font-size:.9rem;
  font-weight:800;
}

body.auth-page.auth-foundation.auth-website .website-auth-link:hover{
  text-decoration:underline;
}

body.auth-page.auth-foundation.auth-website .website-auth-helper{
  padding:.88rem 1rem;
  border-radius:16px;
  background:rgba(8,47,73,.26);
  border:1px solid rgba(255,255,255,.08);
  color:var(--auth-fg-muted);
  font-size:.84rem;
  line-height:1.5;
}

body.auth-page.auth-foundation.auth-website footer{
  margin-top:0 !important;
}

body.auth-page.auth-foundation.auth-website .stas-site-header .container-fluid,
body.auth-page.auth-foundation.auth-website .stas-site-header__inner{
  min-height:58px;
}

body.auth-page.auth-foundation.auth-website .stas-alert-close{
  display:none !important;
}

@media (min-width: 992px) and (max-height: 850px){
  body.auth-page.auth-foundation.auth-website .auth-foundation-shell{margin:10px auto;}
  body.auth-page.auth-foundation.auth-website .auth-foundation-grid{gap:.9rem;}
  body.auth-page.auth-foundation.auth-website .auth-live-quote-card{min-height:102px;padding:.95rem 1.2rem;}
  body.auth-page.auth-foundation.auth-website .auth-live-quote-text{font-size:1.18rem;}
  body.auth-page.auth-foundation.auth-website .auth-hero-panel{min-height:280px;padding:1.25rem 1.35rem 1.35rem;}
  body.auth-page.auth-foundation.auth-website .auth-foundation-title{font-size:3.15rem;}
  body.auth-page.auth-foundation.auth-website .auth-foundation-copy{font-size:.94rem;line-height:1.5;}
  body.auth-page.auth-foundation.auth-website .website-auth-feature-list{gap:.45rem;margin-top:.9rem;}
  body.auth-page.auth-foundation.auth-website .website-auth-feature-list li{font-size:.86rem;}
  body.auth-page.auth-foundation.auth-website .auth-foundation-card-panel{padding:1.15rem 1.2rem 1.05rem;}
  body.auth-page.auth-foundation.auth-website .auth-foundation-form-title{font-size:2.35rem;}
  body.auth-page.auth-foundation.auth-website .auth-foundation-form-copy{font-size:.92rem;margin-bottom:.85rem;}
  body.auth-page.auth-foundation.auth-website .auth-field-stack{gap:.82rem;}
  body.auth-page.auth-foundation.auth-website .auth-foundation-form .form-control,
  body.auth-page.auth-foundation.auth-website .auth-foundation-form .form-select{min-height:42px;font-size:.9rem;padding:.62rem .88rem;}
  body.auth-page.auth-foundation.auth-website .auth-btn-primary,
  body.auth-page.auth-foundation.auth-website .auth-btn-secondary{min-height:44px;font-size:.95rem;}
  body.auth-page.auth-foundation.auth-website .website-auth-helper{font-size:.8rem;padding:.8rem .9rem;}
}

@media (max-width: 991.98px){
  body.auth-page.auth-foundation.auth-website .auth-foundation-shell{
    width:min(var(--website-auth-max), calc(100% - 18px));
    margin:12px auto;
  }

  body.auth-page.auth-foundation.auth-website .auth-foundation-grid{
    grid-template-columns:1fr;
    gap:1rem;
  }

  body.auth-page.auth-foundation.auth-website .auth-hero-panel{
    min-height:auto;
  }

  body.auth-page.auth-foundation.auth-website .website-auth-card{
    max-width:680px;
    width:100%;
    justify-self:center;
  }
}

@media (max-width: 575.98px){
  body.auth-page.auth-foundation.auth-website .auth-foundation-shell{width:calc(100% - 12px);}
  body.auth-page.auth-foundation.auth-website .auth-live-quote-card,
  body.auth-page.auth-foundation.auth-website .auth-hero-panel,
  body.auth-page.auth-foundation.auth-website .auth-foundation-card-panel{padding:1rem;}
  body.auth-page.auth-foundation.auth-website .auth-foundation-title{font-size:2.35rem;}
  body.auth-page.auth-foundation.auth-website .auth-live-quote-text{font-size:1rem;}
  body.auth-page.auth-foundation.auth-website .auth-action-row{grid-template-columns:1fr;}
  body.auth-page.auth-foundation.auth-website .auth-btn-primary,
  body.auth-page.auth-foundation.auth-website .auth-btn-secondary{width:100%;}
  body.auth-page.auth-foundation.auth-website .website-auth-links-row{justify-content:flex-start;}
}
