/**
Custom CSS
 */

/* bg image for login and register*/
.auth-one-bg{
    background-image:url(../images/login_bg_2.jpg)!important;
    background-position:top;
    background-size:cover;
    z-index: -1!important;
}

.footer {
    /*position: relative!important;*/
    left: 0 !important;
    background-color: #0072bc;
    z-index: 1030;
}
/*Login image carousel*/
.custom-carousel img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.carousel-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bg-overlay {
    opacity: 0.7!important;
}

/*.carousel-item{*/
/*    float:none;*/
/*    transition: 0s !important;*/
/*}*/