html {
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
}
#default #lijn {
	border-bottom:5px solid #FFF;
	display:none;
}
#default .container{
	position:absolute;
	bottom:100px;
	width:100%;
	margin:0 auto;
}



#default .container .box {
	display:none;
	width:300px;
    height:300px;
	margin:0 10% 0 auto;
	background-image:url(template/login/bg-box.png);
}
@media screen and (max-height: 420px)
{
#default .container {
	bottom:0;
	max-height:100%;
	}
#default .container .box {
	display:block;
}
}
#default .container #boxwidth {
	width:150px;
}
#default .container .boxcontent {
	display:none;
}
#default .container .boxcontent form {
	width:146px;
}
#default .container .boxcontent input {
	width:100%;
}
#default .container .boxcontent #WachtwoordVerloren {
	color:#555;
}
