

body
{
	margin: 0;
	padding: 0;
	height: 100%;
	
	background: #f2f2f2;
	
	/*
	background: url(../images/loginscreen2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*/
	
	font-size: 14px;
	font-weight: 400;
		color: #9c9c9b;
	
	font-family: 'Source Sans Pro', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
    		-moz-osx-font-smoothing: grayscale;
    		-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
}
a:link, a:visited, a:active
{ 
	color: #e72146;
	-webkit-transition: all 150ms ease-in-out;
		-moz-transition: all 150ms ease-in-out;
		-ms-transition: all 150ms ease-in-out;
		-o-transition: all 150ms ease-in-out;
		transition: all 150ms ease-in-out;
}
a:hover {
	color: #da3a42;
	
}

#topbar {
	width: 100%;
	height:15px;

	background: rgb(27,34,61); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFiMjIzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iIzI2MjQ1MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iIzAxOTVhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZWNkODAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(27,34,61,1) 0%, rgba(38,36,82,1) 33%, rgba(1,149,166,1) 66%, rgba(94,205,128,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(27,34,61,1)), color-stop(33%,rgba(38,36,82,1)), color-stop(66%,rgba(1,149,166,1)), color-stop(100%,rgba(94,205,128,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(27,34,61,1) 0%,rgba(38,36,82,1) 33%,rgba(1,149,166,1) 66%,rgba(94,205,128,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(27,34,61,1) 0%,rgba(38,36,82,1) 33%,rgba(1,149,166,1) 66%,rgba(94,205,128,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(27,34,61,1) 0%,rgba(38,36,82,1) 33%,rgba(1,149,166,1) 66%,rgba(94,205,128,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(27,34,61,1) 0%,rgba(38,36,82,1) 33%,rgba(1,149,166,1) 66%,rgba(94,205,128,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b223d', endColorstr='#5ecd80',GradientType=1 ); /* IE6-8 */


	position: fixed;
	top: 0;
	z-index: 1001 !important;
}

/* Inlogscherm
------------------------------------------------------------------------------------------ */	
	
#logincontainer {
	position: absolute;
	top: 180px;
	left: 50%;
	width: 500px;
	height: 380px;
	margin-left: -250px;
	background:#fff;
	//overflow: hidden;
	border-radius: 5px;
		
	-webkit-box-shadow:  0 0px 35px rgba(0, 0, 0, 0.1);
	box-shadow:  0 0px 35px rgba(0, 0, 0, 0.1) ;
	
	
}



#login_top {
	float: left;
	width: 100%;
	height:60px;
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 10px;
	
	background: #242c4c; /* Old browsers */
			
-webkit-background-clip: padding-box;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
	

}
#login_top h1 {
	font-size: 22px;
	text-align: center;
	padding-top:5px;
	padding-left:0px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
}

#login_top span {
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 10px;
	background: url(../images/inlog_down.png) no-repeat 0 0;
}

#logo a:link, #logo  a:visited, #logo  a:hover {
	position: absolute;
	left: 50%;
	top: 60px;
	display: block;
	width: 230px; 
	margin-left: -115px;
	cursor: pointer;
	padding: 10px 0px 10px 0px;
	z-index: 998;
	overflow: hidden;
	text-align: center;
	text-decoration: none;	

}
#logo span {
	position: relative;
	top: 5px;
	color: #8b8f9d !important;
	font-weight: 900;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-size: 12px;
}
#logo a img {float: left;max-width: 100%; display: inline-block;}

#login_center{
	float: left;
	width: 100%;
	background: #fff;
	
}

		
#login_bottom{
	display: none;
	background: #fff;

	min-height: 25px;
	-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}		

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

.tekst p {
	color: #808286;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin-top: 10px;
}


fieldset{
	width:90%;
	border: 0px solid #ddd;
	padding-left: 5%;
	padding-right: 5%;
}

legend{
	display: none;
	text-transform: uppercase;
	color: #373c49;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	background: #fff;
	padding: 0 10px;
}
.tekst.lostpw legend {
	color: #e72146;
	
}


.inlogfield{
	height: 26px;
	width: 80%;
	border: 1px solid #ddd;
	padding: 7px 10px 7px 10px;
	 background: #fff;
	font-size: 14px;
	color: #000;
	font-weight: 500; 
	float: none;
	margin: auto;
	border-radius: 4px;
	-webkit-appearance: none;
}
.inlogfield:focus {	
	outline: 0 !important;
	border: 1px solid #89929a;
}	


input.inlogfield:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.login1{
	float: none;
	width: 100%;
	text-align: center;
}


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

input.login{
	float: none;

	opacity: 1;
	margin: auto;
	margin-top: 10px;

	display: block;
	color: #fff;

	text-shadow: none;
	text-decoration: none;
		font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	background: none;
	text-align: left;
	padding:1% 22% 1% 22%;
	opacity: 1;
	//box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	position:relative;
	cursor: pointer;
	border-radius: 3px;
	background: #5ecd80; /* Old browsers */
	


	border: 0;
	-webkit-appearance: none;
	outline: 0;
}
input.login:hover {
	outline: 0;
	-moz-box-shadow: inset 0 7px 20px -11px rgba(0,0,0, 0.3);
	-webkit-box-shadow: inset 0 7px 20px -11px rgba(0,0,0, 0.3);
	box-shadow: inset 0 7px 20px -11px rgba(0,0,0, 0.3);
}


input.login:focus {
	outline: 0 !important;
	-moz-box-shadow: inset 0 7px 20px -11px rgba(0,0,0, 0.8);
	-webkit-box-shadow: inset 0 7px 20px -11px rgba(0,0,0, 0.8);
	box-shadow: inset 0 7px 20px -11px rgba(0,0,0, 0.8);
 }



	
.lost {
	position: relative;
	top: 40px;
	text-decoration: underline;
	text-align: center;
	display: block;
	margin-top: 1.7em;
	font-size: 12px;
	color: #2f2e5f !important;
	
}

.lostbutton {
	float: none;

	opacity: 1;
	margin: auto;
	margin-top: 10px;
	display: block;
	color: #fff;

	text-shadow: none;
	text-decoration: none;
		font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	background: none;
	text-align: left;
	padding:1% 10% 1% 10%;
	opacity: 1;
	
	position:relative;
	cursor: pointer;
	border-radius: 3px;
	background: #5ecd80; /* Old browsers */
	
	border: 0px solid #898e97 !important;
	-webkit-appearance: none;
}
.lostbutton:hover {

	-moz-box-shadow: inset 0 7px 10px -11px rgba(0,0,0, 0.5);
	-webkit-box-shadow: inset 0 7px 10px -11px rgba(0,0,0, 0.5);
	box-shadow: inset 0 7px 10px -11px rgba(0,0,0, 0.5);
	
}
.lostbutton:focus {
	outline: 0 !important;
	-moz-box-shadow: inset 0 7px 20px -11px rgba(0,0,0, 0.8);
	-webkit-box-shadow: inset 0 7px 20px -11px rgba(0,0,0, 0.8);
	box-shadow: inset 0 7px 20px -11px rgba(0,0,0, 0.8);
 }
 
p.error {
	font-weight: 700;
 	color: #e72146 !important;
 }

.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;
}


