.login_view {
	width: 100%;
	height: 100vh;
	background: url(/static/front/img/bg.png) no-repeat;
	background-size: 100% 100%;
}
/*登录*/
.login_other a{
	font-size: 14px;
	color: #666666;
	margin-bottom: 20px;
}
/*修改密码*/
.login_view .change_box {
	width: 340px;
	padding: 50px 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -230px;
	margin-top: -256px;
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px #cfe1e5;
}

.login_view .change_box .box_top {
	text-align: center;
	margin-bottom: 40px;
}

.box_top::after,.box_top::before{
	content: "";
	display: inline-block;
	width: 80px;
	height: 1px;
	background: #f1f1f1;
}
.login_view .change_box .box_top img{
	height: 35px;
}
.login_view .change_box form .formview {
	margin-bottom: 30px;
}

.login_view .change_box form input {
	width: 327px;
	height: 40px;
	border: none;
	background: #eff3f5;
	padding-left: 13px;
}

.login_view .change_box form input::-webkit-input-placeholder {
	color: #a0a0a0;
	font-size: 12px;
}

.login_view .change_box form .vercode input,.login_view .change_box form .imgCode input{
	width: 157px;
}
.login_view .change_box .ver_btn{
	width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 10px;
	color: #fff;
	background: #d12b2b;
	font-size: 12px;
	cursor: pointer;
	border: none;
}
#v_container{
	width: 100px;
	height: 40px;
	display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
#verifyCanvas{
	width: 100px;
	height: 40px;
}
.login_view .change_box .submit {
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-top: 10px;
	font-size: 18px;
}

.form p{
	margin: 20px 0 0;
    font-size: 12px;
    color: #666;
}
.form p span{
	cursor: pointer;
}
