.navbar {
    padding: 0 !important
}

.fixed-background {
    background: url(../img/bg.webp) no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.auth-card .image-side {
    background: url(../img/logo.webp) no-repeat center top;
    background-size: cover;
    width: 40%;
    padding: 80px 40px;
}

.logo-single {
    background: url(../img/logo.png) no-repeat;
    background-position: center center;
    background-size: contain;
    width: 250px;
    height: 75px;
}

.logo {
    width: 260px;
    height: 90px;
    background: url(../img/logo.png) no-repeat !important;
    background-position: top;
    background-size: cover !important;
    margin-top: -8px;
}

