/* Allow body to scroll on short viewports so the submit button is reachable */
body {
    overflow-y: auto !important;
}
/* Make the login submit button show a pointer cursor */
#submitBtn {
    cursor: pointer !important;
}
