<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<form class="form-horizontal">
<fieldset>
<legend>Simpoel Profile</legend>
<div class="form-group">
<label class="col-md-4 control-label" for="FullName">Full Name</label>
<div class="col-md-8">
<input id="FullName" name="FullName" type="text" placeholder="Full Name" class="form-control input-md" required="">
<span class="help-block">Check that this matches your passport</span>
</div>
</div>
<div class="form-group">
<label class="col-md-4 control-label" for="DisplayName">Display Name</label>
<div class="col-md-5">
<input id="DisplayName" name="DisplayName" type="text" placeholder="Display Name (optional)" class="form-control input-md">
<span class="help-block">displayed in your profile page</span>
</div>
</div>
<div class="form-group">
<label class="col-md-4 control-label" for="Email">Email</label>
<div class="col-md-6">
<input id="Email" name="Email" type="text" placeholder="Valid Personal E-mail" class="form-control input-md" required="">
<span class="help-block">active email only please</span>
</div>
</div>