.login.login-v1 {
    /*background-image: url(../../img/front/textura.jpg) !important;*/
    background-image: none !important;
    background-color: rgba(1,1,1,0) !important;
}
#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -2;
}

.static-bg{
    /*background-image: url(../../img/front/Wall-Busqueda-de-personal-3.jpg) !important;*/
    background-color: #0a304e;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -3;
}
.dark-overlay{
    background-color: rgba(2, 32, 65, 0.4);
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

/*.login.login-v1 .login-container .login-body{*/
/*    background: rgba(24, 24, 24, 0.608) !important;*/
/*    backdrop-filter: blur(5px);*/
/*}*/

/*.login.login-v1 .login-container .login-body .login-content .form-control{*/
/*   background:  rgba(135, 135, 135,.26) !important;*/
/*}*/

.login.login-v1 .login-container .login-body{
    background: rgba(24, 24, 24, 0.608) !important;
    backdrop-filter: blur(5px);
}

.picker{
    background:  rgba(135, 135, 135,.26) !important;
    color: white;
 }
.pc-list{
    background: rgba(255, 255, 255, 0.792) !important;
    backdrop-filter: blur(5px);
 }
 /* .pc-list > ul > li{
    color: white !important;
 } */
 .pc-element{
    color: white !important;
 }
 .datepicker{
    background: rgba(255, 255, 255, 0.792) !important;
    backdrop-filter: blur(5px);
   
 }

.login.login-v1 .login-container .login-body .login-content{
    display: flex !important;
 }

.login.login-v2 .login-container{
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(209, 207, 207, .19);
    border-radius: 17px;
}
.toast{
    -webkit-backdrop-filter: blur(10px) !important;;
    backdrop-filter: blur(10px) !important;;
    background: rgba(209, 207, 207, .19) !important;
}
.toast-header{
    background: rgba(0, 0, 0, 0%)  !important;;
}

.btn-close{
    color: white !important;
}

.login.login-v2 .login-header .icon i{
    font-size: 40px !important;
}

#siteseal img{
    width: 140px;
}
.login.login-v2 .login-cover-img {
    background-image: url("https://webimgk.s3.amazonaws.com/background/bg_credit.jpg") !important;
}

 
