<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<title>Login Form</title>
<link rel="stylesheet" href="style.css">
</head>
<body class="main-bg">
<div class="login-container text-c animated flipInX">
<div>
<h1 class="logo-badge text-whitesmoke"><span class="fa fa-user-circle"></span></h1>
</div>
<h3 class="text-whitesmoke"><strong>Valena Jewerly Store</strong></h3>
<p class="text-whitesmoke">Sign In</p>
<div class="container-content">
<form class="margin-t">
<div class="form-group">
<input type="text" class="form-control" placeholder="Username" required="">
</div>
<div class="form-group">
<input type="password" class="form-control" placeholder="Password" required="">
</div>
<button type="submit" class="form-button button-l margin-b">Sign In</button>
<a class="text-darkyellow" href="#"><small>Forgot your password?</small></a>
<p class="text-whitesmoke text-center"><small>Do not have an account?</small></p>
<a class="text-darkyellow" href="#"><small>Sign Up</small></a>
</form>
<p class="margin-t text-whitesmoke"><small> Julietta Anastasia © 2021</small> </p>
</div>
</div>
</body>