.wpcf7-f30-o1 {
    background: #b6c8ef;
    padding: 20px;
    width: 100%;
}
.wpcf7-f30-o1 .wpcf7-form > p {
    text-align:center;
    color: black;
}
.wpcf7-f30-o1 .wpcf7-form > p label {
    font-weight: inherit;
    font-size: 20px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"]
 {

    text-align:right;
    background:#f7f7f7;
    color:#707070;
    font-family:'Heebo', sans-serif;
    width:100%;

}.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {
    background:#3b5998;
    color:#ffffff;
    width:100%;
    text-align:center;
    text-transform:uppercase;
}