body {
  background-color: #fff;
}

nav {
  background: url(/images/left-green.png?b5c7632b701996933cd07a8f337047cf), linear-gradient(90deg, #2d499d, #3f5491);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-auth-left {
  background: url(/images/left-green.png?b5c7632b701996933cd07a8f337047cf), linear-gradient(90deg, #2d499d, #3f5491);
  background-repeat: no-repeat;
  background-size: cover;
}

.auth-title {
  font-size: 3.5rem;
  text-align: left;
  color: #fff;
  margin-left: 1.5rem;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .auth-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .auth-title {
    font-size: 1rem;
  }
}
