/* Css for search */

.confi{
  text-align: center;
  margin-top: 1em !important;
}
.theme-search{
  float: none;
  margin: auto;
  border: 1px solid #a7a7a7;
  background-color: lightgrey;
  height: 100px;
  padding-top: 15px;
  margin-bottom: 1.5em;

}

.input-search-1{
  float: left;
  height: 43px;
  width: 80%;
  background: #fff;
  color: #000;
}

.btn-search-1{
  float: left;
  height: 43px;
  width: 20%;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    Gainsboro !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    Gainsboro !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    Gainsboro !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    Gainsboro !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    Gainsboro !important;
}
.icon-search::before {

    content: "\f002";
    margin-left: -10px;
    position: relative;
    left: -10px;
    top:2px;
}
