.form-notification-overlay {
  padding: 0;
  margin: 0;
}

.form-notification-overlay {
  position: fixed;
  inset: 0;

  display: none;
  justify-content: center;
  align-items: center;

  background: rgba(48, 48, 48, 0.708);

  z-index: 99999999999999999;
}

.form__body {
  max-width: 600px;
  width: 100%;

  padding: 30px 40px;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;

  border-radius: 40px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.form__title {
  font-size: 24px;
  color: #000 !important;
}

.form__description {
  color: #000 !important;

  font-size: 20px;
}

.form__title,
.form__description {
  color: #000;
}
