.search-container{
  margin-bottom:50px;
}
.search-results{
  margin-top:30px;
}
.search-result {
  margin-bottom:15px;
}
.search-input{

  left: 0;
  background-color: #f2f2f2;
  padding: 15px;
  width: calc(100% - 120px);
  box-sizing: border-box;
  border: none;
  height: 48px;
}
.search-container form .search-button{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  float: right;
  height: 48px;
  margin: 0;
  width: 120px;
}