#top .wpcf7 label span,
#top .wpcf7 legend span {
  font-size: 18px;
  font-weight: bold;
  color: black;
}

.wpcf7-form-control {
  border-radius: 2px;
  font-weight: normal;
  font-size: 0.92em;
  min-width: 142px;
  outline: none;
}

#top .wpcf7 select,
#top .wpcf7 input[type="text"],
#top .wpcf7 input[type="email"],
#top .wpcf7 textarea {
  padding: 13px;
}

#top .wpcf7 .wpcf7-not-valid-tip {
  margin-top: -15px;
  color: #dc3232;
}

.wpcf7-not-valid {
  border-color: #dc3232 !important;
}