 html,body{
 	height:100%;
 }
 body
{
	background: url("../home/image/scean5.jpg") no-repeat bottom center;
	background-size: cover;
	max-height: 100%;
	background-attachment: fixed;
	margin:0px;
}
.upper_main_login{
	width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.57);
margin: 0px;

}
.main_login
{
	padding: 15px 15px;
	width: 320px;
	background: rgba(0, 0, 0, 0.6);
	font-family: verdana;
	color:white;
	margin: 0px auto;
	border-radius: 10px;
	box-shadow: 0px 5px 5px #424242;
	border: 10px solid;
	float: left;
	margin-left: 20px;
	height: 160px;
}
.main_login h3{
	text-align: center;
	margin:5px auto;
}
.main_login td
{
	padding:7px 10px;
}
.txt
{
	padding: 3px;
	border: none;
	border-radius: 4px;
}
.button
{
	background: #a00000; 
	border: none;
	padding: 5px 15px;
	cursor: pointer;
	color:white;
	font-weight:bold;
}
.button:hover
{
	background:black;
}