a broker system for Supercredit
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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. }