/* =====================================================
   LKCO LOGIN THEME
   ===================================================== */

html,
body{
    background: url('/static/lkco/Fondo_LKCO_DIT.png') center center / cover no-repeat fixed !important;
}

/* Tabler */
.page{
    background: transparent !important;
}

.page-wrapper{
    background: transparent !important;
}

.page-center{
    min-height:100vh;
    position:relative;
}

/* Oscurecer fondo */
.page-center::before{
    content:"";
    position:fixed;
    inset:0;
    background:rgba(15,23,42,.35);
    z-index:0;
}

/* Caja Login */
.card{
    position:relative;
    z-index:1;
    background:rgba(255,255,255,.92) !important;
    backdrop-filter:blur(10px);
    border-radius:18px !important;
    box-shadow:0 15px 40px rgba(0,0,0,.25);
}

/* Botón */
.btn-primary{
    background:#00A651 !important;
    border-color:#00A651 !important;
}

.btn-primary:hover{
    background:#00C853 !important;
    border-color:#00C853 !important;
}
