How do I put an icon inside a form\'s input element?
Using with font-icon
OR
#foo::before { font-family: 'FontAwesome'; color:red; position: relative; left: -5px; content: "\f007"; }