.invitation_form_style {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.invitation_form_style .form-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.invitation_form_style .form-group label {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.invitation_form_style .form-group input {
  border-radius: 50vh;
}/*# sourceMappingURL=forms.css.map */