body.auth .page-sidebar {
  display: none;
}
body.auth .site-header__toggler {
  display: none;
}
body.auth #page {
  display: block !important;
}

body.auth .site-main h1 {
  text-align: center;
}

.auth-form {
  max-width: 700px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.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=backstage_auth.css.map */
