jQuery(document).ready(function() {
jQuery(‘html, body’).animate({
scrollTop: jQuery(‘.login-card’).offset().top
}, 500);
});