body {
	background: #000000; /* Old browsers */
	background-image: url('/framework/templates/img/loginbg.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
}

#loginbox {
	display:none;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
}
#loadingbar{
	display:none;
}
a, a:hover{
	color:#fecf00;
}
a:hover{
	text-decoration:none;
	color:#ffe570;
}

input[type='submit']
{
	width:100%;
	line-height:30px;
	height:50px;
}

@media(max-width:600px)
{
	input[type='text'],
	input[type='number'],
	input[type='password'],
	input[type='submit'],
	select,
	textarea {
		font-size: 16px;
	}
}
#credits{
	display:none;
}
