body {
  background-color: #fff;
}

#auth {
  height: 100vh;
  overflow-x: hidden;
}
#auth #auth-right {
  height: 100%;
  background-image: url("/images/bg/foto-desktop.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#auth #auth-left {
  padding: 5rem 8rem;
}
#auth #auth-left .auth-title {
  font-size: 2rem;
  margin-bottom: 0;
}
#auth #auth-left .auth-subtitle {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #a8aebb;
}
#auth #auth-left .auth-logo {
  margin-bottom: 2.5rem;
}
#auth #auth-left .auth-logo img {
  width: 100%;
  height: auto;
}
#auth #auth-left .auth-logo .app-brand-text {
  display: block;
  font-size: 1.7rem;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #auth #auth-left {
    padding: 5rem;
  }
  #auth #auth-left .auth-title {
    font-size: 1.8rem;
  }
}
