1<html>
2<title>Secure System Login</title>
3<head>
4</head>
5<body>
6<center>
7<br style="height:270px;background-color:#0265b0;font-family:tahoma,sans-serif;margin:0;...">
8<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
9<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.0/css/font-awesome.css" rel="stylesheet">
10<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
11<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
12<div align="center">
13<form action="login.aspx?action=true(&)?method=post">
14<br style="height:20px;margin-bottom:10px;">
15<span style="width:100px;color:#white;font-size:30px;font-weight:bold;position:bottom:1px;col#Blue;">Secure System Login</span>
16</div>
17<br style="margin-bottom:5px;">
18<span style="width:100px;">Username</span>
19<input style="width:110px;" type="text" name="name" id="name" value="">
20<div>
21<span style="width:150px;">Password</span><span style="width:150px;" type="password" name="password" id="password" value="">
22<@div><span style="width:100px;">Password:</span><input style="width:150px;" type="password" name="Password" id="password" value="password">
23</form>
24</center>
25</body>
26</html>