i.better_search {
  background: url("../images/search-icon.svg") center center no-repeat;
  height: 30px;
  width: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}

#search-block-form,
#search-form {
  width: 100%;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

#search-block-form .icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #4f5b66;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#search-form .icon {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
  color: #4f5b66;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.js-form-type-search input.form-search {
  width: 100%;
  height: 30px;
  background: #2b303b;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1em;
  float: left;
  color: #fff;
  padding-left: 40px;
  margin: 0;
  box-sizing: border-box;
  transition: background .55s ease;
}

.js-form-type-search input::placeholder {
  color: #65737e;
}
