.auth-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f9fafb;padding:1rem}.auth-card{width:100%;max-width:400px;background:white;padding:2rem;border-radius:.5rem;box-shadow:0 1px 3px 0 rgb(0 0 0/.1),0 1px 2px -1px rgb(0 0 0/.1)}.auth-title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1.5rem;text-align:center}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem;color:#111827;background-color:white}.auth-input::-moz-placeholder{color:#9ca3af}.auth-input::placeholder{color:#9ca3af}.auth-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 2px rgba(79,70,229,.1)}.auth-button{width:100%;padding:.75rem;background-color:#4f46e5;color:white;border:none;border-radius:.375rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.auth-button:hover{background-color:#4338ca}.auth-link{color:#4f46e5;text-decoration:none;font-size:.875rem}.auth-link:hover{text-decoration:underline}.auth-divider{display:flex;align-items:center;text-align:center;margin:1rem 0;color:#6b7280}.auth-divider:after,.auth-divider:before{content:"";flex:1;border-bottom:1px solid #e5e7eb}.auth-divider span{padding:0 1rem}.social-button{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;background-color:white;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1rem;cursor:pointer;transition:background-color .2s;color:#374151}.social-button:hover{background-color:#f9fafb}.error-message{color:#dc2626;font-size:.875rem;margin-top:.5rem}
/*# sourceMappingURL=bbc982242be0dc23.css.map*/