.auth-container{display:flex;min-height:100vh;flex-direction:column;align-items:center;justify-content:center;background-color:#f3f4f6;padding:3rem 1.5rem}.auth-card{background-color:white;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);padding:1.5rem;width:100%;max-width:28rem;margin:0 auto}.auth-title{font-size:1.875rem;font-weight:700;color:#111827}.auth-subtitle,.auth-title{text-align:center;margin-bottom:1.5rem}.auth-subtitle{font-size:.875rem;color:#6b7280}.auth-form{gap:1rem}.auth-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-label{font-size:.875rem;font-weight:500;color:#374151}.form-input{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;width:100%}.form-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px rgba(99,102,241,.2)}.form-error{font-size:.75rem;color:#ef4444;margin-top:.25rem}.auth-button{display:flex;justify-content:center;align-items:center;padding:.5rem 1rem;background-color:#4f46e5;color:white;font-weight:500;border-radius:.375rem;border:none;cursor:pointer;font-size:.875rem;width:100%;height:2.5rem;margin-top:1rem}.auth-button:hover{background-color:#4338ca}.auth-button:disabled{opacity:.5;cursor:not-allowed}.auth-divider{display:flex;align-items:center;margin:1.5rem 0}.auth-divider:after,.auth-divider:before{content:"";flex:1;border-top:1px solid #e5e7eb}.auth-divider-text{padding:0 .5rem;font-size:.75rem;color:#6b7280}.social-button{display:flex;justify-content:center;align-items:center;padding:.5rem 1rem;background-color:white;color:#374151;font-weight:500;border-radius:.375rem;border:1px solid #d1d5db;cursor:pointer;font-size:.875rem;width:100%;height:2.5rem}.social-button:hover{background-color:#f9fafb}.social-button svg{margin-right:.5rem;width:1rem;height:1rem}.auth-links{margin-top:1rem;text-align:center;font-size:.875rem;color:#6b7280}.auth-link{color:#4f46e5;text-decoration:none}.auth-link:hover{text-decoration:underline}