.login-page,
.register-page {
  background: #85221c;
   background-image: url("../../dist/img/bg.jpg");


  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}