.popupForm {
  display: flex;
  flex-direction: column;
}
.popupForm form {
  display: flex;
  flex-direction: column;
}
.popupForm .popupFormErrors, .popupForm .error-msg {
  width: 100%;
  color: red;
}
.popupForm .sussed-msg {
  width: 100%;
  color: #0A3886;
  font-family: Cormorant;
  font-weight: 300;
  font-size: 26px;
  line-height: 22px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-align: center;
}
.popupForm .popupFormTitle {
  font-family: Cormorant;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 32px;
  line-height: 22px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}
.popupForm .popupFormWrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.popupForm .popupFormWrap .popupFormInputLabel {
  margin-bottom: 10px;
  font-family: Cormorant;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.popupForm .popupFormFoooter {
  padding-top: 20px;
}
.popupForm .popupFormFoooter .btn {
  width: 100%;
}