.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea
{
     background-color: #eee;
     border: none;
     width: 100% !important;
     -moz-border-radius: 0 !important;
     -webkit-border-radius: 0 !important;
     border-radius: 0 !important;
     font-size: 14px;
     color: #999 !important;
     padding: 16px !important;
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
}
.wpcf7-captchar {
     background-color: #fff !important;
     border: 1px solid !important;
     padding: 12px !important;
}
.wpcf7-submit {
     background-origin: padding-box;
     background-size: auto;
     background: transparent !important;
     color: #122754;
     border: 2px solid #122754;
     font-size: 20px;
     padding: 6px 20px;
     line-height:1.7em;
     letter-spacing: 0;
     border-radius: 2px;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     -khtml-border-radius: 2px;
     height: 50px ! important;
     width: 142px;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     -moz-transition: all 0.2s;
     -webkit-transition: all 0.2s;
     transition: all 0.2s;
     cursor: pointer;
     font-weight: 600;
}
.wpcf7-submit:hover {
    background: #122754!important;
    color:#fff;
    border: 2px solid transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.cf-left {
    display: inline-block;
    width: 49%;
}

.cf-right {
    display: inline-block;
    width: 49%;
    float: right;
}

.wpcf7-response-output {
    margin: 32px 0 !important;
    border: none !important;
    padding: 12px 24px !important;
}

.wpcf7-mail-sent-ok {
    background-color: rgba(0,255,0,0.3);
    color: green; 
}

.wpcf7-validation-errors {
    background-color: rgba(255,0,0,0.3);
    color: red; 
}
