@charset "utf-8";
/* CSS Document */
.footer {height: 102px;line-height: 102px;text-align:center;font-size: 14px;color: #646464;position:absolute;
 bottom:0;
 width:100%;}
body{
    margin:0; 
    padding:0;
    background:url(images/loginbg.jpg);
    font-size:13px;
    color:#666;
}
.main_box {
    position: absolute;
    top:50%; 
    left:50%;
    margin-top:-180px;
    margin-left: -300px;
    width:600px;
    height:330px;
	background:url(images/logindl.png);
	background-repeat:no-repeat;
	background-size:600px 330px;
}

.login_box {
    position: absolute;
    top:50%; 
    left:50%;
    margin-top:-20px;
    margin-left: -60px;
    width:260px;
    height:300px;
}
.form-group
{
    margin-bottom:15px;       
}
.form-group label
{  
	width:60px;  
	display:inline-block;
	text-align:right;	
}
.form-group input
{  
	width:160px;
	vertical-align: middle;
	height:30px;
	padding: 0;
	border: 1px solid #ff962b;
	background: #f5f5f5;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	color: #4d4d4d;
	padding:2px 6px;    
}
.btn{
    display: block;
    text-align: center;
    width:100px;
    color:#fff;
    border-radius:4px;
    height: 30px;
    line-height: 30px;
    background-color: #fb6b30;
    border: 1px solid #fb6b30;
    margin-left:90px;
    cursor: pointer;
    box-shadow: 2px 2px 2px #888;
}


.btn:hover{
    background-color: #f5ae1a;
    border: 1px solid #eaa006;
}