/*
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 : 17 juil. 2017, 14:53:40
    Author     : G
*/

#main{   
    background-image: url('../img/bgbody.jpg');
    background-repeat: no-repeat;
    background-size: cover;    
    height: 500px;
    margin-top: 50px;
}

#logologin h1{
    color: #337ab7;
}