body {
	background: url(Hintergrund.png) no-repeat;
	background-size: cover;
	background-color: #152B40;
}

h2{
	text-align: left;
	font: 35px "Gill Sans", sans-serif;
	font-weight: bold;
	color: white;
}

.heading{
	color: orange;
}

.logo_box{
	width: 480px;
	color: orange;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top:50%;
}

.logo_box h3{
	text-align: center;
	height: 20px;
	font: 20px "Abel";
	color: #FFFFFF;
	height: 20px;
	line-height: 20px;
	padding:0 0 40px 0;
}
.chicken {
	width: 200px;
	height: 300px;
}
.left{
	float: left;
	color: orange;
	margin-top: -35px;
	margin-right: 10px;
	max-width:220px;
	max-height: 150px;
}

.right{
	float: right;
	margin-top: 8px;

}

.forms{
	width: 280px;
	height: 485px;
}

.logon_inof{
	width: 100%;
	min-height: 450px;
	padding-top: 35px;
	position: relative;
}

.input_outer{
	height: 46px;
	padding: 0 5px;
	margin-bottom: 30px;
	border-radius: 50px;
	position: relative;
	border: orange 4px solid !important;
}

.u_user{
	width: 25px;
	height: 25px;
	background: url(login_ico.png);
	background-position:  -125px 0;
	position: absolute;
	margin: 10px 13px;
}
.us_uer{
	width: 25px;
	height: 25px;
	background-image: url(login_ico.png);
	background-position: -125px -34px;
	position: absolute;
	margin: 10px 13px;
}

.l-login{
	position: absolute;
	z-index: 1;
	left: 50px;
	top: 0;
	height: 46px;
	font: 14px "Abel";
	line-height: 46px;
}
.text{
	width: 220px;
	height: 46px;
	outline: none;
	display: inline-block;
	font: 20px "Gill Sans", sans-serif;
	border: none;
	background: none;
	text-align: center;
	line-height: 46px;
	font-weight: bold;
}
/*///*/
.mb2{
	margin-bottom: 0px;
}
.mb2 a{
	text-decoration: none;
	outline: none;
}
.submit {
	padding: 15px;
	margin-top: 20px;
	display: block;

}
.act-but{
	line-height: 20px;
	text-align: center;
	font-size: 20px;
	border-radius: 80px;
	width: 100%;
	background: none;
	border-color: orange;
	font-weight: bold;
	border: orange 4px solid !important;
	}