.alert-absolute {
    position: absolute;
    margin: 0 auto;
    left: 10%;
    right: 10%;
    top: 20px;
    z-index: 2000;
    max-width: 500px;
  }
  .button-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .btn-create-account {
    background-color: #513E57;
    color: #FFFFFF;
  }
  .btn-create-account:hover,
  .btn-create-account:active,
  .btn-create-account:focus {
    background-color: #9E92A1;
    color: #FFFFFF;
  }
  #id_email {
    margin: 0 auto;
  }
  @media (max-height: 800px) {
    h1 {
      font-size: 48px !important;
      line-height: 44px !important;
    }
    form.py-4 {
      padding-top: 10px !important;
      padding-bottom: 10px !important;
    }
    form div.button-wrapper {
      margin-top: 30px !important;
    }
  }
  @media (max-height: 720px), (max-width: 380px) {
    h1.pt-5 {
      padding-top: 30px !important;
      padding-left: 10px !important;
      padding-right: 10px !important;
      font-size: 40px !important;
    }
    p {
      font-size: 16px;
    }
    #email-error-wrapper {
      min-height: 32px;
    }
    .field-error-message {
      font-size: 16px;
      line-height: 16px;
    }
  }
