/*Login*/
.login-box-body {   
    /*padding-bottom: 20px!important;*/ 
    border-radius: 10px!important;     
    background: rgba(0, 0, 0, 0.7)!important;  
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.login-logo {
    color: #FFFFFF;
/*    text-shadow: #fff 2px 2px 3px;*/
/*    text-shadow:4px 4px 2px rgba(150, 150, 150, 1);*/
}

.loading-image {       
    background-image: url("../../../web/img/login-blur.jpg");
}

.progressive-image {
    height: 100vh;      
    opacity: 0.6;
    z-index: -1;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

.progressive-image div {
    height: 100vh;       
    /*opacity: 0.5;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;  
    z-index: -1;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

.progressive-image .loading-image {
    filter: blur(5px);
}

.progressive-image .overlay {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: opacity 200ms ease-in;        
}
/* End Login */