html {
background: url(../pics/back_login.jpg) no-repeat center center fixed !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
}

.welcome-anonymous {
	background-color: transparent !important;	
}

.welcome-anonymous .glpi-logo {
	display:none;
} 

.optionticket:hover {
	background-color: #e3e3e3;
	  transition: all 0.5s;

	
} 



