﻿.search-form {
  margin: 40px 5px;
  font: xnormal 12px sans-serif;
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.08);
}

.search-form .input-group input {
  background-color: #ffffff;
  box-shadow: none;
  color: #4E565C;
  outline: none;
  border: 1px solid #b6c3cd;
  border-right: 0;
  border-left: 0;
}

