#search {
  display: block;
  position: relative;
}
#search label[data-type='input'] {
  display: block;
  padding: 10px 45px 10px 10px;
  color: #bbbaba;
  background: #ffffff;
  font: 400 14px Arial, sans-serif;
  line-height: 20px;
  border: 1px solid #e4e4e4;
}
#search a[data-type='submit'] {
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -10px;
  color: #e74c3c;
  cursor: pointer;
}
#search a[data-type='submit']:hover {
  color: #404040;
}
#search a[data-type='submit']:before {
  content: '\f002';
  font: 400 20px 'FontAwesome';
}
#search input {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  font: inherit;
  line-height: inherit;
  outline: none;
  background-color: transparent;
  border: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
}
