<div class="container">
<div class="row">
<div class="span12">
<form class="form-horizontal" action='' method="POST">
<fieldset>
<!-- below is defining the following section style in blue-->
<div style="color:#0000FF">
<legend class="">
Welcome to the HMDS Outreach Monitoring Service.
You have successfully logged into the patient portal.
</legend>
</div>
</fieldset>
</form>
</div>
</div>
</div>
<div class="row">
<div class="span12">
<form class="form-horizontal" action='' method="post">
<fieldset>
<!-- below is defining the following section style in blue-->
<div style="color:#0000FF">
<legend class="">The latest update on your pack is:</legend>
<br>
<br>
</div>
<br>
<!-- this will be instructions to show the pack update-->
<div class="control-group">
<!-- Username -->
<label class="control-label" for="username">Username</label>
<div class="controls">
<input type="text" id="username" name="username" placeholder="" class="input-xlarge">
</div>
<br>
</div>
<!--This will be instructions to click a li-->
<div class="control-group">
<!-- Password-->
<label class="control-label" for="password">Password</label>
<div class="controls">
<input type="password" id="password" name="password" placeholder="" class="input-xlarge">
</div>
</div>
</div>
</fieldset>
</form>
</div>
</div>
</div>
<div class="row">
<div class="span12">
<form class="form-horizontal" action='' method="POST">
<fieldset>
<div style="color:#0000FF">
<legend class="">To view a copy of your latest report please click the button:</legend>
<br>
<br>
</div>
<div class="control-group">
<!-- Button -->
<div class="controls">
<button class="btn btn-success">Login</button>
#Login {height: 100px;width: 500px}
</div>
</div>
<br>
<br>
<div style="color:#0000FF">
<legend class=""><FONT SIZE=4>We will e mail you an anonymised electronic PDF of your latest results <br> If you do not receive this within 24 hours please contact the Outreach Team :</legend>
<br>
<br>
</div>
</fieldset>
</form>
</div>
</div>
</div>