#login {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#login > div {
	position: fixed;
	top: 0;
	left: 50%;
	bottom: 0;
	margin: 0 0 0 -220px;
	width: 440px;
	border-width: 0 1px;
	border-style: solid;
	border-color: #333;
	background: rgba(220,220,220,0.3);
	padding: 10% 20px 0 20px;
}
#login > div > span:first-child {
	color: var(--c18);
	background: var(--c13);
	position: relative;
	display: block;
	text-align: center;
	font-size: 25px;
	border-radius: 5px;
	margin-bottom: 10px;
	font-weight: bolder;
	padding: 15px 0;
}
#login > div > form span,#login > div input {
	position: relative;
	display: inline-block;
	float: left;
	height: 50px;
}
#login > div > form span {
	background: var(--c14);
	width: 50px;
	margin: 0 0 20px 15px;
	font-size: 18px;
	text-align: left;
	color: #EEE;
	padding: 2px;
	border-radius: 5px 0 0 5px;
}
#login > div input:not([type='button']) {
	color: var(--c2);
	background: var(--c1);
	clear: right;
	margin: 0 0 20px 0;
	font-size: 23px;
	border-width: 0;
	border-radius: 0 5px 5px 0;
	width: 320px;
	top: 0;
	padding: 0 5px;
}
#login > div input[type='button'] {
	border-color: var(--c15);
	background: var(--c16);
	color: var(--c18);
	position: relative;
	display: inline-block;
	float: right;
	width: auto;
	padding: 10px;
	top: 0;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	cursor: pointer;
	margin-right: 15px;
	font-size: 18px;
}
#loginBack, #loginBlur {
	background: var(--cl02);
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#loginBack > img {
	position: absolute;
	display: block;
	top: 0;
	height: 100%;
	width: auto;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: blur(1.5rem);
}

#loginBack { filter: blur(1.5rem); }

#loginLogo {
	position: fixed;
	display: block;
	bottom: 5px;
	left: 5px;
}

#cookie {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 10px;
}
#cookie > span {
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
}
#cookie > img {
	position: relative;
	float: left;
	width: 30px;
	height: auto;
	margin-right: 5px;
}

input:-webkit-autofill {
	-webkit-text-fill-color: #333 !important;
    -webkit-box-shadow: 0 0 0 30px #FFF inset;
}
.lBall {
	position: absolute;
	display: block;
	border-radius: 50%;
}
