<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>
<body background="./images/pattern2.jpg">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<div id="login-overlay" class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="myModalLabel">Register to login to your <b></b>Intranet</b></h4>
</div>
<div class="modal-body">
<div class="row">
<div class="col-xs-6">
<div class="well">
<form id="loginForm" method="POST">
<div class="form-group">
<label for="Hmail" class="control-label">Hmail Address</label>
<input type="text" class="form-control" name="Hmail" value="" required="" title="Please enter your HRE email." placeholder="hello@hillmanre.com">
<span class="help-block"></span>
<small>You must register and login using Hillman RE email address.</small>
</div>
<div class="form-group">
<label for="password" class="control-label">Password</label>
<input type="password" class="form-control" name="password" placeholder="password" value="" required="" title="Please enter your password">
<span class="help-block"></span>
<small> Your password should be unique and contain speicial characters $*%#&
</div>
<div id="loginErrorMsg" class="alert alert-error hide">Oops! You entered a wrong email address or password</div>
<div class="checkbox">
<label>
<input type="checkbox" name="remember" id="remember"> Remember login
</label> <small>Reset Password</small>
<p class="help-block">(In 3 min check you email to create a new password</p>
</div>