/*Nella pagina di login cambio icona con logo brand custom*/
 
html:not([data-xdn-area]) > * [alt="Logo"] {
content: url("/Images/Logos/BrandCustom");
width: auto !important;
height: auto !important;
}
 
html:not([data-xdn-area]) > * [alt=LogoBrandCustom]{
content: url("/content/images/cgs-suit-vertical.svg");
height: 100px;
width: 200px !important;
max-width: none  !important;
max-height: none  !important;
}