<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>
<!------ Include the above in your HEAD tag ---------->
<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>HillmanRE.com 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>
<button type="submit" value="login" name="submit" class="btn btn-success btn-block">Login</button>
</form>
</div>
</div>
<div class="col-xs-6">
<p class="lead">Register to... <span class="text-success">The HRE is founded on technology. Everything we build is custom to make our agents jobs easier. is our to-do page so you get paid promply.</span></p>
<ul class="list-unstyled" style="line-height: 2">
<li><span class="fa fa-check text-success"></span> Fill out miscellaneous deal forms</li>
<li><span class="fa fa-check text-success"></span> Organize your deal flow.</li>
<li><span class="fa fa-check text-success"></span> Fill out paperwork quickly.</li>
<li><span class="fa fa-check text-success"></span> Edit, track and colaborate. </li>
<li><span class="fa fa-check text-success"></span> Download all form pdf's and pass them in. <small>(only new customers)</small></li>
<li><span class="fa fa-check text-success"></span> Get paid.</li>
</ul>
<p><a href="./Agent_Registration.php" class="btn btn-info btn-block">Register Now!</a></p>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
</script>