@charset "utf-8";
.search-form .search-button {
  color: #000000 !important;
  z-index: 2;
}
.search-form .search-input {
  color: #000000 !important;
}
/* Chrome, Safari, Opera */
input::-webkit-input-placeholder {
  color: #000000;
}
/* Firefox 19+ */
input::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
/* Internet Explorer 10-11 */
input:-ms-input-placeholder {
  color: #000000;
}
/* Edge (versioni precedenti a Chromium) */
input::-ms-input-placeholder {
  color: #000000;
}
.search-form .search-input {
  border-bottom: 2px solid #333333 !important;
}
