@import url('https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.0/css/all.min.css');

#body_wrap {
background: #fff;
}

.wpforms-container{
  max-width: 42rem;
  background: #fff;
  color: #666;
  padding: 2rem;
  border-radius: 10px;
}
.wpforms-field-medium {
  width: 100% !important;
  max-width: 100%!important;
  border-radius: 5px!important;
  border-color: #dfdfdf!important;
}
.wpforms-submit-container {
  text-align: center;
}
.wpforms-submit {
  background: #1d4ed8!important;
  color: #fff!important;
  border-radius: 8px!important;
  padding: .75rem 2rem .75rem 2rem!important;
}
.wpforms-submit::after {
  content: "\f1d8";
  font-family: "Font Awesome 6 Free";
  margin-left: .5rem;
}
