.login-container{
	width: 500px;
	height: 300px;
	text-align: center;
	margin: 0 auto;
	background-color: #ABC8D6;
	border-radius: 20px;
}

.login-container img{
	width: 55px;
	height: 95px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.loginpic::before{
	content: "\f508";
	font-family: "FontAwesome";
	font-size: 100px;
	color: #FFFFFF;  
}

input[type="text"],input[type="password"]{
	margin-top: 5px;
	height: 45px;
	width: 300px;
	font-size: 18px;
	margin-bottom: 5px;
    background-color: #fff;
	padding-left: 50px;
	border-radius: 5px;
	color: black;
}

input.strnr{
	margin-top: 5px;
	height: 45px;
	width: 50px;
	font-size: 18px;
	margin-bottom: 5px;
    background-color: #fff;
	padding-left: 5px;
	text-align: center;
}

input.plz{
	margin-top: 5px;
	height: 45px;
	width: 100px;
	font-size: 18px;
	margin-bottom: 5px;
    background-color: #fff;
	padding-left: 5px;
	text-align: center;
}

input.right{
	margin-top: 5px;
	height: 45px;
	width: 175px;
	font-size: 18px;
	margin-bottom: 5px;
    background-color: #fff;
	padding-left: 5px;
	text-align: center;
}

input.company{
	margin-top: 5px;
	height: 45px;
	width: 175px;
	font-size: 18px;
	margin-bottom: 5px;
    background-color: #fff;
	padding-left: 5px;
	text-align: center;
}

.form-input::before{
	content: "\f007";
	font-family: "FontAwesome";
	padding-left: 07px;
	padding-top: 10px;
	position: absolute;
	font-size: 35px;
    color: #000000;
}

.form-input:nth-child(2)::before{
	content: "\f007";
}

.form-input:nth-child(3)::before{
	content: "\f0e0";
	font-size: 25px;
	margin-top: 7px;
}

.form-input:nth-child(4)::before{
	content: "\f023";
}

input[type="submit"]{
	height: 45px;
	width: 150px;
	font-size: 18px;
	margin-top: 10px;
    background-color: #ffffff;
    padding-left: 30px;
    color: #000000;
}

.accept::before{
	content: "\f2f6";
    font-family: "FontAwesome";
    padding-left: 07px;
    margin-top: 13px;
    position: absolute;
	font-size: 35px;
    color: #000000;  
}

.benutzer-container{
	width: 500px;
	height: 400px;
	text-align: center;
	margin: 0 auto;
	background-color: #ABC8D6;
	border-radius: 20px;
}