
.login-form {
    margin-top : 20px;
}

.v-header{
    height:100vh;
    display:flex;
    align-items:center;
    color:#fff;
  }
  
  .contain{
    padding-left:1rem;
    padding-right:1rem;
    margin:auto;
    text-align:center;
  }
  
  .fullscreen-video-wrap, .auth-main{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    overflow: hidden;
  }
  
  .fullscreen-video-wrap video{
    min-height:100%;
    min-width:100%;
  }
  
  .header-overlay{
    height:100vh;
    position: absolute;
    top:0;
    left:0;
    width:100vw;
    z-index:1;
    background:#282b2f;
    opacity:0.85;
  }

  .auth-main {
      z-index: 2;
  }

