/*
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 : 02-févr.-2018, 13:08:20
    Author     : bbishi
*/

/*** Login page ***/

body{
    background-image: url('../images/cover-image.jpg');
    background-size: cover;
    position:relative;
    height: 100%;
    min-width: 100%;
}

.my-container{
    margin:0;
    width:300px;
    position: absolute;
    margin-top:300px;
    top:50%;
    left: 50%;
    padding: 0;
    color: white;
    transform: translate(-50%, -50%);
    -web-kit-transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.7);
    padding: 20px;
    box-shadow: 0 15px 25px rgba(0,0,0,0.6);
    box-sizing: border-box;
}