/* Neutral login structure retained during the WAQAZ design reset. */
* { box-sizing: border-box; }
html { font-family: system-ui, sans-serif; }
body { margin: 0; color: #111; background: #fff; }
.login-shell { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.login-panel { width: min(100%, 390px); }
.mark { display: inline-block; }
form { display: grid; gap: 8px; }
label { display: block; }
input, button { width: 100%; min-height: 40px; font: inherit; }
.status { min-height: 20px; }
