.login-form{display:flex;flex-direction:column;gap:1.5rem;width:100%;height:100%;justify-content:space-between}.form-checkbox{display:flex;align-items:center;flex-direction:row;gap:.5rem}.form-checkbox input[type=checkbox]{width:20px;height:20px;border:2px solid #D1D5DB;border-radius:4px;background-color:#fff;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative;transition:all .2s ease}.form-checkbox input[type=checkbox]:checked{background-color:#4bb755;border-color:#4bb755}.form-checkbox input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.form-checkbox input[type=checkbox]:hover{border-color:#4bb755}.form-checkbox label{font-family:Inter,sans-serif;font-size:14px;font-weight:300;color:#6b7280;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:1.4}.form-actions{display:flex;flex-direction:column;gap:1rem;margin-top:auto}@media (max-width: 768px){.form-actions{position:fixed;bottom:0;left:0;right:0;background-color:#fff;padding:1rem;border-top:1px solid #E5E7EB;z-index:10}}.form-links{display:flex;flex-direction:column;gap:.5rem;align-items:center}.form-link{font-family:Inter,sans-serif;font-size:14px;color:#4bb755;text-decoration:none;background:none;border:none;cursor:pointer;transition:transform .15s cubic-bezier(.4,0,.2,1),color .15s ease;will-change:transform}.form-link:hover{color:#3a9b44;transform:scale(.98)}.form-link:active{color:#2e7d35;transform:scale(.95)}.form-account-link{font-family:Inter,sans-serif;font-size:14px;color:#6b7280}.form-account-link .form-link{font-weight:500}.auth-field{display:flex;flex-direction:column;gap:.5rem}.auth-label{font-family:Inter,sans-serif;font-size:16px;font-weight:500;color:#374151;margin-bottom:.25rem}.auth-input{width:100%;padding:.75rem;border:none;border-radius:12px;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:21px;color:#212529;background-color:#f0f0f0;transition:all .2s ease}.auth-input:focus{outline:none;border:none;background-color:#e5e7eb}.auth-input.error{border:2px solid #EF4444;background-color:#fef2f2}.auth-error{font-size:.75rem;color:#ef4444;margin-top:.25rem}@media (max-width: 768px){.login-form{gap:1.25rem}.form-actions{gap:.75rem}}
