How do I put an icon inside a form\'s input element?
use this css class for your input at start, then customize accordingly:
.inp-icon{ background: url(https://i.imgur.com/kSROoEB.png)no-repeat 100%; background-size: 16px; }