@import url(https://fonts.googleapis.com/css?family=Exo:100,200,400);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:700,400,300);

body{
	margin: 0;
	padding: 0;
	background: #fff;

	color: #fff;
	font-family: Arial;
	font-size: 12px;
	overflow: hidden;
}

.body{
	position: absolute;
	top: -20px;
	left: -20px;
	right: -40px;
	bottom: -40px;
	width: auto;
	height: auto;
	/* background-image: url(static/images/wilma/login.jpg); */
	background-size: cover;
	/* -webkit-filter: blur(3px); */
	z-index: 0;
} 

.grad{
	position: absolute;
	top: -20px;
	left: -20px;
	right: -40px;
	bottom: -40px;
	width: auto;
	height: auto;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	z-index: 1;
	opacity: 0.7;
}

.header{
	position: absolute;
	top: calc(50% - 130px);
	left: calc(50% - 130px);
	z-index: 2;
}

.header div{
	float: left;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 35px;
	font-weight: 200;
}

.header div span{
	color: #fad353 !important;
}

.meldung{
	position: absolute;
	top: calc(50% + 100px);
	left: calc(50% - 130px);
	z-index: 3;
}

.meldung div{
	float: left;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 15px;
	font-weight: 200;
}

.meldung div span{
	color: #fad353 !important;
}

.copyright{
	position: absolute;
	top: calc(92%);
	left: calc(2%);
	font-family: 'Exo', sans-serif;
	font-size: 8px;
	z-index: 4;
}

.copyright a{
	float: left;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.verweise{
	position: absolute;
	bottom: calc(10%);
	left: calc(1.7%);
	font-family: 'Exo', sans-serif;
	font-size: 12px;
	z-index: 5;
}

.verweise a{
	float: left;
	text-decoration: none;
	width: 156px;
	height: 15px;
	background: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	border-radius: 2px;
	color: #a18d6c;
	font-family: 'Exo', sans-serif;
	font-size: 12px;
	font-weight: 400;
	padding: 6px;
	margin-top: 10px;
}

.verweise a:hover{
	opacity: 0.8;
}

.loginBG1{
	background-color: gray;
	opacity: 0.5;
	position: absolute;
	top: calc(50% - 142px);
	left: calc(50% - 142px);
	width: 284px;
	height: 272px;
	border-radius: 2px;
	z-index: 1;
}

.loginBG2{
	background-color: gray;
	opacity: 0.5;
	position: absolute;
	top: calc(91.6%);
	left: calc(1.7%);
	width: 300px;
	height: 36px;
	border-radius: 2px;
	z-index: 4;
}

.login{
	position: absolute;
	top: calc(50% - 75px);
	left: calc(50% - 140px);
	height: 150px;
	width: 350px;
	padding: 10px;
	z-index: 2;
}

.login input[type=text]{
	width: 250px;
	height: 30px;
	background: transparent;
	/* background: rgba(48, 42, 42, 0.438); */
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 2px;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 4px;
}

.login input[type=password]{
	width: 250px;
	height: 30px;
	background: transparent;
	/* background: rgba(48, 42, 42, 0.438); */
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 2px;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 4px;
	margin-top: 10px;
}

.login input[type=submit]{
	width: 260px;
	height: 35px;
	background: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	border-radius: 2px;
	color: #a18d6c;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 6px;
	margin-top: 10px;
}

.login input[type=submit]:hover{
	opacity: 0.8;
}

.login input[type=submit]:active{
	opacity: 0.6;
}

.login input[type=text]:focus{
	outline: none;
	border: 1px solid rgba(255,255,255,0.9);
}

.login input[type=password]:focus{
	outline: none;
	border: 1px solid rgba(255,255,255,0.9);
}

.login input[type=submit]:focus{
	outline: none;
}

::-webkit-input-placeholder{
   color: rgba(255,255,255,0.6);
}

::-moz-input-placeholder{
   color: rgba(255,255,255,0.6);
}
