|
- #bgVideo {
- position: fixed;
- right: 0;
- bottom: 0;
- min-width: 100%;
- min-height: 100%;
- z-index: -1;
- }
-
- #login {
- margin-top: 200px;
- margin-left: auto;
- margin-right: auto;
- opacity: 90%;
- }
-
- .login_form {
- margin: auto;
- box-shadow: 3px 3px 16px #888888 ;
- }
-
- body {
- margin: 0;
- background-size: cover;
- background-image: url('../img/login-bg1.jpg');
- }
-
- .vimeo-container {
- padding: 0;
- width: 100%;
- height: 100vh;
- overflow: hidden;
- position: relative;
- }
-
- iframe {
- box-sizing: border-box;
- width: 177.77777778vh;
- height: 56.25vw;
- min-width: 100%;
- min-height: 100%;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
|