.logo[data-v-f89e4426] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 3.375rem 0;
}
.logo img[data-v-f89e4426] {
  max-width: 11.25rem;
}
.auth-card[data-v-f89e4426] {
  width: 100%;
  max-width: 30rem;
  padding: 4rem 1.5rem 1.5rem 1.5rem;
  background-color: var(--theme-base);
  border-radius: 1.5rem;
  box-shadow: 0 0.9375rem 2.1875rem 0 rgba(60, 66, 87, 0.2), 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
}
@media (min-width: 576px) {
.auth-card[data-v-f89e4426] {
    padding: 4rem 2rem 2.625rem 2rem;
}
}
.auth-card[data-v-f89e4426] .form-error {
  margin-bottom: 1rem;
}
.auth-card__background[data-v-f89e4426] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.auth-card .container[data-v-f89e4426] {
  z-index: 2;
  position: relative;
}
.auth-card--forgot-password[data-v-f89e4426] {
  padding: 3rem;
}