#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

#grid{
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.login-box {
  position: relative;
  bottom: 0;
  /*background: rgba(0, 0, 0, 0.5);*/
}

#body-register {
  background-image: url('../../../vendor/dist/img/grey-vector.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
}