/* Summit Scholarship Partner Portal — lock screen */
body{ margin:0; min-height:100vh; display:grid; place-items:center;
  background:#ECEDF1; color:#545454;
  font:400 17px/1.6 'Source Sans 3',system-ui,sans-serif; }
.lock{ background:#fff; border-radius:12px; padding:2.5rem 2.2rem; max-width:22rem;
  text-align:center; box-shadow:0 10px 30px rgba(58,68,86,.12); }
.lock h1{ font-family:system-ui,sans-serif; text-transform:uppercase; letter-spacing:.04em;
  color:#3A4456; font-size:1.3rem; margin:.8rem 0 .2rem; }
.lock p{ font-size:.95rem; margin:.4rem 0; }
.lock .err{ color:#9c3b2e; font-weight:600; }
.lock input{ width:100%; padding:.7rem .8rem; font-size:1rem; border:1px solid #A4B3C2;
  border-radius:6px; margin:.6rem 0; }
.lock button{ width:100%; padding:.7rem; font-size:1rem; font-weight:700; letter-spacing:.05em;
  text-transform:uppercase; background:#3A4456; color:#fff; border:0; border-radius:6px; cursor:pointer; }
.lock button:hover{ background:#B98A45; }
.lock .help{ font-size:.82rem; color:#677181; }
