Guest User

Untitled

a guest
May 26th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. <div class="body-content">
  2. <div class="container">
  3. <form class="form-action" action="#">
  4. <label for="user">Username / E-mail</label>
  5. <input class="form-d" type="text" name="username" id="user" placeholder="Enter your username or email">
  6. <label for="pass">Password</label>
  7. <input class="form-d" type="password" name="password" id="pass" placeholder="Enter your secret password">
  8. <input type="checkbox" name="check" id="check">
  9. <span class="d-inline twhite">Remember your credentials?</span>
  10. <div class="form-center">
  11. <input class="form-d" type="submit" value="LOGIN">
  12. <input class="form-d" type="reset" value="RESET">
  13. </div>
  14. <span class="tcenter mt-2 d-block twhite">Forgot your password? <a href="#" class="succes-c td-none">Retrive it here!</a> </span>
  15. </form>
  16. </div>
  17. </div>
Add Comment
Please, Sign In to add comment