login-register.css 556 B

123456789101112131415161718192021222324252627
  1. .form-simple input[type='text'] {
  2. margin-bottom : -1px;
  3. border-bottom-left-radius : 0;
  4. border-bottom-right-radius : 0;
  5. }
  6. .form-simple input[type='mail'] {
  7. margin-bottom : -1px;
  8. border-top-right-radius : 0;
  9. border-top-left-radius : 0;
  10. border-bottom-left-radius : 0;
  11. border-bottom-right-radius : 0;
  12. }
  13. .form-simple input[type='password'] {
  14. margin-bottom : 10px;
  15. border-top-right-radius : 0;
  16. border-top-left-radius : 0;
  17. }
  18. .help-block ul {
  19. margin : 0 !important;
  20. padding : 0 !important;
  21. }
  22. .help-block ul li {
  23. list-style : none;
  24. }