.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form textarea {
width: 100%;
padding: 16px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
color: #999;
background-color: #eee;
font-size: 14px;
-webkit-appearance: none;
background-color: rgba(255,255,255,0);
border-width: 1px;
border-style: solid;
border-color: rgba(0,0,0,0.12);
}
.wpcf7-form input[type=checkbox] {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
color: #999;
font-size: 14px; display: inline-block;
position: relative;
width: 18px;
height: 18px;
margin: 0;
margin-right: 6px;
font-style: normal;
vertical-align: middle;
content: "";
background-color: rgba(255,255,255,0);
border-width: 1px;
border-style: solid;
border-color: rgba(0,0,0,0.12);
}
span.wpcf7-list-item {
display: block;
margin: 0 0 0 0;
}
.wpcf7-form input[type=submit] {
position: relative;
border: 2px solid;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
font-weight: 500;
line-height: 1.7em!important;
-webkit-transition: all .2s;
-moz-transition: all .2s;
transition: all .2s;
display: inline-block;
margin: 0 0 0 18px;
cursor: pointer;
color: #ffffff!important;
border-width: 2px!important;
border-color: #6eba01;
border-radius: 0px;
letter-spacing: 2px;
font-size: 18px;
font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif!important;
text-transform: uppercase!important;
background-color: #6eba01;
padding: 0.3em 1em!important;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: flex;
float: right;
text-align: right;
}