.custom-forms.cell.medium-6 {
  background-color: var(--lightest-green) !important;
  padding: 10px 15px;
}
.custom-forms .col-md-12 {
  width: 100%;
}
.custom-forms label.umbraco-forms-label {
  display: block !important;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal !important;
  line-height: 1.8;
  color: --dark-green;
}
.custom-forms .umbraco-forms-form textarea {
  height: auto;
  max-width: 100% !important;
  border: 1px solid #b4d6a1;
  width: 100%;
}
.custom-forms .umbraco-forms-form input {
  max-width: 100% !important;
  border: 1px solid #b4d6a1;
}
.custom-forms .umbraco-forms-form input.text {
  max-width: 100% !important;
  border: 1px solid #b4d6a1;
}
.custom-forms .umbraco-forms-form fieldset {
  margin: 0;
  padding: 0;
}
.custom-forms .row-fluid {
  display: flex;
  flex-direction: row;
  width: 100% !important;
  gap: 25px;
}
.custom-forms .text {
  width: 100% !important;
}
.custom-forms .umbraco-forms-container {
  width: 100% !important;
}
.custom-forms input.btn.primary[type=submit] {
  width: 100%;
  background-color: #228748;
  color: white;
  padding: 20px;
}