body,
html{
	height: 100%;
}
body{
	margin: 0;
	background-color: #0e3a62;
	color: white;
	font-size: 11px;
	font-family: Arial;
}
form#formLogin,
form#forgotpassowrd,
div.resetpassword{
	background-image: url('/img/login-logo.png');
	padding-top: 60px;
	background-repeat: no-repeat;
	display: block;
	margin: 200px auto 0;
	width: 182px;
	line-height: 30px;
	box-sizing: border-box;
	-moz-box-sizing: -moz-border-box;
	text-align: center;
}
form#formLogin input,
form#forgotpassowrd input,
div.resetpassword input{
	box-sizing: border-box;
	-moz-box-sizing: -moz-border-box;
	width: 100%;
	line-height: 25px;
	border: none;
	padding: 0 10px;
	font-size: 14px;
}
form#formLogin input[type=submit],
form#forgotpassowrd input[type=submit],
div.resetpassword input[type=submit]{
	background-color: #6fa900;
	color: white;
}
form#formLogin.input-error div:first-child:before{
	display: block;
	color: #ff6100;
	font-weight: bold;
	content: "A mezők kitöltése kötelező!";
}
form#formLogin.user-not-found div:first-child:before{
	display: block;
	color: #ff6100;
	font-weight: bold;
	content: "A felhasználó nem található!";
}
div.forgotpassword{
	display: none;
}
div.forgotpassword a{
	color: #00a7d1;
}
form#formLogin.user-not-found div.forgotpassword{
	display: block;
}
