/* Enter Your Custom CSS Here */
    
.wpcf7 input.wpcf7-text { width: 100%; }
.wpcf7 textarea.wpcf7-textarea { width: 100%; }
.wpcf7-form textarea { height: 200px; }

    .wpcf7 input[type="submit"] {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    background: #2b6f75;
    padding: 10px 20px 10px 20px;
    border: solid;
    border-width: 1px;
    border-radius: 5px;
    width: auto;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.wpcf7 input:hover[type="submit"] {
    background: #ffffff;
    color: #2b6f75;
    
}

.wpcf7 input:active[type="submit"] {
    background: #ffffff;
}
