.bgVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
  }
  .authentication-box{
      width: 550px;
      position: relative;
      z-index: 2;
  }
  .authentication-box .card{
	  background-color:rgba(0,0,0,0.7);
  }
  .authentication-box .card .card-body{
      padding:40px;
  }
  .authentication-box h4, .authentication-box h6{
    color: #fff;
}
.authentication-box .theme-form .form-group .col-form-label {
    color: #fff;
}