<html> <head> <meta charset="utf-8"> <title>Login in</title> <link rel="stylesheet" type="text/css" href="style2.css" /> </head> <body> <a href="index.html"><img alt="Mech"src="logo-pro.png" width="100px" height="100px" style="float:right; margin-right:10em;"></a> <div class="container"> <section id="content"> <form action="login_verification.php" method="post"> <h1>Login</h1> <div> <input type="text" placeholder="Email" id="email" name="email" required> </div> <div> <input type="password" placeholder="Password" id="pass" name="pass" required > </div> <div> <input type="submit" value="Log in"/> <a href="forgot1.html">Forgot password</a> <a href="signup.html">Sign up</a> </div> </form><!-- form --> </section><!-- content --> </div><!-- container --> <div style="margin: 50px 0; display: flex; align-items: center; justify-content: center; width: 100%; font-size:36px;"> <a style="display: block; text-align: center; color: #555; text-decoration: none; margin-right: 15px; " href="index.html" ><i class="fas fa-home" style="color: #1da1f2; margin-right: 5px;"></i>Get back to our home page</a> </div> </body> </html>