main#login {
  margin-top: 40px;
}
main#login section:not(:first-child) {
  margin-top: 100px;
}
main#login .heading-3 {
  font-weight: 500;
}
main#login #guest-access {
  margin-top: var(--bs-gutter-x);
}
main#login #guest-access .form-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main#login #register > .row,
main#login #register .form-wrapper {
  height: 100%;
}