


/* MIS ESTILOS CON LOS COLORES DEL SEEiT*/

body.custom-login {
    background-color: #00bbd5;
    color: #0056b6;
}

/* public/css/custom-login.css */
body.custom-login .custom-ks-header .fill-default {
    fill: #eded62; /* Cambia el color aquí */
}
/* public/css/custom-login.css */
body.custom-login .custom-ks-header {
    background-image: linear-gradient(87deg, #165769 0, #165769 100%); /* Cambia los colores aquí */
    padding-top: 1.75rem/* 28px */;
    padding-bottom: 1.75rem/* 28px */;
}
/* public/css/custom-login.css */
.bg-card-ks {
    background-color: #eded62; 
    background-color: hsl(60, 72%, 88%);
}


.btn.btn-ks{
    background: #14375a;
    color: #ffffff;
}
.card.bg-custom-ks{
    background: #f1f1b9;
}

.nuevo-fondo {
    background-color: #165769; /* Cambia esto al color que deseas usar */
}

.card.bg-custom-ks{
    background-image: linear-gradient(to bottom, #eded62, #ffffff);

    body.custom-login .custom-ks-header .fill-default {
        fill: #eded62; /* Cambia el color aquí */
    }
    
    body.custom-login .custom-ks-header {
        background-image: linear-gradient(87deg, #165769 0, #165769 100%);
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }
    

    .custom-header-bg{
        background-color: #165769 ;
        text-decoration-color: white;
    }

    .header-color-azul{
        background-color: #165769;
    }



}