@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body{
  	background: url(ls.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;

	font-family: 'Open Sans', sans-serif;
}

.lg-spruch{
	position: absolute;
	bottom: 0;
	width: 100%;
	color: rgb(255,255,255);
	text-align: center;
	margin-bottom: 30px;
	
}


.lg-container{
	position: absolute;
	bottom: 0;
	margin-bottom: 100px;
	left: 40%;
	width:250px;
	padding: 30px;
	border:0px solid #f4f4f4;
	background:rgba(255,255,255,.5);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;	
	-webkit-box-shadow: 0 0 2px #aaa;
	-moz-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
}
.lg-container h1{
	font-size:40px;
	text-align:center;
}
#lg-form > div {
	margin:10px 5px;
	padding:5px 0;
}
#lg-form label{
	display: none;
	font-size: 20px;
	line-height: 25px;
}
#lg-form input[type="text"],
#lg-form input[type="password"]{
	border:1px solid rgba(51,51,51,.5);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding: 5px;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
}
#lg-form div:nth-child(3) {
	text-align:center;
}
#lg-form button{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	border:1px solid #000;
	background: #ffd267;
	padding:5px 10px;
	border:1px solid rgba(ff,d2,67,.5);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	
	-webkit-box-shadow: 2px 1px 1px #aaa;
	-moz-box-shadow: 2px 1px 1px #aaa;
	box-shadow: 2px 1px 1px #aaa;
	cursor:pointer;
}
#lg-form button:active{
	-webkit-box-shadow: 0px 0px 1px #aaa;
	-moz-box-shadow: 0px 0px 1px #aaa;
	box-shadow: 0px 0px 1px #aaa;

}
#lg-form button:hover{
	background:#fef286;
}
#message{width:100%;text-align:center}
.success {
	color: green;
}
.error {
	color: red;
}