 /* carousel fullscreen */
.carousel-fullscreen .carousel-inner .item {
    height: 100vh; 
    min-height: 600px; 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: cover;
}


/* carousel fullscreen - vertically centered caption*/
.carousel-fullscreen .carousel-caption {
    top: 50%;  
    bottom: auto;
    -webkit-transform: translate(0, -50%); 
    -ms-transform: translate(0, -50%); 
    transform: translate(0, -50%);
}

/* overlay for better readibility of the caption  */
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    transition: all 0.2s ease-out;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}
        
.carruselBackground {
    background-size: 100% !important;
    height: 100vh !important;
    width: 100% !important;
    background-attachment: inherit!important;
}
        
@media (max-width: 800px) {
    .carruselBackground {
        height: 45vh !important;
    }
}

@media (max-width: 650px) {
    .carruselBackground {
        height: 80vh !important;
    }
}

@media (max-width: 550px) {
    .carruselBackground {
        height: 70vh !important;
    }
}

@media (max-width: 450px) {
    .carruselBackground {
        height: 55vh !important;
    }
}

@media (max-width: 400px) {
    .carruselBackground {
       height: 49vh !important;
    }
}

@media (max-width: 720px) {
    .carousel-fullscreen .carousel-inner .item {
        min-height: 0px !important; 
    }
}

@media (max-width: 600px) {
	.carruselBackground {
	    height: 52vh!important;
	}
}

@media (max-width: 360px) {
	.carruselBackground {
	    height: 42vh!important;
	}
}  

@media (max-width: 1024px) {
	.carruselBackground {
	    background-size: 100% !important;
	    height: 45vh !important;
	    width: 100% !important;
	}
	
	.user-login-5 .login-container>.login-content {
    	margin-top: 20% !important;
	}
}