<html>
<head>
<title>login</title>
</head>
<body>
<h1>
<br><br><br><br><br><br>
<center>
<form action="login_center.php" method="Post">
Name: <input type="text" name="username" style=" font-size:50px; height:100px; width:400px;" >
<br><br>
Password: <input type="text" name="password" style=" font-size:50px; height:100px; width:400px;" >
<br><br>
<input type="submit" name='action_page' value="Submit" style=" font-size:65px; height:150px; width:250px">
</form>
</center>
</h1>
</body>
</html>