@charset "utf-8";
/* CSS Document */

/* (c) Daniel Krummacker */

body {
	background: url(../include/27158684-millimeterpapier-von_123rf_com.jpg);
	height: 100%;
	background-size: 20%;
		
}
.header {
	opacity: 1;
	margin: -10px;
	padding:10px;
	
	background-color: #55C108;
	height: 80px;
	width: 100%;
}

.logo {
	margin-top: -5px;
	
}

.frame{
	opacity: 1;
	width:400px;
	min-height:255px ;
	background-color: #D0F5D5;
	padding:20px 30px; 
	margin: 10px;
	border:1px groove; 
	border-color: #000000;
	border-radius: 10px;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	position:absolute;
	box-shadow:4px 4px 6px black;
}

h1 {
	font-family: century gothic;
	text-align: center;
	background-color: #55c108;
	margin-top:0px;
	border-radius: 10px;
	
}

.frame input{
	/*text-align:center;*/
	
	width: 100%;
	margin-bottom:10px;
}

.frame input[type="text"], input[type="password"]{
	height: 40px;
	background:none;
	border: none;
	border-bottom: 1px solid #55c108;
	
}

.frame input[type="submit"]{
	height: 40px;
	background-color: #55C108;
	outline:none;
	font-size:25px;
	border-radius:10px;
	border: none;
	border-bottom: 1px solid #55c108;
}

.frame input[type="submit"]:hover{
	background-color: #2029C0;
	cursor: pointer;
}
.footer {
	background-color: #3c9803;
	position: absolute;
	bottom: 0;
	width:100%;
	height:30px;
}

h6 {
	margin-left:60px;
	margin-bottom:10px;
}
.m1
	{
	text-align: center;
	font-size: 20px;
	font-family: "Arial";
}