* {
       margin: 0; 
       padding: 0;
     }
body{
	background-color:rgb(240,240,240);
/*	margin: 0 auto !important;*/
	margin: 0px;
	padding-top: none;
	min-width:500px;
    height: 100%;
}
#logininfo{
	margin-left: 2em;
	margin-right: 2em;
	margin-top:3em;
	margin-bottom:2em;
	text-align: justify;
}
#require{
	margin-left: auto;
	margin-right: auto;
	margin-top:3em;
	margin-bottom:2em;
}

#tab{
margin:auto;
border-spacing:20px;
}

#loginfield{
	background-color:rgb(200,200,200);
	position: absolute;
	height: 40em;
	width: 20em;
	right: calc(50% - 10em);
	top: calc(50% - 20em);
	
}

input.eingabefeld{
	height: 2em;
	width: 200px;
	text-align: center;
	font-size: 1em;
	border: 2px solid rgb(0,80,200);
	border-radius: 5px;
}


input.eingabefeld:focus{
	outline:none;
	border: 2px solid rgb(0,80,200);
	border-radius: 5px;
}


input.loginbutton{
	cursor: pointer;
	outline:none;
	height: 2em;
	width: 204px;
	text-align: center;
	font-size: 2em;
	background-color: rgb(0,80,200);
	color: rgb(240,240,240);
	border: none;
	border-radius: 10px;
	box-shadow: 1px 2.5px #666;
}
input.loginbutton:hover{
	background-color: rgb(0,150,50);
	border-radius: 10px;
}
input.loginbutton:active{
	background-color: rgb(0,150,50);
	box-shadow: 0px 0px #666;
	transform: translateY(2.5px);
}

#lb{
line-height:30px;
}

#bd{
line-height:50px;
}
