body {
  background-image: url('../../images/bg/login-background.jpg');
  background-size: cover;
  background-position: center;
}

#auth {
  height: 100vh;
  overflow-x: hidden
}

#auth #auth-right {
  height: 100%;
}

#auth #auth-right img {
  margin-top: 10rem;
}

#auth #auth-left {
  background-color: rgb(255 255 255 / 92%);
  width: 600px;
  padding: 24px 40px !important;
  border-radius: 8px;
  margin: auto;
}

#auth #auth-left .auth-title {
  font-size: 2rem;
  margin-bottom: .2rem;
}

#auth #auth-left .auth-subtitle {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #a8aebb
}

#auth #auth-left .auth-logo {
  margin-bottom: 4rem
}

#auth #auth-left .auth-logo img {
  height: 7rem
}

@media screen and (max-width:767px) {
  #auth #auth-left {
    padding: 5rem
  }
}