body {
	background: url("../img/login_bg.jpg") no-repeat;
	background-size: cover;
}

.center-content {
	margin: 12% auto 0 auto;
	width: 100%;
}
#loginForm{
    	margin-top:9%;
    }
@media screen and (max-height: 760px) {
    #loginForm{
    	margin-top:0px;
    }
}
.signin-info img {
	width: 95% \0/;
}

.usename_dv {
	margin: auto;
	margin-bottom: 5%;
	width: 67%;
	height: 46px;
	opacity: 0.7;
	border: 1px #bbb solid;
	border-radius:5px;
}

.password_dv {
	margin: auto;
	margin-bottom: 5%;
	width: 67%;
	height: 46px;
	opacity: 0.7;
	border: 1px #bbb solid;
	border-radius:5px;
}

.test_dv {
	margin: auto;
	margin-bottom: 5%;
	width: 67%;
}

.use_img {
	width: 20%;
	height: 46px;
	background: url("../img/use.png") 13px 5px no-repeat !important;
}

.password_img {
	width: 20%;
	height: 46px;
	background: url("../img/lock.png") 13px 5px no-repeat !important;
}

.user {
	width: 80%;
}

.passworder {
	width: 80%;
}

.fl {
	float: left;
	width: 50%;
	border-radius: 5px 0px 0px 5px;
	height: 46px;
	border: 1px #bbb solid;
	/*background: url("../img/input_bg.png") repeat-x !important;*/
	opacity: 0.7;
}

.textnum {
	padding-left: 10%;
	width: 100% !important;
	background: none !important;
}

.fr {
	float: right;
	width: 50%;
	height: 46px;
}

.input-write input {
	height: 44px;
	border: none;
	color: #666;
	border-radius: 0 5px 5px 0;
	background:none;
	line-height: 43px\0/!important;
	padding-left:10px;
}

.login_now {
	margin: auto;
	width: 67%;
}

.num_img {
	float: right;
	width: 90% \0/!important;;
}

.login_now div {
	margin: auto;
	hheight: 45px;
	ccolor: #ebebeb;
	font-size: 15px;
	cursor: pointer;
}

.login_now div:hover {
	ccolor: #008bd1;
}

form a {
	color: white;
}

.underlines:hover {
	color: red;
}

input::-webkit-input-placeholder {
	color: #666;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input:-moz-placeholder {
	color:#666;
}

input::-moz-placeholder {
	color:#666;
}

input:-ms-input-placeholder {
	color:#666;
}
.login_btn{
	height: 45px;
    line-height: 31px;
    width: 73%;
}

.login_index{
	background: #fff;
    border-radius: 10px;
    padding-top:20px;
    padding-bottom:20px;
}
