#search-bar {
  height: 60px;
  margin-bottom: 40px;
}
#search-bar .search-input__outer {
  height: 100%;
}
#search-bar .search-input__outer .search-input__icon {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #bbb;
}
#search-bar .search-input__outer input {
  padding-left: 60px;
  padding-top: 15px;
  font-size: 20px;
  height: 100%;
}
#search-bar button {
  font-size: 24px;
  padding: 10px 26px;
}
#search-bar button div {
  position: relative;
  top: 3px;
}
