/*
  LogAI — login.css
  Page-specific styles for the Login page (login.html)
  Extracted from inline <style> block.
*/

/* ─── Page centering ───────────────────────────────────── */
html, body {
    height:          100%;
    margin:          0;
    display:         flex;
    align-items:     center;
    justify-content: center;
    padding:         24px;
    box-sizing:      border-box;
}
