#salesman {
  width: 1500px;
  margin: 0 auto;
  padding: 6rem 0;
}
#salesman .search_form {
  width: 100%;
  padding: 20px 20px;
  margin-bottom: 20px;
  background: #f8f9fa;
}
#salesman .search_form form > div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}
#salesman h6 {
  font-size: 15px;
  margin: 0 15px;
}
#salesman input {
  height: 40px;
  padding: 0 15px;
  outline: none;
}
#salesman .inputs {
  border: 1px solid #adb5bd;
  background: #fff;
}
#salesman .inputs input {
  border: none;
  background: none;
}
#salesman .inputs input:first-child {
  width: 100px;
}
#salesman .inputs input:last-child {
  width: 120px;
}
#salesman .input_text {
  border: 1px solid #adb5bd;
  background: #fff;
  border-radius: 0;
}
#salesman .search_btn {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
}
#salesman .search_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px rgb(0.75, 1.75, 16.25);
  color: black;
  background: #030741;
  color: #fff;
}
#salesman .search_btn:hover {
  text-decoration: none;
  background: rgb(4.125, 9.625, 89.375);
  color: #fff;
}
#salesman .search_btn:active {
  background: rgb(1.875, 4.375, 40.625);
  color: #fff;
}
#salesman .search_btn {
  vertical-align: middle;
  font-size: 15px;
  min-width: 120px;
  margin-left: 20px;
}