.auth-container{min-height:100vh;background-color:#f9fafb;display:flex;flex-direction:column;justify-content:center;padding:3rem 1.5rem}.auth-header{margin:0 auto;width:100%;max-width:28rem}.auth-header h1{display:flex;justify-content:center;font-size:1.875rem;font-weight:700;color:#2563eb;text-decoration:none}.auth-header h2{margin-top:1.5rem;text-align:center;font-size:1.875rem;font-weight:800;color:#111827}.auth-subtext{margin-top:.5rem;text-align:center;font-size:.875rem;color:#6b7280}.auth-subtext a{font-weight:500;color:#2563eb;text-decoration:none}.auth-subtext a:hover{color:#1d4ed8}.auth-form-container{margin-top:2rem;margin-left:auto;margin-right:auto;width:100%;max-width:28rem}.auth-card{background-color:white;padding:2rem 1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);border-radius:.5rem}@media (min-width:640px){.auth-card{padding:2rem 2.5rem}}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.auth-error{background-color:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:.75rem 1rem;border-radius:.375rem;font-size:.875rem}.auth-form-group{display:flex;flex-direction:column}.auth-form-group label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.25rem}.auth-form-group input{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;color:#111827;background-color:white;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.auth-form-group input::placeholder{color:#9ca3af}.auth-form-group input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.auth-form-extras{justify-content:space-between}.auth-checkbox-group,.auth-form-extras{display:flex;align-items:center}.auth-checkbox-group input{width:1rem;height:1rem;color:#2563eb;border-color:#d1d5db;border-radius:.25rem;margin-right:.5rem}.auth-checkbox-group input:focus{box-shadow:0 0 0 3px rgba(37,99,235,.1)}.auth-checkbox-group label{display:block;font-size:.875rem;color:#111827}.auth-forgot-link{font-size:.875rem}.auth-forgot-link a{font-weight:500;color:#2563eb;text-decoration:none}.auth-forgot-link a:hover{color:#1d4ed8}.auth-submit-btn{width:100%;display:flex;justify-content:center;padding:.5rem 1rem;border:none;border-radius:.375rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-size:.875rem;font-weight:500;color:white;background-color:#2563eb;cursor:pointer;transition:background-color .2s}.auth-submit-btn:hover:not(:disabled){background-color:#1d4ed8}.auth-submit-btn:focus{outline:none;box-shadow:0 0 0 2px rgba(37,99,235,.5)}.auth-submit-btn:disabled{opacity:.5;cursor:not-allowed}.auth-divider-container{margin-top:1.5rem}.auth-divider{position:relative}.auth-divider-line{position:absolute;top:50%;left:0;right:0;display:flex;align-items:center}.auth-divider-line>div{width:100%;border-top:1px solid #d1d5db}.auth-divider-text{position:relative;display:flex;justify-content:center;font-size:.875rem}.auth-divider-text span{padding:0 .5rem;background-color:white;color:#6b7280}.auth-secondary-btn{width:100%;display:flex;justify-content:center;padding:.5rem 1rem;border:1px solid #93c5fd;border-radius:.375rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);background-color:white;font-size:.875rem;font-weight:500;color:#2563eb;text-decoration:none;cursor:pointer;transition:background-color .2s;margin-top:1.5rem}.auth-secondary-btn:hover{background-color:#eff6ff}.auth-secondary-btn:focus{outline:none;box-shadow:0 0 0 2px rgba(37,99,235,.5)}@media (max-width:640px){.auth-container{padding:1.5rem 1rem}.auth-header h2{font-size:1.5rem}}