/* CSS Document */
body{
	background-image: url("../imges/texturebaseod.png");
	background-size: 17%;
	color:#17A100;
	text-align: center;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}
input{
	width: 100%;
	background-color: #3B3B3B;
	color:#17A100;
}
.lgin_wrapper{
	margin: 10px auto;
	padding: 10px;
	width: 300px;
	height: 70px;
	background-color: #222222;
}
.lggin_wrapper{
	margin: 10px auto;
	padding: 10px;
	width: 300px;
/*	height: 270px;*/
/*	background-color: #222222;*/
}

button[type=submit]{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 50px;
	font-size: 19px;
	font-weight: 700;
	background-color: #5C5C5C;
	color: #B7B7B7;
}
button[type=submit]:hover{
	background-color: #8D0002;
	color:#FFFFFF;
}