.wpcf7 {
width:100%!important;
margin:0;
padding:0!important;
}

.wpcf7 .screen-reader-response {
margin-top:-50px!important;
}

.wpcf7 label, .wpc7 span {
width:100%!important;
}

input[type="text"], input[type="email"], textarea
{
    margin:0!important;
    background-color: #fff;
    color: #000;
    width: 100%;
   padding:10px!important;
 height:auto!important;
   border:1px solid #ccc!important;
}

textarea {
max-height:200px!Important;
}

.wpcf7 .wpcf7-submit {
  background: #009EE2;
  padding: 10px 50px!important;
  border-radius: 50px;
  color: white;
border:none!Important;
  text-transform: uppercase;
  margin: 30px 0px;
}


.wpcf7 .wpcf7-form-control-wrap {
with:100%important;
}

.wpcf7 .wpcf7-form-control-wrap input {
with:100%important;
}


.form placeholder {
  font-weight: 100 !important;
}
.form .btn {
  margin: 20px 0;
}
.form .form-control {
  border-radius: 0 !important;
}