html {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover; 
}

.login-form {
	position: fixed;
	z-index: 2;
	
	width: 420px;
	border: 1px solid #be4C10;
	padding: 18px;
	border-radius: 0px;
	
	background: rgba(255, 255, 255, 0.65);
}

.login-message {
	top: 60px;
	left: 100px;
	padding: 9px 18px;
	color: white;
	text-align: center;
	font-weight: 700;
	letter-spacing: 1px;
	background: #be4C10;
}

.login-password {
	top: 140px;
	left: 100px;
}

.register {
	top: 375px;
	left: 100px;
}

.kennisnet {
	top: 515px;
	left: 100px;
}

.product-of {
	position: fixed;
	z-index: 2;
	
	bottom: 0px;
	left:0px;
	
	background-color: #2A2F35;

	width: 100%;
	padding:8px;
}

.product-of button {
	font-weight: 500;
	
	display: inline-block;
	padding: 0px 70px;
}

.comment {
	color: #2A2F35;
	font-size: 150%;
	font-weight: 500;
	letter-spacing: 2px;
}

.form-element {
	min-height: 25px;
}

.comment-div {
	margin-bottom: 16px;
}

.form-element-centered {
	text-align: center;
}
