body.login {
	background-color: #f1f2f4 !important;
	background-image: url("introbg-top.jpg"),
	url("introbg-bottom.jpg");
	background-position: left top, left bottom !important;
	background-repeat: no-repeat, no-repeat !important;
	background-size: contain !important;
	min-height: 640px;
}
.login h1 a {
	background-image: url('vorm&vorm-logo.png');
	width: 100%;
	background-size: 100% auto;
}
p#nav,
p#backtoblog{
	display: none;
}
.login label {
	font-size: 12px;
	color: #555555;
}
.login input[type="text"]{
	background-color: #ffffff;
	border-color:#dddddd;
}
.login input[type="password"]{
	background-color: #ffffff;
	border-color:#dddddd;
}
.login .button-primary {
	width: 120px;
	float:right;
	background-color:#FF6751 !important;
	color: #ffffff;
	border: 0px !important;
}
.login .button-primary:hover {
	background-color:#333 !important;
	color: #fff;
}
.login .button-primary:active {
	background-color:#333 !important;
	color: #fff;
}