You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
430 B

  1. #signup-modal .modal-header {
  2. border-bottom: 0;
  3. }
  4. #signup-modal .modal-body {
  5. padding: 0 50px 50px 50px;
  6. }
  7. #signup-modal div.title {
  8. font-size: 30px;
  9. text-align: center;
  10. margin: 0 0 50px 0;
  11. }
  12. #signup-modal label {
  13. font-weight: normal;
  14. }
  15. #signup-modal #link-instruction {
  16. text-align: center;
  17. }
  18. #signup-result {
  19. margin-top: 20px;
  20. text-align: center;
  21. font-size: 18px;
  22. display: none;
  23. }