Please tell me how to make the field highlighting in Bootstrap as in the screenshot, I just do not need validation, I’m interested in highlighting the image, fields, adding a check mark. For example:
<div class="col-md-4 selectContainer"> <div class="input-group"> <span class="input-group-addon"><i class="glyphicon glyphicon-user"></i></span> <input type="text" name="User" id="User" class="form-control"> </div> </div> 