html, body {
    height: 100%;
}
html {
    display: table;
    margin: auto;
    scroll-behavior: smooth;
}
body {
    display: table-cell;
    vertical-align: middle;
    background: white;
}

#login-page {
   width: 500px;
}

