/*

@import url(../fonts/stylesheet.css);

*{
	font-family: "Roboto",sans-serif;
}
*/

html,body{
background-color:white !important;
}
#loginform{
border:1px solid #ccc;border-radius:5px
}

#login h1{
	text-indent:-9999px;
	background:url(../img/logo.png) no-repeat center center;
	background-size:contain;
	height:90px;

}
#login h1 a{
	display:none;
}