body{margin:0;min-height:100dvh;display:grid;place-items:center;background:#eff8fb;color:#10283e;font-family:system-ui,sans-serif}main{width:min(82vw,340px)}h1{text-align:center;margin-bottom:40px}label{display:block;margin-bottom:12px}input,button{box-sizing:border-box;width:100%;min-height:52px;border-radius:14px;font:inherit}input{padding:12px;border:1px solid #aec5d4;background:white}button{margin-top:18px;border:0;background:#00527a;color:white;font-weight:700}p{color:#a12b2b;line-height:1.6}