/* Estilos auxiliares para pantallas de autenticación */
.auth-status-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.auth-status-icon--lg {
    width: 58px;
    height: 58px;
}

.auth-card .form-control::placeholder {
    color: rgba(148, 163, 184, 0.7);
}
