.bg-auth {
  background-image: url("/images/auth_slider_1.jpg");
  display: flex;
  height: 100%;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1023px) {
  .bg-auth {
    background-image: url("/images/auth_slider_1.jpg");
    margin-left: auto;
    margin-right: auto;
    max-width: 32rem;
    align-items: flex-end;
    justify-content: center;
    background-position: right;
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 424px) {
  .bg-auth {
    justify-content: flex-start;
  }
}
