.reset{
    width: 490px;
    height: 360px;
    background: #fbfbfb;
    margin: 155px auto 65px;
    padding: 25px 25px 15px 20px;
    font-family: 宋体;
    border: 1px #ddd solid;
	box-shadow: 0 1px 1px 0 #ddd;
}
.reset-password>input:hover,.reset-password-1>input:hover,.reset-auth-code>div>input:hover{
	border: 1px solid #ddd;
}
.reset-password>input{
    width: 310px;
    height: 35px;
	line-height:35px;
	border: 1px solid #eee;
    margin-left: 13px;
	padding-left: 5px;
}
.reset-password-1>input{
    width: 310px;
    height: 35px;
	line-height:35px;
	border: 1px solid #eee;
	margin-left: 14px;
	padding-left: 5px;
}
.reset-auth-code>div>input{
    width: 110px;
    height: 35px;
	border: 1px solid #eee;
	color:#333; 
	line-height:35px; 
	padding-left: 5px;
}
.reset-password>span,.reset-password-1>span,.reset-auth-code>div>span{
    color: #666;
	font-size:12px;
}
.reset-password>span{
	 margin-left: 4px;
}
.reset-password-1>span{
	 margin-left: 6px;
}
.reset-password{
    margin-left: 28px;
}
.without-text{
    font-size: 12px;
    color: #999;
    margin-left: 75px;
    padding: 4px 0px 4px 0px;
}
.reset-auth-code{
    padding: 18px 0px 0px 48px;
}
.succeed{
    width: 490px;
    height: 200px;
    line-height: 50px;
    background: #fbfbfb;
    margin: 110px auto 180px;
    padding: 40px 0px 0px 0px;
    font-family: 宋体;
	box-shadow: 0 1px 1px 0 #ddd;
}
.succeed>p>a{
    color: #ff9900;
}
.succeed-text{
    font-size: 24px;
    font-family: 微软雅黑;
    color: #ff9900;
}