#block-views-exp-site-search-page .views-exposed-widgets,
#block-views-exp-site-search-page .views-exposed-widget,
#block-views-exp-site-search-page .form-text {
  margin: 0;
  padding: 0;
}

#block-views-exp-site-search-page .form-text {
  height: 25px;
  border: 1px solid;
  font-weight: normal;
  padding: 0 5px 0 5px;
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#block-views-exp-site-search-page .form-submit {
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 20px;
  color: #52575D;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 25px;
  height: 25px;
  background-color: #F0F0F0;
  border: 1px solid #E6E6E6;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
}

#block-views-exp-site-search-page .form-submit:before {
  font-family: "FontAwesome";
  content: "\f002";
  padding: 0 100px 0 4px;
}