.auth-full-bg {
    background-color: unset !important;
}

.auth-full-bg .bg-overlay { 
    background-image: url(assets/images/login/1.jpg);
    background-repeat: no-repeat center center
    background-position: center center;
    background-attachment:  fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media screen and (max-width: 991.98px) {
    .topnav {
        max-height: 80vh;
    }
    
    .topnav .navbar-nav .dropdown-item {
        margin: 2px auto;
    }
    
    .topnav .dropdown .dropdown-menu {
        padding: 0;
        padding-left: 15px;
        width: 97.5%;
        margin-bottom: 5px;
    }
    
    .navbar-header {
        padding: 0;
    }
    
    .navbar-header .d-flex:first-child {
        flex-direction: row-reverse;
    }
    
    .navbar-brand-box {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    
    #page-header-user-dropdown .d-none {
        display: inline !important;
    }
}