.requiredText {
  margin : 0 0 0 16px;
  background-color : #E52707;
  color : #fff;
  padding : 4px 12px;
  line-height : 1;
  font-size : 14px;
}
.descriptionText {
  font-size : 14px;
  margin: 0 0 0 16px;
}
.formRow {
  margin-bottom : 24px;
  gap: 10px;
}
.formRow {
  .label {
  	margin : 0;
	}
  .labelText01 {
    font-size : 18px;
    font-weight : bold;
  }
  .formInput,.formTextArea {
    border-radius : 10px;
    border-width : 2px;
  }
    .formInput {
      height : 40px;
  }
  .formTextArea {
    height : 120px;
  }
}

.privacy-section {
  margin-top : 80px;
  margin-bottom:40px;
}
.privacyBox {
  overflow-y : auto;
  height : 157px;
  border : 1px solid #D9D9D9;
  padding : 24px 40px;
  font-size : 15px;
  margin-bottom : 40px;
}
.privacyLabel {
  font-size : 18px;
  font-weight : bold;
  margin-left : 8px !important;
}


.formSend {
  background-color : #1680D2;
  color : #fff;
  border: 1px solid #1680D2;
  border-radius : 10px;
  padding : 0.75em 40px;
  font-weight : bold;
}