////////////////////////////////////////////////////////////////////////////////
// CICC+ - LOGIN
////////////////////////////////////////////////////////////////////////////////
//
//  Description : Gestion des styles de la page de login
//  Auteur      : SCHAFER Roland <roland.schafer@fludia.com>   
//  Creation    : 30 Mars 2015
//
////////////////////////////////////////////////////////////////////////////////

html, body{
    height: 100%;
    font-family: Helvetica, Sans-Serif;
}


.background_login{
    width: 100%;
    height: 100%;
    position: absolute; 
    top: 0;  
    bottom: 0; 
    background-image: url("../img/login_background.jpg");
    background-size: cover;
    z-index: 0;
}

.login_error{
    margin-top:5px;
    background-color:red!important;
    border:1px solid white;
    color:white!important;
}

#login_title{
    color:white;
    text-align:center;
}
#login_title h1 {
    color: white;
}
