.logOutResponsive .imgWidthLogOut{
    width: 38px;
}
.logOutResponsive {
    position: absolute;
    right: 25px;
    top: 78px;
}

@media only screen and (max-width: 769px) and (orientation: portrait) {
    /* portrait phones */
    .row.justify-content-around.login-form .dark-wing{
        display: none;
    }
    .cadu-logo.logoStyle {
        left: 10px;
        width: 50%;
    }
    .ex-main-logo.loginImagess {
        padding-top: 35%;
        width: 80%;
    }

    .login-cont.loginFormStyle {
        width: 85%;

    }


    
}
@media only screen and (min-width: 768px) and (max-width: 991px){ 
    .widthInTab{
        max-width: 100%;
        width: 100%;
        min-width: 100%;
    }
    .card-inner.cardInnerStyle {
        width: 100%;
    }
    .l-c h1.card-title .btn.btn-success.save.save-task {
        margin-top: 9px;
        margin-bottom: 9px;
    }
    .l-c h1.card-title {
        height: 82px;
    }
    .logOutResponsive {
        right: 65px;
    }
    
    
 }

 @media only screen and (min-width: 991px) and (max-width: 1025px){ 
    .left_col.menu_fixed.mCustomScrollbar._mCS_1.mCS-autoHide {
        display: none;
    }
    .nav-md .container.body .right_col {
        margin-left: unset;
    }
    .main_container .top_nav {
        margin-left: unset;
    }
    .top_nav .nav_menu .container.content-container .right-logo {
        margin-right: 5px;
    }
    .logOutResponsive {
        display: block!important;
        right: 65px;
    }
 }