Following a css3 tutorial, I learned how to place icone inside the inputs.
The dev that I was teaching used an example of 2 inputs to put 2 icons 1 in each input.
In this case, you used the following pseudo elements: .form-group :: before .form-group: last-of-type :: before
But in my situation I have 3 inputs which pseudo I use to put an icon in the third imput?