#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 form { text-align: center; }
#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; display: inline-flex; justify-content: center; align-items: center; border-radius: 0; padding: 10px 15px; font-size: 12px; font-weight: 400; border: solid 1px #0a1120; color: black; background: #162647; color: #fff; vertical-align: middle; font-size: 15px; min-width: 120px; margin-left: 20px; }
#salesman .search_btn:hover { text-decoration: none; background: #1c305a; color: #fff; }
#salesman .search_btn:active { background: #101c34; color: #fff; }
