/* 
   css pour la page login en mode deconnecté
*/

html, body {
    font-size: 100%;
    height: 100%;
}

body{
background:url("../img/accueil-v3.svg") repeat;
color: rgb(105, 125, 178);
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
    width: 100%;
    height: 100%;
        display: table;
       background-size: cover;     
}

#pageAccueil{
   display: table-cell;
    text-align: center;
    vertical-align: middle;
 
}

.centrer {
    margin: auto;
    max-width: 400px;
    color: rgb(105, 125, 178);
}

.centrer a{
  color: rgb(105, 125, 178);
}

.row-message{
      float: none;
    width: 500px;
    max-width: 100%;
    display: table-caption;  
}

#user_name,#user_password{
    background: none;
        color: rgb(105, 125, 178) !important;
        border:none;
}

