@media only screen and (max-width: 1280px) {
   .login .height-half {
    min-height: 60dvh;
   }
    .login {
    background: transparent !important;
    }
   .login .hide-mobile {display: none;}
}