.form-control, select {
  border-radius: 4px;
  border: none;
  height: 32px;
}
.form-group label {
  line-height: unset;
  min-height: auto;
}
.form-group .required-asterisk {
  font-size: 12px;
  margin-bottom: 5px;
  display: flex;
  line-height: 1;
}
.form-group {
  margin-bottom: 10px;
}
textarea.form-control {
  height: 76px;
}
.form-group.consents, .form-group.consents label {
  font-size: 12px;
  color: #4d4d4d;
  margin-top: 8px;
  margin-bottom: 20px;
}
.submit-wrapper input {
  width: 100% !important;
}