#search{
  width:100%;
  height:40px;
  font-size:16px;
  padding-left:20px;
  background-color: rgb(245,245,245);
  border:none;
  border-bottom-style: solid;
  border-bottom-color: rgb(255, 34, 93);
  border-bottom-width: 2px;
  color: rgb(100,100,100);
}

#search:focus {
  outline: none;
}
