Bootstrap 3 Skeleton
This is a simple Bootstrap skeleton. You can fork it to get a ready to use Bootstrap fiddle.
HTML
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<fieldset>
<div class="form-group">
<label class="control-label" for="number-of-properties">Number Of Properties</label>
<input class="form-control" id="number-of-properties" type="number" min=0>
</div>
</fieldset>