function login_resize() {
    cover.width(window.innerWidth + "px");
    cover.height(window.innerHeight + "px");
    popwindow.css("top", (window.innerHeight - popwindow.height()) / 2 + "px");
    popwindow.css("left", (window.innerWidth - popwindow.width()) / 2 + "px");