.login-wrap {
    width: 35% !important;
}

@media screen and (max-width: 1024px) {
    .login-wrap {
        width: 70% !important;
    }
}