@media only screen and (max-width: 991px) {
    .login-form-wrapper .welcome-logo-img {
        width: 100%;
        height: 30rem;
        position: relative;
    }
    .login-form-wrapper .left-login {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 450px;
    }
    .company-logo {
        height: 55px;
    }
    .mobile-show{
        display: inherit !important;
    }
    .desktop-show{
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        max-height: unset !important;
        overflow-y: unset !important;
        overflow-x: unset !important;
        text-align: center !important;
        width: 100%;
    }
    .main-page {
        margin: 0;
    }
    .profile-dropdown .menu-username {
        width: auto;
    }
}
@media only screen and (max-width: 767px) {
    .left-login {
        display: none !important;
    }
    .login-container h1 {
        font-size: 30px;
    }
    .login-logo {
        margin: 0 auto;
        height: 10rem;
    }
    .login-container {
        margin: 0 20px 50px 20px;
    }
    .company-logo {
        height: 55px;
    }
    .navbar-brand {
        margin-left: 40px;
    }
}
@media only screen and (max-width: 748px) {
    /* .newsfeeds-page nav.activity-type-navs.main-navs.bp-navs.dir-navs {
        display: none;
    } */
}
@media only screen and (max-width: 425px) {
    .login-container {
        margin: 0px;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 375px) {
    
}