text and input on same line bootstrap

HTML

<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<div class ="form-group">
      <label for="text" style="float:left;margin-left:0px;">Application Number</label>  
     <div class="input-group">   
     <input  class="validate[required] text-input form-control" type="text" name="AppNumber" id="AppNumber" />                                        
     </div>   
     </div>