/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS*/
.login_table{
    background-color: rgb(255 255 255);
}

.login_table #img_logo{
    max-width: 300px;
    max-height: unset;
}

div.mainmenu.gesvasa::before { 
    content: "\267A"; 
}

.backgroundforcompanylogo { 
    background-color: transparent;
}

.menulogocontainer a img.mycompany {
    object-fit: contain;
    max-width: 29px !important;
    width: inherit;
    height: inherit;
    image-rendering: -webkit-optimize-contrast;
}