#salesman .search_form { width: 100%; padding: 20px 20px; margin-bottom: 20px; background: #f8f9fa; }
#salesman .search_form form > div { display: inline-flex; justify-content: 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; cursor: pointer; text-align: center; text-decoration: none; font-family: inherit; padding: 1rem 1.5rem; border-radius: 0; display: inline-flex; justify-content: center; align-items: center; color: #fff; font-weight: 400; border: solid 1px #1e6698; background: #2682c3; vertical-align: middle; font-size: 15px; min-width: 120px; margin-left: 20px; }
#salesman .search_btn:hover { color: #fff; text-decoration: none; background: #2d90d6; }
#salesman .search_btn:active { color: #edf5fb; background: #2274ae; }
