On the login page, when the page is zoomed out, the wallpaper is reduced too.
To allow the background image to still populate all the viewport, the following CSS attribute should be set to each relevant classes:
.some-background-class { background-size: cover; }