body {
  background-color: var(--bs-body-bg);
}
#auth {
  height: 100vh;
  overflow-x: hidden;
}

#auth #auth-left {
  padding: 3rem;
}
#auth #auth-left .auth-title {
  font-size: 3rem;
}
#auth #auth-left .auth-subtitle {
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #a8aebb;
}

#auth #auth-left .auth-logo img {
  height: 5.4rem;
}
#auth .row {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

html[data-bs-theme="dark"] #auth-right {
  background: url(./png/4853433.png), linear-gradient(90deg, #2d499d, #3f5491);
}
