html, body{
	height:100%;
	min-height:740px;
	background-color:#e7feff;
}
#container{
	position:relative;
	min-height:100%;
	height:100%;
	width:100%;
	margin:0 auto -100px auto;
}
#header{
	height:100px;
	text-align:center;
	padding:32px 0 32px 0;
}
#description{
	padding:0 0 4px 0;
}
#form{
	position:absolute;
	top:0;
	right:0;
	bottom:50px;
	left:0;
	margin:auto;
	height:500px;
	width:270px;
}
.inplab{
	margin:25px 0 0 0;
	height:75px;
	color:#b2b2b2;
}
.inplab label{
	font-size:14px;
	font-weight:700;
}
.inplab label.show{
	top:-25px;
}
.inplab.benutzer{
	height:50px;
}
.fehler + .inplab.benutzer{
	margin-top:-24px;
}
.inplab.benutzer h3{
	padding:16px 0 0 10px;
}
input[type="text"], input[type="password"]{
	padding:0 10px;
	height:58px;
	width:248px;
	border:0;
	border-radius:6px;
	background:#fff;
	border:1px solid #ccc;
	color:#27348b;
	font-weight:700;
}
button{
	margin:20px 0;
	width:270px;
	background-color:#21f1f8;
	border:2px solid #21f1f8;
}
button:hover{
	background-color:#27348b;
	border:2px solid #27348b;
	color:#fff;
}
::-webkit-input-placeholder{color:##b2b2b2 ; opacity:0.5 !important; font-family:'Open Sans', sans-serif;}
:-moz-placeholder{color:##b2b2b2 ; opacity:0.5 !important; font-family:'Open Sans', sans-serif;}
::-moz-placeholder{color:##b2b2b2 ; opacity:0.5 !important; font-family:'Open Sans', sans-serif;}
:-ms-input-placeholder{color:##b2b2b2 ; opacity:0.5 !important; font-family:'Open Sans', sans-serif;}

#container p{
	text-align:center;
}
#container a{
	color:#27348b;
	text-decoration:none;
	font-size:14px;
	font-weight:400;
}
.fehler{
	margin:16px 0 40px 0;
	padding:5px;
	height:40px;
	border-radius:6px;
	color:#eb625a;
	background-color:#fff;
}
#footer{
	position:relative;
	margin:0 auto;
	margin-top:48px;
	height:100px;
	width:100%;
	line-height:100px;
	color:#808080;
	background-color:#262626;
	text-align:center;
	font-weight:300;
	font-size:14px;
}
#footer p, #footer .bordtop{
	display:inline-block;
	margin:auto;
	border:0;
	padding:0 15px;
}
#footer .bordtop{
	padding:0 30px;
	text-align:center;
}
#footer a{
	color:#808080;
	text-decoration:none;
}
#footer a:active, #footer a:hover{
	color:#fff;
}
@media only screen and (max-device-width:736px), only screen and (max-width:650px){
	body{
		min-height:920px;
	}
	#container{
		position:relative;
		top:0;
		bottom:0;
		margin:0 auto -253px;
		background-color:#e7feff;
	}
	#form{
		position:relative;
		padding:0 20px;
		height:680px;
		width:auto;
	}
	#form > form, input[type="text"], input[type="password"], button{
		width:100%;
	}
	#footer{
		height:253px;
		line-height:25px;
	}
	#footer .bordtop{
		padding:20px 0;
	}
	#footer p{
		display:block;
	}
	#footer .bordtop{
		width:calc(100% - 60px);
		border-top:1px solid #4d4d4d;
	}
	#footer #face{
		padding:20px 0;
	}
}