.wpcf7 label {
  font-family: "Imported P6 design file:Caroline.woff";
  font-style: italic;
  font-size: 16px; 
  line-height: 0px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="date"],
.wpcf7 textarea,
.wpcf7 select,
.wpcf7 input[type="submit"] {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 12px;
}
.wpcf7 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7 select {
  height: 39px;
  line-height: 39px;
  padding: 10px 12px;
  box-sizing: border-box;
}
.wpcf7 input[type="submit"] {
    padding: 5px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
}
.wpcf7-textarea {
    height: 150px;
}
.wpcf7-submit:hover {
    cursor: pointer;
    color: #f0f0f0;
    background-color: #000000; 
}