Hi,
unfortunately there is not possible to add a specific class for each field in search form.
Anyway there is a workaround, you can add a CSS code like this:
.jsn_search > .control-group:nth-child(0){/* The first search field container */}
.jsn_search > .control-group:nth-child(1){/* The second search field container */}
....