.popupForm {
  width: 100%;
  padding: 16px;
  margin: 0 auto;
  background: #f7f7f8;
  position: relative;
}
.popupForm .typography {
  padding: 0;
}
.popupForm .title {
  padding: 0 1rem;
}
.popupForm .form__UserForm .form_actions {
  padding-top: 0;
  border: none;
}
.popupForm .form__UserForm .form_action.button {
  width: 100%;
  background: #08c;
  color: #fff;
  border: none;
}
.popupForm .form_actions__showAll {
  display: none;
}
.popupForm > p {
  text-align: center;
}
.popupForm_thanks {
  display: none;
  text-align: center;
}

/*# sourceMappingURL=../maps/component/popupForm.css.map */
