/*
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 : 30 mars 2018, 14:39:26
    Author     : ComeventsMehdi
*/

/* FORMULAIRE DE CONNEXION */

@font-face {
  font-family: 'Mania';
  src: url('../fonts/mania.woff2')  format('opentype'),
    url('../fonts/mania.woff') format('woff'),
    url('../fonts/mania.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

#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;
}

body{
  background-image:url('../../images/background.jpg');
  background-attachment: fixed;
  background-size: cover;
  color:#fff;
  font-family: "Mania";
}
#bloc-center {
  margin-top:80px;
  margin-left:auto;
  margin-right: auto;
  width:550px;
  border:2px solid #ddd;
  padding:25px;
  background:#000;
}

h1 {text-transform:uppercase;text-align:center;color:#0099ff;font-size:2.5em;}

input {width:100%;}
input[type="text"], input[type="password"] {
  background: rgba(150,150,150,0.8);
  padding:10px;
  border:none;
  color:#fff;
}
input[type="text"]::placeholder, input[type="password"]::placeholder {
  color:rgba(255,255,255,0.8);
}


input#remember_me {width:auto;margin-right:15px;margin-bottom:8px;}
