.login-page,
.register-page {
  background: url(../../images/plantilla/bgLogin.jpg);
  position: absolute;
  top:0%;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  overflow: hidden;
  z-index: -1;
}