
/* Exact form field sizes from the provided reference screenshots.
   Only the contact form fields and SEND button are affected. */
@media only screen and (min-width:992px){
  .walkinto-contact-page .contact_form{
    width:479px!important;
    max-width:479px!important;
    padding-right:0!important;
  }
}

.walkinto-contact-page .contact_form input[type="text"],
.walkinto-contact-page .contact_form input[type="email"],
.walkinto-contact-page .contact_form textarea{
  font-family:bpgextra, 'BPG Extra', Arial, Helvetica, sans-serif!important;
  font-size:15px!important;
  font-weight:400!important;
  color:#2b2d42!important;
  line-height:22.5px!important;
  letter-spacing:0!important;
  margin:0 0 11px 0!important;
  padding-left:13px!important;
  padding-right:13px!important;
}

.walkinto-contact-page .contact_form input[type="text"],
.walkinto-contact-page .contact_form input[type="email"]{
  width:479px!important;
  max-width:479px!important;
  height:42px!important;
  line-height:42px!important;
}

.walkinto-contact-page .contact_form textarea{
  width:479px!important;
  max-width:479px!important;
  height:180px!important;
  min-height:180px!important;
  line-height:22.5px!important;
  padding-top:13px!important;
}

.walkinto-contact-page .contact_form input::placeholder,
.walkinto-contact-page .contact_form textarea::placeholder{
  color:#6f6f6f!important;
  opacity:1!important;
}

.walkinto-contact-page .contact_form input[type="submit"]{
  width:150px!important;
  height:42px!important;
  line-height:42px!important;
  font-family:bpgextra, 'BPG Extra', Arial, Helvetica, sans-serif!important;
  font-size:15px!important;
  font-weight:400!important;
  letter-spacing:0!important;
}

@media only screen and (max-width:991px){
  .walkinto-contact-page .contact_form{
    width:100%!important;
    max-width:479px!important;
    padding-right:0!important;
  }

  .walkinto-contact-page .contact_form input[type="text"],
  .walkinto-contact-page .contact_form input[type="email"],
  .walkinto-contact-page .contact_form textarea{
    width:100%!important;
    max-width:100%!important;
    font-size:15px!important;
    line-height:22.5px!important;
    margin-bottom:11px!important;
    padding-left:13px!important;
    padding-right:13px!important;
  }

  .walkinto-contact-page .contact_form input[type="text"],
  .walkinto-contact-page .contact_form input[type="email"]{
    height:42px!important;
    line-height:42px!important;
  }

  .walkinto-contact-page .contact_form textarea{
    height:180px!important;
    min-height:180px!important;
    padding-top:13px!important;
  }

  .walkinto-contact-page .contact_form input[type="submit"]{
    width:150px!important;
    height:42px!important;
    line-height:42px!important;
    font-size:15px!important;
  }
}
