@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap";*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#fff;color:#1e3a8a}.flex-container{display:flex;min-height:100vh;overflow:hidden}.sidebar-bg{flex:0 0 40%;background:url(https://images.unsplash.com/photo-1470770841072-f978cf4d019e?auto=format&fit=crop&w=800&q=80) no-repeat center center;background-size:cover;box-shadow:5px 0 15px #0000004d}.content-area{flex:0 0 60%;display:flex;justify-content:center;align-items:center;padding:48px 64px}.form-box{max-width:400px;width:100%}.logo{text-align:center;margin-bottom:2.5rem}.logo svg{width:70px!important;height:70px;margin-bottom:8px}.logo h1{font-size:.75rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#1e3a8a;margin:0}h2{font-size:1.75rem;font-weight:700;margin-bottom:.25rem}p.subtitle{font-size:.875rem;color:#4b5563;margin-bottom:2rem}form{display:flex;flex-direction:column;gap:1.25rem}label{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.25rem;display:block}input[type=email],input[type=password]{width:100%;padding:10px 12px;font-size:1rem;border:1.5px solid #D1D5DB;border-radius:6px;transition:border-color .3s ease}input[type=email]:focus,input[type=password]:focus{border-color:#2563eb;outline:none;box-shadow:0 0 6px #2563eb80}.options{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#4b5563}.options label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.options a{color:#2563eb;text-decoration:none}.options a:hover{text-decoration:underline}button{background-color:#1e3a8a;color:#fff;padding:12px 0;font-size:1rem;font-weight:700;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease,transform .1s ease;width:100%}button:hover{background-color:#152961}button:active{transform:scale(.98)}p.mt-4.text-center{color:#4b5563}p.mt-4.text-center a,.text-blue-600{color:#1e3a8a!important;font-weight:600;text-decoration:none}p.mt-4.text-center a:hover,.text-blue-600:hover{text-decoration:underline;color:#152961!important}.options a,.flex-row a{color:#1e3a8a}@media(max-width:768px){.sidebar-bg{display:none}.content-area{flex:1 0 100%;padding:32px}}
