/*Admin zone*/
.img-main-logoBox {

}

.valett-project-logo {    
   /*margin-top: 20px;*/
}

.img-main-logo {
    max-width: 250px;
    /* max-height: 130px; */
    display: block;    
    /* margin-left: auto; */
    /* margin-right: auto; */
    margin-left: 20px;
    margin-top: 0px;
}

.img-valett-logo {
    width: 80px;
    display: block;
    /*margin-left: auto;
    margin-right: auto;*/
    margin-left: 20px;
    margin-top: 0px;
}

/*Customer zone*/
.valett-project-logo_customer {
    /*width:20%;*/
}


.img-CustMain-logo {
    height: 50px;
    margin-top: 5px;
    margin-left: 20px;
    position: absolute;
    z-index: 3999;
}

/*Login*/
.login-logo {
    width: 100%;
    height: 170px;
    background: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 20px;
}




/*.img-CustMain-logo {            
    height: 110px;*/                
    /*display: block;
    float: left;*/            
    /*margin-top: 5px;
}



.login-logo {
    width: 80%;
    height: 150px;
    background: url(../images/logo-login.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}*/