

body
{
	margin: 0;
	padding: 0;
	height: 100%;
	
	background: #e5e5e5;
	
	/*
	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;
	
}
/* 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 10px rgba(0, 0, 0, 0.1);
	box-shadow:  0 0px 10px rgba(0, 0, 0, 0.1) ;
	
	
}



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

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

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

}
#logo span {
	color: rgba(255,255,255,0.6);
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	line-height: 40px;
}
#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: #66cc66;


	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: #66cc66; /* 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;
}


