/*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: 100px;          
    margin-top: 5px;
}*/

.img-CustMain-logo {
    height: 50px;
    margin-top: 5px;
    margin-left: 20px;
    position: absolute;
    z-index: 3999;
}

/*Login*/
/*.login-logo {
    width: 84%;
    height: 110px;
    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;
}*/

.login-logo {
    width: 90%;
    height: 135px;
    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;
}