body{
	background-color:rgb(180,180,180);
	font-family: Arial, sans-serif;
}
#logo{
	display: block;
	margin: 15px auto 15px auto;
	/*width: 100%;
	max-width: 600px;*/
}
#wrapper{
	margin-bottom:5px;
	text-align:center;
}
#login{
	width:90%;
	max-width:500px;
	margin:auto;
	padding:0px;
	padding-top: 30px;
	position:relative;
	/*border:1px solid #777;
	border-radius:15px;*/
}
#emOdOK{
	width: 100%;
	border: 1px solid #5f5;
	margin: 5px auto;
	padding: 15px;
	background-color: #afa;
	color: black;
	text-align: center;
	border-radius:10px;
}
#emOdErr{
	width: 100%;
	border: 1px solid #f55;
	margin: 5px auto;
	padding: 15px;
	background-color: #faa;
	color: black;
	text-align: center;
	border-radius:10px;
}
.loginStart{
	/* background-color: #ccc; */
}
.loginError{
	background-color: #ffaaaa !important;
	border: 1px solid #ff8888;
	box-shadow: 0 0 25px #ff8888;
}
input[type=text],input[type=password],input[type=email]{
	line-height: 1.5;
	border: 1px solid #888;
	border-radius:5px;
	background-color: #eee;
	padding: 15px 16px;
	width: 80%;
	margin: 5px auto;
	text-align: center;
}
input[type=text]:focus,input[type=password]:focus,input[type=email]:focus{
	background-color: #fff;
	outline: none !important;
	border:1px solid #888;
	box-shadow: 0 0 15px #eee;
}
input[type=submit],button{
	font-weight: bold;
	margin: 30px auto 60px auto;
	padding: 20px 80px;
	border: 1px solid #777;
	border-radius:8px;
	background-color: #d0d0d0;
}
input[type=submit]:focus,input[type=submit]:hover,button:focus,button:hover{
	background-color: #d0ffd0;
	outline: none !important;
	box-shadow: 0 0 15px #aaffaa;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
a:hover,a:focus{
	outline: none !important;
	text-decoration: underline;
	color: #666;
}
.input-icons img {
	position: absolute;
}
.input-icons {
	width: 100%;
}
.icon {
	padding: 10px 10px;
	color: green;
	text-align: center;
}
.dnone{
	display: none !important;
}

#cookies{
	background-color: #aaa;
	width:100%;
	position: fixed;
	bottom:0px;
	left:0px;
	padding:5px;
	text-align: center;
	font-weight: normal;
	font-size: 3.5mm;
	line-height: 5mm;
	border: 1px solid #999;
	z-index: -1;
}
