.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    font-size: 16px;
}

.wpcf7-form button {
    background: #0a7cff;
    color: #fff;
    padding: 14px 30px;
    border: none;
    cursor: pointer;
}

.wpcf7-form button:hover {
    background: #055ec4;
}
