*{box-sizing:border-box;margin:0;padding:0}body{background:#f3f4f6;justify-content:center;align-items:center;min-height:100vh;font-family:Roboto,system-ui,sans-serif;display:flex}.card{background:#fff;border-top:4px solid #162c64;border-radius:.5rem;width:100%;max-width:400px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.brand-logo{justify-content:center;margin-bottom:1.5rem;display:flex}.brand-logo img{object-fit:contain;max-width:200px;height:auto}h1{text-align:center;color:#162c64;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.subtitle{text-align:center;color:#6b7280;margin-bottom:1.5rem;font-size:.875rem}.error{color:#991b1b;background:#fee2e2;border:1px solid #fca5a5;border-radius:.25rem;margin-bottom:1rem;padding:.75rem;font-size:.875rem}.error ul{list-style:inside}.success{color:#166534;background:#dcfce7;border:1px solid #86efac;border-radius:.25rem;margin-bottom:1rem;padding:.75rem;font-size:.875rem}label{color:#374151;margin-bottom:.25rem;font-size:.875rem;font-weight:500;display:block}input[type=email],input[type=password],input[type=text]{border:1px solid #d1d5db;border-radius:.375rem;width:100%;margin-bottom:1rem;padding:.625rem;font-size:.875rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}input:focus{border-color:#162c64;outline:none;box-shadow:0 0 0 3px #162c641a}.checkbox{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.checkbox label{margin:0;font-weight:400}.forgot-password{text-align:right;margin-bottom:1rem}.forgot-password a{color:#162c64;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s ease-in-out}.forgot-password a:hover{color:#f7a600;text-decoration:underline}button{color:#fff;cursor:pointer;background:#162c64;border:none;border-radius:.375rem;width:100%;padding:.625rem;font-size:.875rem;font-weight:600;transition:background-color .15s ease-in-out}button:hover{background:#0f1e45}.link{text-align:center;margin-top:1.5rem;font-size:.875rem}.link a{color:#162c64;font-weight:500;text-decoration:none}.link a:hover{color:#f7a600;text-decoration:underline}
