.page-module__ywdqTq__container{background-color:var(--bg-color);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.page-module__ywdqTq__card{background:var(--surface-color);width:100%;max-width:400px;box-shadow:var(--shadow-lg);border:1px solid var(--border-color);border-radius:12px;padding:2.5rem 2rem}.page-module__ywdqTq__header{text-align:center;margin-bottom:2rem}.page-module__ywdqTq__logo{background-color:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1rem;display:inline-flex}.page-module__ywdqTq__title{color:var(--text-color);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.page-module__ywdqTq__subtitle{color:var(--text-muted);font-size:.95rem}.page-module__ywdqTq__form{flex-direction:column;gap:1.25rem;display:flex}.page-module__ywdqTq__formGroup{flex-direction:column;gap:.5rem;display:flex}.page-module__ywdqTq__formGroup label{color:var(--text-color);font-size:.9rem;font-weight:500}.page-module__ywdqTq__formGroup input{border:1px solid var(--border-color);border-radius:var(--radius);padding:.75rem 1rem;font-size:1rem;transition:all .2s}.page-module__ywdqTq__formGroup input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #ff6a001a}.page-module__ywdqTq__submitBtn{border-radius:var(--radius);justify-content:center;align-items:center;margin-top:.5rem;padding:.75rem;font-size:1rem;display:flex}.page-module__ywdqTq__submitBtn:disabled{opacity:.7;cursor:not-allowed}.page-module__ywdqTq__errorAlert{color:var(--danger);border-radius:var(--radius);border:1px solid var(--border-color);background-color:#ef44441a;align-items:center;gap:.5rem;padding:.75rem;font-size:.9rem;display:flex}.page-module__ywdqTq__spin{animation:1s linear infinite page-module__ywdqTq__spin}@keyframes page-module__ywdqTq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
