Guest User

Untitled

a guest
Nov 23rd, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="pt-br">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Login</title>
  6. <link rel="stylesheet" href="css/bootstrap.min.css">
  7. <link rel="stylesheet" href="style/style.css">
  8. <link href="https://fonts.googleapis.com/css?family=Paytone+One" rel="stylesheet">
  9. <style type="text/css">
  10. .corTitulo{
  11. color: #286090;
  12. font-family: 'Paytone One', sans-serif;
  13. }
  14. </style>
  15. </head>
  16. <body>
  17. <div class = "container">
  18. <div class="wrapper">
  19. <form action="" method="post" name="Login_Form" class="form-signin">
  20. <h1 class="form-signin-heading corTitulo">LOGIN</h1>
  21. <hr class="colorgraph"><br>
  22. <input type="text" class="form-control" name="Username" placeholder="Digite seu cpf..." required autofocus />
  23. <input type="password" class="form-control" name="Password" placeholder="Digite sua senha..." required>
  24. <button class="btn btn-lg btn-primary btn-block" name="Submit" value="Login" type="Submit">Entrar</button>
  25. <br>
  26. <a class="cora" href="TrocarSenha.php">Esqueici minha senha?</a>
  27. </form>
  28. </div>
  29. < /div>
  30. </body>
  31. </html>
Add Comment
Please, Sign In to add comment