@charset "UTF-8";
.app-sidebar-logo{
    background-image: url("/static/custom/img/logo_lux_white.png") !important;
    background-size: contain;
    background-repeat: no-repeat;
}

[data-bs-theme=light] #sign_in_form img{
    background-image: url("/static/custom/img/logo_lux_black.png") !important;
    background-size: contain;
    background-repeat: no-repeat;
}

[data-bs-theme=light] #kt_app_content_container img{
    background-image: url("/static/custom/img/logo_lux_black.png") !important;
    background-size: contain;
    background-repeat: no-repeat;
}


[data-bs-theme=dark] #sign_in_form img{
    background-image: url("/static/custom/img/logo_lux_white.png") !important;
    background-size: contain;
    background-repeat: no-repeat;
}

[data-bs-theme=dark] #kt_app_content_container img{
    background-image: url("/static/custom/img/logo_lux_white.png") !important;
    background-size: contain;
    background-repeat: no-repeat;
}
