*{box-sizing:border-box}body{margin:0;min-height:100vh;display:grid;place-items:center;background:#f3f5f7;font-family:system-ui,"Yu Gothic",sans-serif;color:#172f43}main{width:min(440px,calc(100% - 40px));background:white;padding:42px;border:1px solid #dfe5e9;border-radius:20px;box-shadow:0 20px 60px #172f4310}.mark{display:grid;place-items:center;width:52px;height:52px;background:#173f5f;border-radius:14px;color:white;font-size:21px;font-weight:800}.eyebrow{font-size:10px;letter-spacing:1.5px;color:#85919b;margin-top:23px}h1{font-size:25px;letter-spacing:-1px;margin-bottom:8px}.intro,.note{color:#788490;font-size:13px}form{margin-top:28px}label{display:block;font-size:12px;font-weight:600;margin-bottom:19px}input{display:block;width:100%;margin-top:8px;padding:13px 12px;border:1px solid #cdd7df;border-radius:8px;font-size:15px}button{width:100%;padding:14px;color:white;background:#173f5f;border:0;border-radius:8px;font-weight:700;cursor:pointer}button:disabled{opacity:.6}#loginError{color:#a12929;font-size:13px}.note{border-top:1px solid #e8ecef;padding-top:22px;margin-top:25px;line-height:1.7}
