/* =========================================
   SITRAD - Estilos Globales
   ========================================= */

/* --- Fondos y Autenticación --- */
.bg-auth {
    background-color: #002855;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

/* --- Tarjetas (Cards) --- */
.card-login {
    border-radius: 15px;
}

.card-registro {
    border-radius: 20px;
    border: none;
    overflow: hidden;
}

/* --- Botones Institucionales --- */
.btn-principal {
    background-color: #002855;
    color: white;
    border: none;
}

.btn-principal:hover {
    background-color: #001a38;
    color: white;
}

/* --- Detalles UI --- */
.franja-amarilla {
    height: 5px;
    background-color: #ffc107;
}

.text-institucional {
    color: #002855 !important;
}