Página Teste
De Controlgas
<form class="form-horizontal">
<fieldset> <legend>Legend</legend>
<label for="inputEmail" class="col-lg-2 control-label">Email</label>
<input type="text" class="form-control" id="inputEmail" placeholder="Email">
<label for="inputPassword" class="col-lg-2 control-label">Password</label>
<input type="password" class="form-control" id="inputPassword" placeholder="Password">
<label> <input type="checkbox"> Checkbox </label>
<label for="textArea" class="col-lg-2 control-label">Textarea</label>
<textarea class="form-control" rows="3" id="textArea"></textarea>
A longer block of help text that breaks onto a new line and may extend beyond one line.
<label class="col-lg-2 control-label">Radios</label>
<label> <input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked=""> Option one is this </label>
<label> <input type="radio" name="optionsRadios" id="optionsRadios2" value="option2"> Option two can be something else </label>
<label for="select" class="col-lg-2 control-label">Selects</label>
<select class="form-control" id="select"> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select>
<select multiple="" class="form-control"> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select>
<button type="reset" class="btn btn-default">Cancel</button> <button type="submit" class="btn btn-primary">Submit</button>
</fieldset>
</form>