/*Admin zone*/
.img-main-logoBox {

}

.valett-project-logo {    
   /*margin-top: 20px;*/
}

.img-main-logo {
    max-width: 250px;    
    display: block;    
    margin-left: 20px;
    margin-top: 0px;
}

.img-valett-logo {
    width: 80px;
    display: block;
    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: 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;
}