

body
{
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 16px;
	font-weight: 400;
	color: rgba(9, 36, 112, 0.6);

	font-family: 'quasimoda';
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: none;
}
a:link, a:visited, a:active
{ 
	color: #33ccff;
}
a:hover {
	color: #26b7e7;
	
}
/* Inlogscherm
------------------------------------------------------------------------------------------ */	
.page-container {
	position: fixed;
	top:0;
	left:0;
	display: block;
	width: 100%;
	height: 100vh;
	
	background: #fff;
	background-repeat: no-repeat;
	background-size: 1600px auto;
	background-position: 50% -100px;
	background-image: url('../images/body-back.jpg');
}
	
#logincontainer {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	max-width: 600px;
	min-height: 450px;
	text-align: center;
	transform: translate(-50%, -50%);
}

	

#logincontainer img {
	
	margin-bottom: 20px;
	
}

#login_center{
	float: left;
	width: 100%;
	
	border-radius: 15px;
	background: #fff;
	box-shadow: 0px 4px 40px -4px rgba(12, 14, 33, 0.158);
	padding-bottom: 20px;
}

	


#login_center .tekst {
	padding: 55px 40px 20px 40px;
	line-height: 25px;
	text-align: center;
	display: block;
	
	
}

.tekst p {
	color: rgba(9, 36, 112, 0.6);
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin-top: 0px;
}


fieldset{
	width:86%;
	border: 1px solid rgba(9, 36, 112, 0.2);
	margin:auto;
	border-radius: 8px;
	text-align: left;
	padding: 10px 30px;
}

legend{
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	background: #fff;
	padding: 0 10px;
	position: relative;
	lefT: -10px

}
.tekst.lostpw legend {
	color: #000;
	
}


.inlogfield{
	text-align: left;
	height: 16px;
	width: 80%;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 10px 10px 10px 10px;
	border-radius: 5px;
	font-size: 16px;
	color: #664127; 
	float: left;
}
		

.login1{
	float: left;
	width: 100px;
	text-align: left;
}


.login2{
	float: right;
	width: 300px;
	text-align: left;
	
}

input.login{
	font-family: 'quasimoda';
	opacity:1;
	margin: 20px auto;
	display: block;
	color: #fff;
	font-weight: 800;
	text-shadow: none;
	text-decoration: none;
		font-size: 16px;
	line-height: 30px;
	font-weight: 700;
	background: none;
	text-align: center;
	letter-spacing: 0px;
	border: 0px;
	border-radius: 100px;
	padding:1% 15% 1% 15%;
	opacity: 1;
	cursor: pointer;
	position:relative;
	background: rgba(9, 36, 112, 1);
}
.login:hover {
	background: rgb(6, 29, 94);
}

	
.lost {
	display: block;
	margin-top: 1.7em;
	font-size: 12px;
}

.lostbutton {
	font-family: 'Open Sans';
	opacity:1;
	margin: 20px auto;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	text-shadow: none;
	text-decoration: none;
		font-size: 14px;
	line-height: 30px;
	font-weight: 700;
	background: none;
	text-align: center;
	letter-spacing: 1px;
	border: 0px;
	padding:1% 15% 1% 15%;
	opacity: 1;
	
	position:relative;
	background: #3d3c3f;
}
.lostbutton:hover {
	background: #2d2b2f;
}



	@media (max-width: 660px) {
		body {
			padding-bottom: 50px;
		}
		#logincontainer {
			position: relative;
			top: auto;
			left: auto;
			transform: translate(0%, 0%);
			margin: 40px auto;
			width: 90%;
		}
		.login1{
			float: left;
			width: 100%;
			text-align: center;
		}
		.login2{
			float: left;
			width: 100%;
			text-align: center;
		}
		.inlogfield{
			height: 16px;
			width: 80%;
			border: 1px solid #ddd;
			padding: 7px 10px 7px 10px;
			
			font-size: 16px;
			color: #664127; 
			float: none;
		}
	}

.clearer {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.clearer25 {
	height: 25px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}


.clearer15 {
	height: 15px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}


.clearer45 {
	height: 45px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}


.clearer35 {
	height: 35px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}


