.auth[data-v-2e2e16c4] {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  gap: 0.75rem;
  padding: 0.5rem;
}
@media (min-width: 576px) {
.auth[data-v-2e2e16c4] {
    justify-content: center;
}
}
.auth__header[data-v-2e2e16c4] {
  font-size: 1.375rem;
  font-weight: 500;
}
.auth__body[data-v-2e2e16c4] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}