:root
{
    --bs-theme: #faca00;
}
html:before {
    background: linear-gradient(0deg, rgba(250, 202, 0, 0.9) 0, #0d101b 5%) !important;
}
.app-header
{
    background-color: rgba(10, 10, 10, 0.95);
}
.auth-logo
{
    width: 100%;
}
.nav-logo
{
    width: 80%;
}