/**!
 * 青海省网上政务大厅-修改密码
 * author: xiaolong;
 * date: 20170908
 */

.modify-wrap {
    width: 820px;
    padding-top: 80px;
    margin: 0 auto;
}


/* 第一步验证身份 */

.msg-note {
    padding-top: 84px;
    line-height: 32px;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    text-align: center;
}

.msg-note.id {
    font-weight: normal;
}

.msg-note span {
    color: #ff9425;
}

.modify-form {
    padding-top: 42px;
}

.form-row.space {
    padding-bottom: 26px;
}

.form-row label {
    width: 210px;
    float: left;
    padding-right: 5px;
    text-align: right;
    line-height: 38px;
    font-size: 16px;
}

.form-input {
    float: left;
    width: 306px;
    height: 38px;
    box-sizing: border-box;
    line-height: 38px;
    border: 1px solid #d2d2d2;
    text-indent: 10px;
    outline: 0;
    font-size: 16px;
}

.form-input.long {
    width: 430px;
}

.btn-getmsg {
    float: left;
    width: 124px;
    height: 38px;
    margin-left: -1px;
    border: 0;
    background-color: #63bc34;
    color: #fff;
    outline: 0;
    cursor: pointer;
	font-size:14px;
}

.form-btn-row {
    padding-top: 50px;
    text-align: center;
}

.btn-submit {
    width: 300px;
    height: 38px;
    border: 0;
    background-color: #ff9425;
    color: #fff;
    border-radius: 2px;
    font-size: 16px;
    outline: 0;
    cursor: pointer;
}


/* 第二步设置新的密码 */

.reset-form {
    padding-top: 77px;
}


/*设置成功*/

.modify-success {
    padding-top: 76px;
    text-align: center;
}

.modify-success img {
    width: 100px;
    height: 100px;
}

.success-info {
    text-align: center;
    padding: 28px 0 4px;
    font-size: 16px;
}


/* 修改手机号第一步 */

.phone-form {
    padding-top: 24px;
}

.phone-form .form-btn-row {
    padding-top: 40px;
}

#code {
    font-family: Arial;
    font-style: italic;
    font-size: medium;
    font-weight: bold;
    border: 0;
    letter-spacing: 2px;
    color: blue;
}

input.error, select.error {
    border: 1px solid #ff0000;
}

label.error {
    float: left;
    margin-left: 0;
    width: auto;
    padding-left: 24px;
    height: 38px;
    line-height: 38px;
    background: url(../images/login/icon-error.png) 6px center no-repeat;
    color: #ff0000;
    font-size: 12px;
}

#code-error {
    padding-left: 0;
    padding-right: 0;
    background: none;
}
