.search-container {
    text-align: center;
  }
  .search-container form{
    height: 44px;
  }
  .form-control {
    border-radius: 44px 0 0 44px;
  }
  .btn-search {
    border-radius: 0 44px 44px 0;
    width: 120px;
  }
  .navbar-brand {
    padding-bottom: 0px;
  }
.main-content{
  padding-bottom: 75px;
}