Here is the code of input tag and icon:
<input type="email" placeholder="Username" id="tutu" required />
CSS
#tutu{
    border-radius: 3px;
    border: 1px silver solid;
    padding-left: 10px;
    font-weight: bolder;
    color: #bcbcbc;
    height: 40px;
    width: 350px;
}
 
     
     
     
     
     
    