.auth-links {
    margin-top: 10px;
}

body, html {
  height: 100%;
}

.login-page, .register-page {
  /* The image used */
  background-image: url("/img/background.jpg") !important;

  /* Full height */
  height: 100%  !important;

  /* Center and scale the image nicely */
  background-position: center  !important;
  background-repeat: no-repeat  !important;
  background-size: cover  !important;
}
