im using bootstrap css i need to put icon-user and icon-lock on login form but doesn't appear i need u sre help to solve this problems below is my code
<div class=" container">
<div class="hero-unit clearfix">
<div class="pull-right">
<form class="well">
<label>Username</label>
<input type="text" class="span3 icon-user" placeholder="Type your username">
<label>Password</label>
<input type="password" class="span3 icon-lock" placeholder="Type your password">
<label class="checkbox">
<input type="checkbox">Remember me
</label>
<button type="submit" class="btn">Log me in</button>
</form>
</div>
</div>