how to change the color for the text inside the text box...... gave the color property but its not working....
providing my code and fiddle below
http://jsfiddle.net/Zkdfq/1/embedded/result/
<form class="navbar-form pull-right">
              <input class="span2" type="text" placeholder="Email">
              <input class="span2" type="password" placeholder="Password">
              <button type="submit" class="btn">Sign in</button>
            </form>
 
     
    