﻿/* Scoped to the coordinator sign-in page. Shared shell comes from home-redesign.css. */
.signin-page { max-width: 920px; margin: 0 auto; padding: 0; font-family: "Segoe UI", Arial, sans-serif; color: #243b53; line-height: 1.6; }
.signin-page * { box-sizing: border-box; }
.signin-page h1, .signin-page h2, .signin-page p { margin: 0; font-family: inherit; }
.signin-page a { text-decoration: none; }
.signin-page a:focus-visible, .signin-page button:focus-visible { outline: 3px solid #2783bd; outline-offset: 4px; }
.signin-back { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 14px; color: #526b82; font-size: 12px; }
.signin-back:hover { color: #175c8b; }
.signin-shell { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #dfe6ed; border-radius: 18px; overflow: hidden; background: #fff; box-shadow: 0 18px 50px #183e5e08; }
.signin-eyebrow { display: block; font-size: 10px; letter-spacing: 1.8px; font-weight: 700; color: #668097; }
.signin-welcome { position: relative; overflow: hidden; padding: 28px 32px; background: linear-gradient(135deg, #112d48, #184b68); color: #fff; }
.signin-welcome::after { content: ""; position: absolute; width: 350px; height: 350px; border: 1px solid #a5d7e315; border-radius: 50%; right: -245px; top: 80px; box-shadow: 0 0 0 32px #ffffff02, 0 0 0 65px #ffffff02; pointer-events: none; }
.signin-welcome .signin-eyebrow { color: #b6d2e3; }
.signin-welcome-icon { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid #9dcddd45; border-radius: 15px; background: #ffffff09; color: #9cdbe4; font-size: 26px; margin: 14px 0; }
.signin-welcome h1 { font-size: 30px; line-height: 1.2; letter-spacing: -1px; font-weight: 650; }
.signin-welcome h1 > span { color: #99d9e1; }
.signin-welcome > p { color: #c5d7e4; font-size: 14px; line-height: 1.8; margin-top: 18px; max-width: 350px; }
.signin-benefits { margin: 18px 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.signin-benefits li { display: flex; gap: 14px; align-items: start; list-style: none; }
.signin-benefits li > .fa { width: 32px; flex-shrink: 0; padding-top: 6px; font-size: 19px; color: #90cfda; }
.signin-benefits strong { font-size: 13px; font-weight: 600; }
.signin-benefits p { color: #b9cfdf; font-size: 12px; margin-top: 3px; }
.signin-welcome-footer { border-top: 1px solid #c1ddeb25; padding-top: 12px; font-size: 11px; color: #b8d1e0; }
.signin-welcome-footer .fa { margin-right: 9px; }
.signin-form-panel { padding: 24px 32px; align-self: center; min-width: 0; }
.signin-form-panel h2 { font-size: 30px; color: #203951; letter-spacing: -.8px; font-weight: 650; margin-top: 9px; }
.signin-intro { margin-top: 9px !important; font-size: 13px; color: #718195; }
.signin-form { margin-top: 20px; }
.signin-field { margin-bottom: 16px; }
.signin-field label { color: #30495e; font-size: 12px; font-weight: 600; margin-bottom: 9px; }
.signin-input-wrap { position: relative; }
.signin-input-wrap > .fa { position: absolute; top: 14px; left: 14px; font-size: 16px; color: #8696a7; pointer-events: none; }
.signin-input-wrap .form-control { height: 44px !important; width: 100%; border: 1px solid #d7e0e9; border-radius: 7px !important; padding: 10px 14px 10px 40px !important; font-size: 14px; color: #243b53; background: #fbfcfe; box-shadow: none; font-family: inherit; }
.signin-input-wrap .form-control::placeholder { color: #8291a2; }
.signin-input-wrap .form-control:focus { border-color: #397bac; box-shadow: 0 0 0 3px #397bac17; background: #fff; }
.signin-input-wrap .signin-password { padding-right: 48px !important; }
.signin-password-label { display: flex; justify-content: space-between; gap: 10px; align-items: baseline; }
.signin-password-label a { font-size: 11px; font-weight: 600; color: #2a6896; }
.signin-password-label a:hover, .signin-register a:hover { text-decoration: underline; }
.signin-toggle { position: absolute; right: 2px; top: 0; width: 44px; height: 44px; background: transparent; border: 0; border-radius: 5px; color: #688198; cursor: pointer; }
.signin-toggle[hidden] { display: none; }
.signin-toggle:hover { background: #e9f0f6; color: #244f70; }
.signin-page .signin-submit { width: 100%; min-height: 44px; display: flex; justify-content: center; align-items: center; gap: 14px; background: #194b70; border: 1px solid #194b70; border-radius: 7px; font-size: 14px; font-weight: 600; box-shadow: 0 4px 10px #153d5b10; }
.signin-page .signin-submit:hover, .signin-page .signin-submit:focus { background: #123a59; border-color: #123a59; }
.signin-page .signin-submit:disabled { cursor: wait; opacity: .7; }
.signin-register { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 7px; border-top: 1px solid #e8edf2; padding-top: 18px; margin-top: 20px; font-size: 12px; color: #718195; }
.signin-register a { color: #255e88; font-weight: 600; }
.signin-register a > span { margin-left: 3px; }
.signin-access-note { display: flex; gap: 8px; color: #7b8998; font-size: 11px; line-height: 1.7; margin: 18px auto 0 !important; max-width: 300px; text-align: center; }
.signin-access-note > .fa { margin-top: 4px; }
.signin-message { padding: 12px 15px; background: #fff3ef; border: 1px solid #e8bdb2; border-radius: 7px; font-size: 12px; color: #9f3c28; margin: 16px 0; }
.signin-message ul { margin: 0; padding: 0; }
.signin-page .validation-summary-valid, .signin-page .field-validation-valid { display: none; }
.signin-field .field-validation-error { display: block; font-size: 12px; color: #ab352a; margin-top: 6px; }
.signin-input-wrap .input-validation-error { border-color: #bb5446; }
@media (max-width: 1000px) { .signin-welcome { padding: 28px; } .signin-form-panel { padding: 28px; } .signin-welcome h1 { font-size: 29px; } }
@media (max-width: 767px) {
   .signin-page { padding-top: 2px; }
   .signin-back { margin-bottom: 17px; }
   .signin-shell { grid-template-columns: 1fr; border-radius: 13px; }
   .signin-welcome { padding: 27px 25px; }
   .signin-welcome-icon, .signin-benefits, .signin-welcome-footer { display: none; }
   .signin-welcome h1 { margin-top: 15px; font-size: 29px; }
   .signin-welcome > p { margin-top: 12px; font-size: 12px; max-width: none; }
   .signin-form-panel { padding: 30px 25px; }
   .signin-form-panel h2 { font-size: 27px; }
   .signin-form { margin-top: 25px; }
   .signin-input-wrap .form-control { font-size: 16px; }
}


