.logo-container img {
    display: none !important;
}

.logo-container::before {
    content: "";
    display: block;
    background-image: url('/logo_light.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 60px;
    width: 150px;
    margin-bottom: 10px;
}
