@import url(https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
.search1234 {
  width: 17%;
  
  position: relative;
}
@media only screen and (max-width:800px) {
    .search1234 {
        width: 100%;
    }
}
@media only screen and (max-width:360px) {
    .search1234 {
        width: 100%;
    }
}
 @media only screen and (max-width:320px) {
    .search1234 {
        width: 100%;

    }
}
 
.search1234:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-family: 'FontAwesome';
  content: '\f002';

  text-align: center;
  color: #fff;
  border-radius: 5px;

}

.searchTerm {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 5px solid #8FC357;

  height: 40px;
  border-radius: 5px;
  outline: none;
}

.searchButton {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  opacity: 0;
  cursor: pointer;
}
