In my whole application i have globally declared textbox style as in css
input[type='text'], input[type=password], textarea { //My styles }
I need to remove this style from search textbox
<input id="txtSerach" type="text" placeholder="Search here..." required />
IDon this input, use it and reset those properties what you don't want on this.