body {
  background: #0d6efd;
  background-image: url('/img/backgrounds/inem2.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.authStyles .blur-background {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  filter: blur(8px);
}

.authStyles .info-container {
  box-shadow: 20px 20px 1rem rgb(0, 0, 0, .5);
  max-width: 1500px;
}

.authStyles .info-container .right-col {
  background: white;
}

.authStyles .image {
  background-image: url('/img/backgrounds/inem1.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; 
}
