.contact-form .required-field .form-input {
  border-color: #aeb8c4;
  border-width: 2px;
}

.contact-form .required-mark {
  color: #d9534f;
  font-weight: 700;
}

.contact-form .form-required-note {
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: #6c757d;
}

.contact-form .form-required-note span {
  color: #d9534f;
  font-weight: 700;
}