

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }


html {
  overflow-y: scroll;
  overflow-x: hidden;  
  -webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #444444; 
	font-weight: 400;
	background: #ebebeb;
	-webkit-text-size-adjust:none;		  /* Turn off font resizing */		
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;		
}


/* Inlogscherm
------------------------------------------------------------------------------------------ */	
	
#logincontainer {
	margin: 40px auto;
	width: 500px;
	background: #ffffff
}

@media (max-width: 540px) {
	#logincontainer {
		width: 100%;
		padding: 0px 20px 0px 20px;
		margin: 20px 0px 20px 0px;
	}			
}

#login_center{
	float: left;
	width: 100%;
	background: #ffffff;	
	margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 30px 0px #d5d5d5; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
          box-shadow: 0px 0px 30px 0px #d5d5d5; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
	
}

		
.login_head{
	width: 100%; 
	display: block; 
	border: 0px;
	padding: 1px;
}

#login_center .tekst{
	padding: 20px;
	float: left;
	width: 100%;
}




fieldset{
	border: 1px solid #e6e6e6;
	padding: 20px;
	width: 100%;
}

legend{
	font-size: 24px;
	line-height: 28px;
font-family: 'Arial', sans-serif;
	color: #000000;
	font-weight: 700;
}

.inlogfield{
	height: 30px;
	width: 100%;
	border: 1px solid #e6e6e6;
	padding: 5px;
	font-size: 14px;
	float: left;
		 -webkit-appearance: none;
	 border-radius: 0px;
}
		

.login1{
	float: left;
	width: 30%;
	padding-right: 20px;
	text-align: right;
}


.login2{
	float: right;
	width: 70%;
	text-align: left;
}

@media (max-width: 540px) {
	.login1{
		float: left;
		width: 100%;
		padding-right: 0px;
		text-align: left;
	}


	.login2{
		float: left;
		width: 100%;
		text-align: left;
	}		
}

.login{
	float: left;
font-family: 'Arial', sans-serif;
/* 	text-transform: uppercase; */
	position: relative;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	padding: 7px 15px 6px 15px;		
	font-size: 15px;
	line-height: 19px;
	background: #0095df;
	text-align: left;
	border-left: 0px;
	border-right: 0px;	
	border-top: 0px;
	border-bottom: 0px solid #c70002;
	margin: 20px 10px 0px 2px;
	cursor: pointer;
	 -webkit-appearance: none;
	 border-radius: 0px;
	 border-radius: 10px;
}

a.wwlink:link, a.wwlink:visited { 
font-family: 'Arial', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #1a1b1f;
	text-decoration: none;
	padding: 0px 20px 0px 0px;
	padding: 7px 0px 6px 15px;		
	font-size: 15px;
	line-height: 19px;
	float: right;	
	margin: 20px 0px 0px 2px;
	}
	
	

a.wwlink:hover, a.wwlink:active { 
	color: #e40017;
	text-decoration: none;
	}


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


a:link, a:visited { 
	color: #0095df;
	text-decoration: none;
	   outline-color: invert;
	   outline-style: none;
	   outline-width: 0pt; 	
	}

a:hover, a:active { 
	color: #0095df;
	text-decoration: none;
	}