.vector-login{
    display: none;
}

.mobile-login-text-show {
    display: none !important;
}

@media (max-width: 992px) {
    .login-mobile-pane {
        flex-direction: column-reverse !important;
        background-image : url('/data/default/bg_auth_mobile.png');
        background-position : center;
        background-size : cover;
        background-repeat : no-repeat;
    }
        
    .background-login-mobile{
        background-image: none !important;
    }

    .vector-login {
        display: block !important;
    }
    .mobile-login-text-hide{
        display: none !important;
    }

    .mobile-background-none{
        background-color: transparent !important;
        padding-top: 0px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .mobile-login-text-show{
        display: flex !important;
    }

    .form-mobile-setup{
        padding-left : 20px !important;
        padding-right: 20px !important;
        padding-top : 30px !important;
    }
}