body {
background-color: #FED501;
}
.page-title {
font-size: 22px !important;
margin-bottom: 50px !important;
margin-right: 12px !important;
margin-top: 30px !important;
} .wpcf7 {     
} .wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
textarea {
font-size: 14px;     
border: 1px solid gray;
width: 95%;
margin-bottom: 10px;
} .wpcf7 input[type="submit"] {
color: #363131;
font-size: 16px;
font-weight: 700;
background: #FED501;
border: none;
border-radius: 5px;
width: 95%;
}
.wpcf7 input:hover[type="submit"] {
color: #FED501;
background: #363131;
transition: all 0.4s ease 0s;
}
.wpcf7 input:active[type="submit"] {
color: #FED501;
background: #363131;
}