@import url("https://use.typekit.net/adm8ujb.css");

body {
		font-family:'Aller';
  background-image:url('/framework/templates/img/background.jpg') !important;
	  background-size:cover;
	  background-position:center center;
	  background-attachment:fixed;
}
#loginbox {
	margin-top:7.5%;
    display:none;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
#loadingbar{
	display:none;
}
label{
	font-weight:normal;
color:#6132cb;
}
h2{
	font-size:21px;
}
h3{
	font-size:17px;
	color:#6132cb;
}