img {
  text-align: center;
  max-width: 420px;
  width: 300px;
}

.yellow {
  background: #fce400;
  -webkit-box-shadow: 0 0 0 2px #fce400;
  box-shadow: 0 0 0 2px #fce400;
}
.form {
  margin: 10%;
  color: black;
  font-family: "Source Sans Pro", sans-serif;
}
.form-control {
  display: block;
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;

  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn {
  width: 40%;
  text-decoration: none;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  background: #343a40;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.2;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  opacity: 1;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
}

.holder {
  width: 1100px;
  max-width: 90%;
  position: relative;
  margin: auto;
  font-size: 0;
  padding: 20px 0;
}

input {
  width: 55%;
  height: 45px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: transparent !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 4px;
  border: 4px solid #f0f3f8;
  padding: 0 0 0 20px;
  color: #222;
  background-color: #f0f3f8 !important;
  font-size: 18px;
  font-weight: normal;
  font-family: "Source Sans Pro", sans-serif;
}

.autocomplete {
  position: relative;
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  width: 100%;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
  font-family: "Source Sans Pro", sans-serif;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
  font-family: "Source Sans Pro", sans-serif;
}
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}
.autocomplete-active {
  background-color: #343a40 !important;
  color: #ffffff;
}
