body {
  background-color: white;
}

#auth {
  height: 100vh;
  overflow-x: hidden;
}
#auth #auth-right {
  height: 100%;
  background: url(../../images/bg/4853433.jpg), -webkit-gradient(linear, left top, right top, from(rgba(231, 31, 100, 0)), to(rgba(231, 31, 100, 0.9)));
  background: url(../../images/bg/4853433.jpg), linear-gradient(90deg, rgba(231, 31, 100, 0), rgba(231, 31, 100, 0.9));
}
#auth #auth-left {
  padding: 5rem 8rem;
}
#auth #auth-left .auth-title {
  font-size: 4rem;
  margin-bottom: 1rem;
  color: #e71f64 !important;
}
#auth #auth-left .auth-subtitle {
  font-size: 1.7rem;
  line-height: 2.5rem;
  color: #a8aebb;
}
#auth #auth-left .auth-logo {
  margin-bottom: 2rem;
}
#auth #auth-left .auth-logo img {
  height: 7rem;
}
@media screen and (max-width: 767px) {
  #auth #auth-left {
    padding: 5rem;
  }
}
