@font-face { font-family: "Montserrat", sans-serif; }

@charset "utf-8";
/* CSS Document */

.clear { clear:both; height:10px; }

body {
	background-color: #fff;
	margin:0px;
	padding:0px;
	font-family: "Montserrat", sans-serif;
	font-size:14px;
	color:#666;
	line-height:25px;
}

.logo {
	width:314px;
	height:auto;
	margin:0px auto 0px auto;
	padding-left:243px;
}

.startContainer {
	width:auto;
	height:auto;	
}

.startContainer .header {
	width:auto;
	max-width:1200px;
	min-width:800px;
	margin:20px auto 20px auto;
}

.startContainer .header img {
	width:100%;
	height:auto;
}

.startContainer .inlogTekst {
	width:auto;
	max-width:1200px;
	min-width:800px;
	text-align:center;
	margin:20px auto 20px auto;
	padding:20px 0px 20px 0px;
	font-size:14px;
	border:1px solid #FFF;
}

.startContainer .form {
	width:auto;
	max-width:1200px;
	min-width:800px;
	margin:0px auto 20px auto;
}

.startContainer .form .voorTekst {
	width:35%;
	float:left;
	padding-right:3%;
	text-align:right;
}

.startContainer .form .formInput {
	width:62%;
	float:right;
}

.startContainer .form .inputForm {
	width:50%;
	border: 1px solid #999;
	height:25px;
	border-radius:5px;
	box-shadow:0px 0px 5px rgba(0,0,0,.5);
	padding-left:10px;
	line-height:25px;
	font-family: "Montserrat", sans-serif;	
}

.startContainer .formButton {
	width:auto;
	margin:10px auto 10px auto;
	max-width:800px;
	min-width:400px;
	text-align:center;
}


.startContainer .formButton .button {
	width:150px;
	margin:0px auto 0px auto;
	padding:1px 15px 0px 15px;
	border-radius:10px;
	background-color:#154273;
	height:35px;
	line-height:25px;
	color:#FFF; font-size:20px;
	font-weight:bold;
	border:2px solid #fff;
	border-radius:10px;
	cursor:pointer;
	font-family: "Montserrat", sans-serif;
	box-shadow:5px 5px 5px rgba(0,0,0,.33);
}

.startContainer .formButton .button:hover {
	background-color:#010866;
}


.startContainer .bericht {
	max-width:1200px;
	min-width:800px;
	border: 1px solid #F00;
	margin:30px auto 0px auto;
	color:#F00;
	height:25px;
	line-height:25px;
	font-weight:bold;
	border-radius:10px;
	text-align:center;
	width: max-content;
	padding:0px 10px 0px 10px;
}
