body.auth #page {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}
body.auth .site-main {
  min-height: initial;
}
body.auth .site-main h1 {
  text-align: center;
}

.auth-form {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .auth-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.auth-form label {
  font-weight: 600;
}
.auth-form > :not(:last-child) {
  margin-bottom: 1.5rem;
}
.auth-form form > :not(:last-child) {
  margin-bottom: 25px;
}
.auth-form .form-actions {
  display: flex;
  justify-content: center;
  gap: var(--bs-gutter-x);
}
.auth-form .form-actions > .btn {
  flex-grow: 0;
  padding-left: 3em;
  padding-right: 3em;
  display: unset;
}

.auth-form--message {
  text-align: center;
}

.auth-form--signin {
  max-width: 540px;
}

/*# sourceMappingURL=auth.css.265d008124c6.map */
