/*login_styles.css*/

body
{
	background: #ffffff !important;
}

body.login 
{
	background-color: #f1f1f1;
}

body.login div#login h1 a 
{
	background-image: url("/a/img/icons/new/2a.png");
	background-size: contain;
	width: 100%;
	height: 80px;
}

.login #loginform 
{
	background: #fff;
	border-radius: 10px;
	padding: 40px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.login label 
{
	font-weight: bold;
}
