/* 040.1.24 shared Jr Wildcats authentication presentation */
.jw-shared-auth{max-width:760px;margin:28px auto 56px;padding:0 16px;font-family:Arial,Helvetica,sans-serif}
.jw-shared-auth-card{background:#fff;border:1px solid #d9e2ec;border-radius:14px;box-shadow:0 7px 22px rgba(8,31,66,.08);padding:24px;margin:0 0 18px}
.jw-shared-auth-heading{text-align:center;margin-bottom:20px}
.jw-shared-auth-eyebrow{display:block;color:#8a6400;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px}
.jw-shared-auth-heading h1,.jw-shared-auth-create h2{color:#082b55;margin:0 0 8px;font-family:Arial,Helvetica,sans-serif}
.jw-shared-auth-heading p,.jw-shared-auth-create p{color:#526273;margin:0;line-height:1.5}
.jw-shared-auth-form{display:grid;gap:9px}
.jw-shared-auth-form label{color:#26384b;font-size:13px;font-weight:700}
.jw-shared-auth-form input{box-sizing:border-box;width:100%;border:1px solid #aebdca;border-radius:8px;padding:12px 13px;font:16px Arial,Helvetica,sans-serif;background:#fff;color:#17263d}
.jw-shared-auth-form input:focus{outline:3px solid rgba(255,196,0,.28);border-color:#8a6400}
.jw-shared-auth-form button,.jw-shared-auth-create-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;padding:12px 18px;background:#082b55;color:#fff;font:700 15px Arial,Helvetica,sans-serif;text-decoration:none;cursor:pointer}
.jw-shared-auth-form button{width:100%;margin-top:5px}
.jw-shared-auth-form button:hover,.jw-shared-auth-create-button:hover{background:#0c3d75;color:#fff}
.jw-shared-auth-forgot{text-align:center;margin:14px 0 0}
.jw-shared-auth-forgot a{color:#0c4d8a;font-weight:700}
.jw-shared-auth-error{border:1px solid #c84d4d;border-radius:8px;background:#fff1f1;color:#8a1e1e;padding:11px 13px;margin:0 0 16px;font-weight:700}
.jw-shared-auth-create{display:flex;align-items:center;justify-content:space-between;gap:22px}
.jw-shared-auth-create-button{flex:0 0 auto}
@media(max-width:620px){
  .jw-shared-auth{margin-top:18px;padding:0 12px}
  .jw-shared-auth-card{padding:19px 16px}
  .jw-shared-auth-create{display:block}
  .jw-shared-auth-create-button{display:flex;width:100%;box-sizing:border-box;margin-top:16px}
}
@media(display-mode:standalone){
  body{padding-bottom:78px}
}
