html,body{height:100%;width:100%}
body{background-size:cover;animation: slide 20s linear infinite;background-position:center center;
-webkit-user-select: none;      
-moz-user-select: none; 
-ms-user-select: none; 
user-select: none;  }
video{opacity:0.3;position:fixed;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;z-index:0;-ms-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}
.authincation-content {
    background: rgba(255,255,255,0.2);
    box-shadow: 0 0 35px 0 rgb(0 0 0 / 65%);
    border-radius: 5px;
}
label, a {
    color: #ffffff;
}
#powered{color:#ffffff;position:absolute;bottom:30px;left:20px;opacity:0.4}

@keyframes slide {
  0% {
    background-size:210vh;
  }
50% {
    background-size:240vh;
 
  }  
  100% {
    background-size:210vh;
  }
}