* {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 10px;
	background: url('../images/ballonvaren.jpg');
	background-size: cover;
	margin: 0;
	overflow: none;
}
form {
	margin: 0;
}
#login { 
	position: absolute;
	background-color: #fff;
	color: #333;
	width: auto;
	font-size: 14px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 60px;
	z-index: 2;
	box-shadow: 0px 0px 41px -14px rgba(0,0,0,0.57);
	border-radius: 30px;
}
#login .logo{
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
	float: left;
	color: #4288CC;
}
#login hr{
	float: left;
	clear: both;
	width: 90px;
	height: 2px;
	border: 0px;
	background-color: #4288CC;
	margin-bottom: 15px;
}
#login a {
	color: #333;
	text-decoration: none;
	margin-top: 15px;
	float: left;
	transition: all ease-in-out 0.3s;
}
#login a:hover {
	color: #4288CC;
}
#login table {
	width: 100%;
}
#login table tr th {
	text-align: left;
	font-weight: normal;
}
#login table tr td {
	text-align: right;
}
#login input, #login textarea {
	border: 1px solid #4288CC;
	width: 200px;
	font-size: 14px;
	padding: 5px;
	color: #333;
	margin-left: 15px;
}
#login select {
	border: 1px solid #B5B5B5;
	width: 165px;
	padding: 2px;
	font-size: 14px;
	color: #333;
}
#login input[type="submit"]{
	float: left;
	width: 100%;
	margin-top: 15px;
	padding: 15px 30px;
	border-radius: 15px;
	background-color: black;
	color: white;
	border: 0px;
	margin-left: 0px;
	transition: all ease-in-out 0.3s;
}
#login input[type="submit"]:hover{
	background: #4288CC;
}
/*LET OP, DECLARATIE INFOMESSAGE IN 2 CSS BESTANDEN!*/
#infoMessage {
	position: absolute;
	background-color: #f7f7de;
	color: #333;
	width: 400px;
	height: 100px;
	border: 1px solid #B5B5B5;
	font-size: 10px;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -50px;
	padding: 5px;
	z-index: 15;
	display: none;
	cursor: pointer;
}
#infoMessageClose {
	font-weight: bold;
	position: absolute;
	right: 5px;
	top: 5px;
}
#infoMessage a {
	color: #333;
	text-decoration: none;
}
#infoMessage a:hover {
	color: #333;
	text-decoration: underline;
}
/*LET OP, DECLARATIE INFOMESSAGE IN 2 CSS BESTANDEN!*/

.button {
	width: 232px;
	margin-top: 8px;
	margin-bottom: 8px;
	border: 1px Solid #B5B5B5;
	background-color: #FFFFFF;
	color: #333;
	padding: 3px;
	text-decoration: none;
	text-align: center;

	cursor: pointer;
}
.button:hover {
	background-color: white;
}
#disclaimer {
	position: absolute;
	display: none;
	background-color: #E5E5E5;
	color: #333;
	width: 600px;
	height: 600px;
	border: 1px solid #B5B5B5;
	font-size: 10px;
	top: 50%;
	z-index: 5;
	left: 50%;
	margin-left: -310px;
	margin-top: -310px;
	padding: 5px;
	overflow: auto;
	text-align: justify;
}
#disclaimer #close {
	cursor: pointer;
	position: absolute;
	top: 5px;
	font-weight: bold;
	right: 7px;
}
#loading {
	position: absolute;
	width: 100px;
	height: 100px;
	font-size: 10px;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	z-index: 24;
	display: none;
}
#loading-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 24;
	display: none;
	background-color: rgba(0,0,0,0.4);
	text-align: center;
}
