a broker system for Supercredit
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.

26 lines
350B

  1. #bgVideo {
  2. position: fixed;
  3. right: 0;
  4. bottom: 0;
  5. min-width: 100%;
  6. min-height: 100%;
  7. z-index: -1;
  8. }
  9. #menu {
  10. z-index: 100;
  11. }
  12. .summary_layout {
  13. margin-top: 0px;
  14. margin-left: auto;
  15. margin-right: auto;
  16. width:800px;
  17. opacity: 90%;
  18. }
  19. .login_form {
  20. margin: auto;
  21. box-shadow: 3px 3px 16px #888888 ;
  22. }