body .cf7-style * {
  width: 98%;
  background-color: #ffffff;
  padding-right: 1%;
  padding-left: 1%;
}

.cf7-style input[type=text] {
  border-width: 2px;
}

.wpcf7-form-control.wpcf7-submit {
      height: 50px;
    line-height: 48px;
    border: 2px solid #fc4f4f;
    background: #fc4f4f;
    color: #fff;
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 0 !important;
    margin-top: 20px;
}