body {
  background-color: white;
}

#auth {
  height: 100vh;
  overflow-x: hidden;
}
#auth * {
  max-height: 100vh;
}
#auth #auth-right {
  height: 100%;
  background-color: #c4b303;
}
#auth #auth-right .bg-login {
  background-image: url("/images/bg/compositi_homepage_header.jpeg");
  background-size: cover;
  height: calc(100% - 116px);
  background-position: right;
}
#auth #auth-right .logo-compositi img {
  margin: 2rem 1rem;
  max-height: 116px;
}
#auth #auth-left {
  padding: 5rem 8rem;
}
@media screen and (min-width: 992px) {
  #auth #auth-left {
    padding: 15rem 8rem;
  }
}
#auth #auth-left .auth-title {
  font-size: 4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 575px) {
  #auth #auth-left .auth-title {
    font-size: 1.5rem;
  }
}
#auth #auth-left .auth-subtitle {
  font-size: 1.7rem;
  line-height: 2.5rem;
  color: #a8aebb;
}
#auth #auth-left .auth-logo {
  height: 150px;
  margin-bottom: 0;
  background-image: url("/images/logo/compositi_logo-positivo.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #auth #auth-left {
    padding: 0 5rem;
  }
}
