:root{font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;color:#1f2937;background-color:#f9fafb;line-height:1.5;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:2rem}h1,h2,h3{font-weight:600}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}button{background-color:#2563eb;color:#fff;border:none;padding:.6em 1.2em;border-radius:6px;cursor:pointer;transition:background-color .3s ease}button:hover{background-color:#1d4ed8}input,select,textarea{width:100%;padding:.5em .75em;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;margin-top:.25rem;margin-bottom:1rem}input:focus,select:focus,textarea:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb4d}form{max-width:400px;width:100%;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.login-container h2{text-align:center;margin-bottom:1rem}.login-form{display:flex;flex-direction:column;gap:1rem}.login-form input{padding:.5rem;font-size:1rem;border:1px solid #ccc;border-radius:4px}.login-form button{background-color:#4f46e5;color:#fff;border:none;padding:.75rem;border-radius:4px;cursor:pointer}
