LOGIN PAGE
<!DOCTYPE html>
<html>
<head>
<title><!--login & registration form --></title>
<link rel="stylesheet" href="style.css">
</head>
<body style="background-color:white">
<div class="container">
<input type="checkbox" id="check">
<div class="sign-in form">
<header>sign in</header>
<form action="#">
<input type="text" placeholder="enter email">
<input type="password" placeholder="enter password">
<a href="#">forgotpassword?</a>
<input type="button" class="button" value="login">
</form>
<div class="signup">
<span class="signup">Don't have an account?
<label for="check">signup</label>
</span>
</div>
</div>
</body>
</html>