.staff-login{min-height:100vh;background:var(--forest);display:grid;place-items:center;padding:30px}.staff-login>section{width:min(100%,430px);background:var(--paper);padding:42px;border-radius:4px}.staff-login .brand{margin-bottom:50px}.staff-login h1{font:500 46px var(--display);letter-spacing:-.04em;margin:8px 0}.staff-login>section>p{color:var(--muted);line-height:1.5}.staff-login form{display:grid;grid-gap:16px;gap:16px;margin:28px 0}.staff-login label{display:grid;grid-gap:6px;gap:6px;font:700 10px var(--utility);text-transform:uppercase;letter-spacing:.07em}.staff-login input{padding:12px;border:1px solid var(--line);background:white;border-radius:3px}.staff-login button{justify-content:center}.staff-login aside{background:#e6e5d8;padding:15px;font-size:11px;line-height:1.6}.staff-login aside small{color:var(--muted)}.login-error{color:#a43c2d;font-size:12px}