@CHARSET "UTF-8";
html,body {
	width:100%;
	 background:#E43722;
	background: url(../images/bg01.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.login-logo, .register-logo {
    color: #fff;
}
.login-box {position:absolute; left:50%; top:50%; margin:-300px auto auto -180px;}
.login-foot {
	position: absolute;bottom: 0px;height:30%;width:100%;text-align: center;
}

.login-foot > img{
	height:100%;
}
.login-box-body {
	border-radius: 10px;
}
