body {
  background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);
  background-repeat: no-repeat;
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.form-control {
  /*-webkit-box-shadow: none!important;*/
  /*outline: -webkit-focus-ring-color auto 0px!important;*/
  border-color: #000000;
  /*border-right-width: 0px;*/
}



.form-control:focus{
  /*background-color: #F8F8F8;*/
  border-color: #000000;
  box-shadow: 0 0 0 .25rem rgba(0,0,0,.25);
}

.btn-search-bar{
  border-left-width: 0px;
}

/*.input-group:has(:focus){*/
/*  box-shadow: 0 0 0 .25rem rgba(0,0,0,.25);*/
/*}*/