a broker system for Supercredit
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

43 行
659B

  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. .dashboard {
  10. opacity: 80%;
  11. }
  12. .login_form {
  13. margin: auto;
  14. box-shadow: 3px 3px 16px #888888 ;
  15. }
  16. body {
  17. margin: 0;
  18. background-size: cover;
  19. background-image: url('../img/dashboard-bg-wood.jpg');
  20. }
  21. .vimeo-container {
  22. padding: 0;
  23. width: 100%;
  24. height: 100vh;
  25. overflow: hidden;
  26. position: relative;
  27. }
  28. iframe {
  29. box-sizing: border-box;
  30. width: 177.77777778vh;
  31. height: 56.25vw;
  32. min-width: 100%;
  33. min-height: 100%;
  34. position: absolute;
  35. top: 50%;
  36. left: 50%;
  37. transform: translate(-50%, -50%);
  38. }