/* Authentication pages (login/register) styles */

/* Logo styling */
.auth-logo {
    width: 150px;
    margin-bottom: 1rem;
}

/* Form container styling */
.auth-form-container {
    min-height: 400px;
}

.auth-form-wrapper {
    width: 100%;
    max-width: 400px;
}

.auth-form-field {
    width: 100%;
    max-width: 400px;
}

/* Error icon styling */
.error-icon {
    width: 20px;
    height: 20px;
}
