.auth[data-v-3c1609dc] {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-image: url("../login.png");
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  gap: 0.75rem;
  padding: 0.5rem;
}
@media (min-width: 576px) {
.auth[data-v-3c1609dc] {
    justify-content: center;
}
}
.auth__header[data-v-3c1609dc] {
  font-size: 1.375rem;
  font-weight: 500;
}
.auth__body[data-v-3c1609dc] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}