@CHARSET "UTF-8";
/* 验证身份和重置密码区域的大小及位置 */
.validate_content{
	width: 1200px;
    height: 563px;
    position: absolute;
    top: 80px;
    left: calc((100% - 1200px)/2);
    border:1px solid rgba(228, 228, 228, 1);
    background-image: url(../../static/img/common/white_logo.png);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 100%;
}
/* 找回密码显示的位置 */
.title{
	padding: 30px 0px 20px 20px;
}
/* 步骤中水平线的粗细、颜色及宽度 */
.step_menu dl{
	border-top: 2px solid #797979;
    width: 400px;
    float: left;
    position: relative;
    top: -2px;
}
/* 手机号码和验证码字的颜色 */
.label-title{
    text-align: left;
    margin-bottom: 0;
    /* padding-top: 6.5px; */
    line-height:43px;
    color: #333;
}
/* 手机号码和验证码的位置 */
.findpwd-form {
    padding-top: 182px;
    width: 500px;
    font-size: 14px;
    position: absolute;
    left: calc((100% - 500px)/2);
}
/* 文本框的样式 */
.form-control{
	/* border-radius:0px; */
	height:43px;
}
/* 验证身份和重置密码距①②的高度 */
dd {
    padding-top: 5px;
}

/* 验证码错误提示文字的样式 */
label.error-tip, label.error {
    font-weight: normal;
    color: #FF4040;
}
/* 发送验证码的样式 */
.send_verifycode{
	background-color:#47B5FF;
	width:117px;
	height:43px;
	text-align: center; 
	color: #fff;
	font-size: 14px;
	font-weight: 100;
}
/* 找回密码文字的大小 */
.title label{
    font-size: 14px;
    color: #151515;
    margin-bottom: 0px;
    vertical-align: middle;
    padding-left: 8px;
}
/* 下一步按钮的样式 */
.next_step{
	width: 142px;
	height: 45px;
    /* float: right; */
    top: 30px;
    background-color:  #18A2FF; 
    /* border-radius: 8px; */
    color: #fff;
    font-size: 16px;
    z-index: 100;
}
/* 下一步按钮鼠标点击样式 */
.next_step:hover,.next_step:focus,.next_step:active{
	background-color: #1282cc !important;
	color: #fff !important;
}
.send_verifycode:hover,.send_verifycode:focus,.send_verifycode:active{
	background-color: #47B5FF;
	color: #fff !important;
}
.verify_code_position,.repassword_position{
	padding-top:31px;
}
.send_verify_position{
	position: absolute;
	left: calc(100% - 117px);
    top: 0px;
    margin-bottom: 0px;
}
/* 重设提示 */
.reset_tip{
    position: absolute;    
    top: 200px;
    left: calc((100% - 500px)/2);
    text-align: left;
    margin-bottom: 0;
    padding-top: 7.5px;
    color: #333;
    font-weight: bolder;
    font-size: 14px;
}
/* #placeDiv{
	height:25px;
} */
.validate_ends_line{
	width:152px;
	height:4px;
}
.step_one{
	text-align: center;
	width:71px;
	position: absolute;
	left: 152px;
}
.current_step_num{
	background-image: url('../../static/img/common/validate_step1.png');
    height: 71px;width: 71px;
    background-size: 100% 100%;    
    text-align: center;
    line-height: 71px;
    color:#FFFFFF;
}
.previous_step_num{
	background-image: url('../../static/img/common/reset_step1.png');
    height: 26px;
    width:26px;
    background-size: 100% 100%;    
    text-align: center;
    line-height: 26px;
    color:#FFFFFF;
}
.next_step_num{
	background-image: url('../../static/img/common/validate_step2.png');
    height: 30px;
    width: 30px;
    background-size: 100% 100%;    
    text-align: center;
    line-height: 30px;
}
.title img{
	width:4px;
	height: 13px;
}
.reset_tip span{
	color:#53BBFF;
}
.previous_step{
    background-color: #F5F5F5;
    border: 0px;
    color: #777777;
    width: 142px;
	height: 45px;
	top:0px;
    font-size: 16px;
}
.next_step_position .next_step{
	margin-left:33px;
	top:0px;
}
 .form-group{
    margin-bottom: 0px;
}
.line_one{
	position: absolute;
	top: 27.5px;
}
.line_two{
	position: absolute;
	top: 27.5px;
	left:223px;
}
.line_two img{
	width:283px;
	height:4px;
}
.line_three{
	position: absolute;
	top: 27.5px;
	left:577px;
}
.step_repwd{
	text-align: center;
	width:71px;
	position: absolute;
	left: 506px;
}
.step_menu{
	position: relative;
	left: 235.5px;
}
.btn-position{
	padding-top:68px;
}
.previous_step_num_position{
	padding: 22.5px;
}
#verifycode{
	width: 284px;
}
.next_step_num_position{
	padding: 20.5px;
}
.btn_center{
	text-align: center;
}
.font_Bold{
	font-weight: bolder;
}
/* 修改了placeholder提示文字的颜色 */
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #c8c8c8 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #c8c8c8 !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #c8c8c8	 !important;
}