@media only screen and (min-width:960px) {
    .login-panel--mobile {        
        display: none !important;
    }
}



