.input-search-bar{
    padding: 4px;
    margin-top: 0px;
    font-size: 14px;
    border: none;
    background-color: white;
    width:180px;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
}
  .input-search-bar-button{
    border-color:transparent;
    margin-top: -5px;
    border-radius: 0px;
    padding: 4px 10.1px;
    margin-left: -41px;
    background-color: #e9e3e3;
    border-left: 1px solid #c0c0c0;
  }
  .input-search-bar-button:hover ,.input-search-bar-button:active{
    border-color:transparent;
    border-left: 1px solid #c0c0c0;
  }