/* Hide the existing SVG logo */
#umbraco-logo-mark svg {
    display: none;
}

/* Add your custom logo */
#umbraco-logo-mark {
    background: url('/Asset/arise-logo.png') no-repeat center center;
    background-size: contain;
    width: 40px;
    height: 40px;
}
