@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
}

.lg-container{
	width:332px;
	margin:50px auto;
	padding:10px 40px;
	border:1px solid #ebebeb;
	background:#ebebeb;
	-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:30px;
	text-align:left;
	color: #1e82e8;
	border-bottom:1px solid #CCC;
}
#lg-form > div {
	margin:10px 5px;
	padding:5px 0;
}
#lg-form label{
	display: none;
	font-size: 14px;
	line-height: 25px;
}
#lg-form input[type="text"],
#lg-form input[type="password"]{
	padding: 10px;
	font-size: 14px;
	width: 240px;
}
#lg-form div:nth-child(3) {
	text-align:center;
}
#lg-form button{
	display: block;
	border: 1px solid #1e82e8;
	padding: 10px;
	background: #1e82e8;
	width: 100%;
	font-size: 16px;
	color: #fff;
	cursor:pointer;
}
#lg-form button:active, #lg-form button:hover{
	background:#126da7;
	border: 1px solid #126da7;
}
#message{width:100%;text-align:center}
.success {
	color: #126da7;
}
.error {
	color: red;
}