/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28 sept. 2018, 10:00:11
    Author     : Mehdi
*/

body {
  background-color:#000;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: 0.5;
}

.content {
  position: fixed;
  top: 0;
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

#blockLoginForm {
  width: 500px;
  border:2px solid #ddd;
  padding:25px;
  margin: 150px auto;
  border-radius: 25px;
  background:#000;
}