.wpcf7-form p label {
  width: 100%;
}
.wpcf7-form p label input[type=file] {
  margin: 10px 0;
}
.wpcf7-form p input.form-input-lg {
  padding: 20px 25px;
}
.wpcf7-form p textarea {
  resize: vertical;
}
.wpcf7-form .form-footer {
  display: flex;
  line-height: 0;
  justify-content: flex-end;
  padding: 19px 0;
  flex-wrap: wrap;
}
.wpcf7-form .form-footer .btn {
  height: 34px;
  line-height: 0;
  margin: 0 4px;
}
.wpcf7-form .form-footer .btn-send {
  padding: 15px;
  width: 100%;
  background-color: #21a6c9;
  color: white;
  text-transform: uppercase;
  height: 52px;
  line-height: 0;
}

.wpcf7-validation-errors {
  width: 100% !important;
  padding: 10px !important;
  margin: 5px 0 !important;
  color: #a94442 !important;
  background-color: #f2dede !important;
  border-color: #ebccd1 !important;
}

.wpcf7-mail-sent-ok {
  width: 100% !important;
  padding: 10px !important;
  margin: 5px 0 !important;
  color: #66a942 !important;
  background-color: #e9f2de !important;
  border-color: #dcebcc !important;
}

/*# sourceMappingURL=form.css.map */
