*{padding: 0;margin: 0;}
body{ 
	background: url(../img/loginbg.jpg) no-repeat;
    background-position: center top;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
.mark-login {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}
.login-container {
    position: absolute;
    width: 460px;
    top: 30%;
    margin-top: -150px;
    left: 50%;
    margin-left: -230px;
    z-index: 10;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.3);
}
.login-header {
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding: 20px;
}
.login-header .small {
    font-size: 12px;
}
.login-body {
    padding: 30px 50px;
    background: #fff;
    border-radius: 5px;
}
.login-logo {
    text-align: center;
    margin-bottom: 30px;
}
.login-logo img {
    width: 165px;
}
.form-group{
	width: 100%;
	height: 34px;
	padding: 0 15px;
}
.form-group .form_item_l{
	float: left;
	width: 30%;
	height: 34px;
}
.form-group .form_item_l div{
	width: 100%;
	height: 34px;
	text-align: center;
	line-height: 34px;
	font-weight: 700;
}
.form-group .form_item_r{
	float: right;
	width: 70%;
	height: 34px;
}
.form-group .form_item_r input{
	width: 230px;
	height: 34px;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
    font-size: 12px;
    color: #555;
    background-color: #fff;
    padding: 0 12px;
}
.login-foot {
    font-size: 12px;
    text-align: center;
    padding: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #999;
}
.loginSubmit{
	width: 80px;
	height: 34px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background-color: #ac2925;
    border-color: #ac2925;
}
.captchaBox{
	width: 120px !important;
	float: left;
}