<?php
include('header.html');
?>
<div class="container">
<div class="row">
<div class="box " style="background-color: white;">
<div class="col-lg-12">
</div>
<div class="col-md-8" style="width: 100%;">
<table width="100%">
<tr>
<td><img src="bc_checkout.gif" width="100%"></td>
</tr>
</table>
<div class="content" style="margin-left:15px;">
<div class="cont-1">
<table>
<tr>
<td height="35" style="font-size:18px; font-family:Verdana, Geneva, sans-serif; font-weight:bold">
<b>Login</b></td>
</tr>
<tr>
<td>
If you are an existing customer, please login. If you are a new customer, please create an account.
</td>
</tr>
</table>
<!-- end .cont-1 --></div>
<div class="cont-2" style="margin-top:20px">
<table width="821">
<tr>
<td width="237" height="30" background="button(4).png">
<div style="text-align:center;"><a href="custnew.php" style="text-decoration:none; font-size:20px">create new account</a></div></td>
<td width="331" rowspan="2"></td>
<td width="237" background="button(3).png"><div style="text-align:center"><a href="busnew.php" style="text-decoration:none; font-size:20px">create business account</a></div></td>
</tr>
<tr>
<td><div style="text-align:center">For New Customers</div> </td>
<td><div style="text-align:center">For companies and organization</div> </td>
</tr>
</table>
<!-- end .cont-2 --></div>
<div class="cont-3" style="margin-top:20px">
<form action="account.php" method="post">
<table width="40%">
<tr>
<td style="font-size:18px; font-family:Verdana, Geneva, sans-serif; font-weight:bold">Existing Customers Login Here</td>
</tr>
<tr>
<td style="height:10px"></td>
</tr>
<tr>
<td>Email Address</td>
</tr>
<tr>
<td><input name="email" type="email" id="email" width="200px" required></td>
</tr>
<tr>
<td style="height:6px"></td>
</tr>
<tr>
<td>Password</td>
</tr>
<tr>
<td><input name="password" id="password" type="password" width="200px" required></td>
</tr>
<tr>
<td><label>Keep me logged in</label><input type="checkbox" id="keepmelogg"></td>
</tr>
</tr>
<tr>
<td style="padding-top:10px" ><a href="" style="text-decoration:none; color:#09F ">Forgot your password..?</a></td>
</tr>
<tr>
<td><input type="submit" value="Login" name="loginBtn"></td>
</tr>
<tr>
</table>
</form>
<!-- end .cont-3 --></div>
<!-- end .content --></div>
</div>
</td>
</tr>
</tbody></table>
<div class="col-md-4">
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<!-- /.container -->
<?php
include('footer.html');
?>