login-register.css 547 B

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