document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <!doctype html>
  2. <html lang="en">
  3.   <head>
  4.     <!-- Required meta tags -->
  5.     <meta charset="utf-8">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  7.  
  8.     <!-- Bootstrap CSS -->
  9.     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
  10.  
  11.     <title>Login Form</title>
  12.     <link rel="stylesheet" href="style.css">
  13.   </head>
  14.  
  15.   <body class="main-bg">
  16.     <div class="login-container text-c animated flipInX">
  17.             <div>
  18.                 <h1 class="logo-badge text-whitesmoke"><span class="fa fa-user-circle"></span></h1>
  19.             </div>
  20.                 <h3 class="text-whitesmoke"><strong>Valena Jewerly Store</strong></h3>
  21.                 <p class="text-whitesmoke">Sign In</p>
  22.             <div class="container-content">
  23.                 <form class="margin-t">
  24.                     <div class="form-group">
  25.                         <input type="text" class="form-control" placeholder="Username" required="">
  26.                     </div>
  27.                     <div class="form-group">
  28.                         <input type="password" class="form-control" placeholder="Password" required="">
  29.                     </div>
  30.                     <button type="submit" class="form-button button-l margin-b">Sign In</button>
  31.    
  32.                     <a class="text-darkyellow" href="#"><small>Forgot your password?</small></a>
  33.                     <p class="text-whitesmoke text-center"><small>Do not have an account?</small></p>
  34.                     <a class="text-darkyellow" href="#"><small>Sign Up</small></a>
  35.                 </form>
  36.                 <p class="margin-t text-whitesmoke"><small> Julietta Anastasia &copy; 2021</small> </p>
  37.             </div>
  38.         </div>
  39. </body>
');