* {
  font-size: 1.0rem;
}  

.input-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background:  #c8c8c8;
  padding: 0.5rem;
  border-radius: 0.5rem;
  color: slategray;
  box-shadow: 0.25rem 0.25rem 1.0rem  #3d6d4a ;
}

.search,.form-control {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: 100%;
  border: none;
  background:  #c8c8c8;
  color: black;
}


.icon-img {
  border: none;
  background:  #c8c8c8;
  color: slategray;
  filter: opacity(1.0) drop-shadow(0 0 0 blue);
}

::placeholder {
  color: white;
}