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