.module-search .form-inline {
  clear: both;
  display: block;
  height: 50px;
  margin: 0;
  position: relative;
}
.module-search #dmsearch {
  width: 100%;
  height: 50px;
  padding-top: 20px;
}
.module-search #dmsearch .dm-search-container {
  width: 100%;
  height: 50px;
}
.module-search #dmsearch .dm-search-container input.dmsearch-input[type="text"] {
  width: 100%;
  height: 45px;
  opacity: 1;
}
.module-search #dmsearch .searchicon:before {
  font-size: 15px;
  padding-right: 40px;
  padding-top: 10px;
}
