/* Auth pages: /user/login and /user/register. */
body.skin .auth-shell{
  width:min(1120px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr);
  align-items:stretch;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(0,34,66,.08);
  border-radius:18px;
  box-shadow:0 24px 70px rgba(0,34,66,.11);
}
body.skin main.section:has(.auth-shell){
  padding-top:56px;
  padding-bottom:56px;
  background:linear-gradient(180deg,#f7fafb 0%,#fff 58%);
}
body.skin main.section:has(.auth-shell) > .container,
body.skin main.section:has(.auth-shell) .content-main{
  max-width:none;
  width:100%;
}
body.skin .auth-shell__brand{
  position:relative;
  display:flex;
  align-items:flex-start;
  min-height:620px;
  padding:128px 58px 72px;
  overflow:hidden;
  background:
    linear-gradient(145deg,rgba(0,34,66,.98) 0%,rgba(0,84,164,.96) 55%,rgba(1,128,129,.96) 100%),
    url('/themes/custom/pirt_theme/images/hero-bg.jpg') center/cover;
  color:#fff;
}
body.skin .auth-shell__brand::after{
  content:'';
  position:absolute;
  inset:auto -120px -160px auto;
  width:340px;
  height:340px;
  border-radius:50%;
  background:rgba(238,176,146,.18);
}
body.skin .auth-shell__brand-inner{
  position:relative;
  z-index:1;
  max-width:470px;
}
body.skin .auth-shell__eyebrow{
  display:inline-flex;
  margin:0 0 18px;
  color:#ffcfb8 !important;
  font-size:11px;
  font-weight:900;
  letter-spacing:2.4px;
  text-transform:uppercase;
}
body.skin .auth-shell__title{
  margin:0 0 18px;
  color:#fff !important;
  font-size:clamp(32px,3.8vw,48px);
  line-height:1.06;
  font-weight:900;
  letter-spacing:0;
}
body.skin .auth-shell__lede{
  margin:0 0 26px;
  color:rgba(255,255,255,.84) !important;
  font-size:15.5px;
  line-height:1.68;
}
body.skin .auth-shell__benefits{
  display:grid;
  gap:0;
  margin:0;
  padding:0;
  list-style:none;
}
body.skin .auth-shell__benefits li{
  position:relative;
  padding:13px 0 13px 28px;
  color:rgba(255,255,255,.92) !important;
  font-size:14px;
  line-height:1.5;
  border-top:1px solid rgba(255,255,255,.11);
}
body.skin .auth-shell__benefits li::before{
  content:'';
  position:absolute;
  left:0;
  top:19px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#ffcfb8;
  box-shadow:0 0 0 4px rgba(255,207,184,.12);
}
body.skin .auth-shell__footnote{
  margin:18px 0 0;
  color:rgba(255,255,255,.72) !important;
  font-size:13px;
  line-height:1.55;
}
body.skin .auth-shell__footnote a{
  color:#ffcfb8 !important;
  font-weight:800;
}
body.skin .auth-shell__form{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  padding:52px 44px;
  background:linear-gradient(180deg,#fff 0%,#f8fbfc 100%);
}
body.skin .auth-shell__form > .auth-card{
  width:100%;
  max-width:440px;
  margin:0;
  padding:32px;
  background:#fff !important;
  border:1px solid var(--sp-line,#e6e9eb) !important;
  border-top:4px solid var(--sp-primary,#018081) !important;
  border-radius:16px !important;
  box-shadow:0 20px 48px rgba(0,34,66,.11);
  color:var(--sp-text,#002242) !important;
}
body.skin .auth-shell__form > .auth-card > div,
body.skin .auth-shell__form #block-pirt-main-content{
  display:contents;
}
body.skin .auth-card__header{
  margin:0 0 22px;
}
body.skin .auth-card__header h2{
  margin:0 0 7px;
  color:var(--sp-secondary-d,#002242) !important;
  font-size:27px;
  line-height:1.16;
  font-weight:900;
  letter-spacing:0;
}
body.skin .auth-card__sub{
  margin:0;
  color:var(--sp-muted,#5b6f86) !important;
  font-size:14.5px;
  line-height:1.55;
}
body.skin .auth-card form{
  display:grid;
  gap:15px;
}
body.skin .auth-card .form-item{
  margin:0;
}
body.skin .auth-card .form-item-pass label{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
body.skin .auth-forgot{
  color:var(--sp-primary,#018081) !important;
  font-size:12.5px;
  font-weight:800;
  white-space:nowrap;
}
body.skin .auth-card input[type="text"],
body.skin .auth-card input[type="email"],
body.skin .auth-card input[type="password"]{
  height:46px;
  border-radius:10px;
  background:#fff;
}
body.skin .auth-card .form-type-checkbox{
  display:grid;
  grid-template-columns:18px 1fr;
  column-gap:10px;
  row-gap:2px;
  align-items:start;
  padding:2px 0 0;
}
body.skin .auth-card .form-type-checkbox input{
  width:16px;
  height:16px;
  margin:2px 0 0;
  accent-color:var(--sp-primary,#018081);
}
body.skin .auth-card .form-type-checkbox label,
body.skin .auth-card .form-type-checkbox .description{
  grid-column:2;
}
body.skin .auth-card .form-type-checkbox .description{
  margin:0;
}
body.skin .auth-card .form-actions{
  margin:4px 0 0;
}
body.skin .auth-card input[type="submit"]{
  height:48px;
  border-radius:10px;
}
body.skin .auth-privacy{
  margin:16px 0 0;
  color:var(--sp-muted,#5b6f86) !important;
  font-size:12.5px;
  line-height:1.55;
  text-align:center;
}
body.skin .auth-privacy a,
body.skin .auth-sso a,
body.skin .auth-card__alt a{
  color:var(--sp-primary,#018081) !important;
  font-weight:800;
}
body.skin .auth-sso{
  margin:22px 0 0;
}
body.skin .auth-sso__divider{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 14px;
  color:var(--sp-muted,#5b6f86);
  font-size:11px;
  font-weight:900;
  letter-spacing:1.3px;
  text-transform:uppercase;
}
body.skin .auth-sso__divider span{
  flex:1;
  height:1px;
  background:var(--sp-line,#e6e9eb);
}
body.skin .auth-sso-buttons{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
body.skin .auth-sso-button{
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:9px 12px;
  border:1px solid #cdd6e0;
  border-radius:999px;
  color:var(--sp-secondary-d,#062940) !important;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
  text-align:center;
  line-height:1.25;
  background:#fff;
}
body.skin .auth-sso-button__mark{
  width:22px;
  height:22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  border-radius:7px;
  color:#fff;
  font-size:11px;
  font-weight:900;
}
body.skin .auth-sso-button__mark--member{background:var(--sp-primary,#018081)}
body.skin .auth-sso-button__mark--orcid{background:#6f9f1e}
body.skin .auth-sso__note{
  margin:11px 0 0;
  color:var(--sp-muted,#5b6f86) !important;
  font-size:12px;
  line-height:1.55;
  text-align:center;
}
body.skin .auth-card__alt{
  margin:22px 0 0;
  padding-top:18px;
  border-top:1px solid var(--sp-line,#e6e9eb);
  color:var(--sp-muted,#5b6f86) !important;
  font-size:14px;
  line-height:1.45;
  text-align:center;
}
body.skin #sliding-popup{
  position:static !important;
  top:auto !important;
  bottom:auto !important;
  left:auto !important;
  right:auto !important;
  width:min(1120px,calc(100% - 32px)) !important;
  height:auto !important;
  margin:18px auto 0;
  z-index:auto !important;
  background:#0b83bf;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 14px 36px rgba(0,34,66,.14);
}
body.skin #sliding-popup .popup-content{
  width:100%;
  max-width:none;
  padding:14px 18px;
  display:flex;
  align-items:center;
  gap:16px;
}
body.skin #sliding-popup #popup-text{
  flex:1;
}
body.skin #sliding-popup #popup-text h2{
  margin:0 0 3px;
  font-size:15px;
}
body.skin #sliding-popup #popup-text p{
  margin:0;
  font-size:12.5px;
  line-height:1.45;
}
body.skin #sliding-popup #popup-buttons{
  display:flex;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
}

@media (max-width:980px){
  body.skin .auth-shell{
    grid-template-columns:1fr;
    max-width:680px;
  }
  body.skin .auth-shell__brand{
    min-height:auto;
    padding:34px 32px;
  }
  body.skin .auth-shell__title{
    font-size:34px;
  }
  body.skin .auth-shell__benefits{
    display:none;
  }
  body.skin .auth-shell__form{
    padding:32px;
  }
}

@media (max-width:560px){
  body.skin main.section:has(.auth-shell){
    padding-top:24px;
    padding-bottom:32px;
  }
  body.skin main.section:has(.auth-shell) > .container{
    padding-left:16px;
    padding-right:16px;
  }
  body.skin .auth-shell{
    border-radius:14px;
    box-shadow:0 18px 44px rgba(0,34,66,.12);
  }
  body.skin .auth-shell__brand{
    min-height:187px;
    padding:22px 24px;
  }
  body.skin .auth-shell__eyebrow{
    margin-bottom:10px;
    font-size:10px;
  }
  body.skin .auth-shell__title{
    margin-bottom:0;
    font-size:27px;
  }
  body.skin .auth-shell__lede{
    display:none;
  }
  body.skin .auth-shell__footnote{
    display:none;
  }
  body.skin .auth-shell__form{
    padding:22px 16px 26px;
  }
  body.skin .auth-shell__form > .auth-card{
    padding:24px 22px;
    border-radius:13px !important;
  }
  body.skin .auth-card__header h2{
    font-size:25px;
  }
  body.skin .auth-sso-buttons{
    grid-template-columns:1fr;
  }
  body.skin #sliding-popup{
    width:calc(100% - 32px) !important;
    margin-top:14px;
  }
  body.skin #sliding-popup .popup-content{
    display:block;
    padding:14px 16px;
  }
  body.skin #sliding-popup #popup-buttons{
    margin-top:10px;
  }
}
