@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body,html{background-color:#f8fafc;font-family:Inter,sans-serif;margin:0;padding:0}.container{align-items:center;display:flex;justify-content:center;min-height:100vh;width:100%}.login-card{background-color:#fff;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;max-width:24rem;padding:2.5rem;width:100%}.header{align-items:center;display:flex;flex-direction:column;margin-bottom:2rem}.header h1{color:#1e293b;font-size:1.5rem;font-weight:600;margin-top:.75rem}.header p{color:#64748b;margin-top:.25rem}.form-group{margin-bottom:1.25rem}.form-group label{color:#334155;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.input-field{border:1px solid #cbd5e1;border-radius:.375rem;box-sizing:border-box;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s;width:100%}.input-field:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f666;outline:none}.forgot-password{color:#3b82f6;display:block;font-size:.875rem;margin-top:.5rem;text-align:right;text-decoration:none}.forgot-password:hover{text-decoration:underline}.login-button{align-items:center;background-color:#3b82f6;border:none;border-radius:.375rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:center;padding:.75rem;transition:background-color .2s;width:100%}.login-button:hover{background-color:#2563eb}.login-button:disabled{background-color:#93c5fd;cursor:not-allowed}.input-wrapper{align-items:center;display:flex;position:relative}.password-field{padding-right:3rem}.toggle-password-btn{align-items:center;background:none;border:none;color:#64748b;cursor:pointer;display:flex;justify-content:center;padding:.25rem;position:absolute;right:.75rem}.spinner{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;margin-right:8px;width:16px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-message{background-color:#fee2e2;border-radius:.375rem;color:#b91c1c;font-size:.875rem;margin-bottom:1rem;padding:.75rem;text-align:center}
/*# sourceMappingURL=main.785ec1eb.css.map*/