/* login.html page styles. CSP has no unsafe-inline/nonce for style-src, so
   an inline <style> block on the page is silently dropped by the browser --
   this file replaces that approach. */

.login-container {
  max-width: 450px;
  margin: 100px auto;
  background: white;
  border-radius: 12px;
}
