.get-notified-form {
  height: 100svh;
}

.get-notified-form__fieldset {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 var(--page-margin);
  max-width: 40rem;
}

.get-notified-form__submit {
  position: absolute;
  bottom: 0;
}
