body{background-color:#ededed;font-family:Nunito,sans-serif}.auth-logo{margin-bottom:1.5rem;text-align:center;font-size:1.5rem;font-weight:600;letter-spacing:.05em;color:#4a5568}.auth-logo-image{display:block;margin:0 auto 2.5rem;max-width:60%;height:auto}.auth-wrapper{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem 1rem;width:100%}.auth-card{width:100%;max-width:360px;background:#fff;padding:2.5rem 3rem;border-radius:0;box-shadow:0 0 6px #0000001a}.form-group{margin-bottom:1rem;flex-direction:column;position:relative}.form-group input[type=text],.form-group input[type=email],.form-group input[type=password]{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:4px;font-size:1rem;width:100%;height:44px;box-sizing:border-box}.form-group .forgot-link{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);font-size:.875rem;color:#6b7280;text-decoration:none}.form-group .forgot-link:hover{text-decoration:underline}.form-group .error{color:#e3342f;font-size:.875rem;margin-top:.25rem}.form-options{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem;font-size:.875rem}.form-options .remember,.form-group.form-checkbox{display:flex;flex-direction:row;align-items:center;gap:.65rem}.form-options .remember{justify-content:flex-start}.form-options .remember input,.form-group.form-checkbox input{margin:0}.form-options .remember input[type=checkbox],.form-group.form-checkbox input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:18px;height:18px;border:2px solid #9ca3af;border-radius:4px;background-color:#fff;display:inline-grid;place-content:center;cursor:pointer;position:relative;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.form-options .remember input[type=checkbox]:after,.form-group.form-checkbox input[type=checkbox]:after{content:"";width:5px;height:10px;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;transform:rotate(45deg) scale(0);transform-origin:bottom right;transition:transform .2s ease}.form-options .remember input[type=checkbox]:hover,.form-group.form-checkbox input[type=checkbox]:hover{border-color:#4a4a4a}.form-options .remember input[type=checkbox]:focus-visible,.form-group.form-checkbox input[type=checkbox]:focus-visible{outline:2px solid #111827;outline-offset:2px}.form-options .remember input[type=checkbox]:checked,.form-group.form-checkbox input[type=checkbox]:checked{background-color:#4a4a4a;border-color:#4a4a4a}.form-options .remember input[type=checkbox]:checked:after,.form-group.form-checkbox input[type=checkbox]:checked:after{transform:rotate(45deg) scale(1)}.form-options .remember label,.form-group.form-checkbox label{color:#374151;font-size:.95rem;font-weight:500;line-height:1.3}.btn-primary{padding:.5rem 2rem;background-color:#4a4a4a;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;display:block;margin:1rem auto 0}.btn-primary:hover{background-color:#333}.form-actions{text-align:center;margin-top:.5rem}.google-login{color:#6b7280;text-decoration:none;font-size:.875rem}.google-login:hover{text-decoration:underline}@media (max-width: 576px){.auth-wrapper{min-height:100vh;padding:1rem}.auth-card{padding:1.5rem;margin:0 .5rem}.auth-logo{font-size:1.25rem;margin-bottom:1rem}}
