a.sapUshellShellIco[id="shell-header-logo"] {
    /* Esconde o texto 'Logótipo do SAP' */
    text-indent: -9999px !important; 
    
    /* Definir a nova imagem de logotipo */
    background-image: url('../img/FV_DarkTheme.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    width: 6rem !important;
}

/* Garante que o elemento IMG dentro do link, que tem o SRC fixo, não seja exibido */
a.sapUshellShellIco[id="shell-header-logo"] img {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}