/* Your custom CSS here */
.navbar-brand.logo {
    background-image: url('https://assetradex.eu/default/logo-light.png') !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 150px !important;
    height: 60px !important;
    display: block !important;
}
.navbar-brand.logo img {
    display: none !important;
}