/*****************忘记密码页面的CSS***************************/

header {
    background: -webkit-linear-gradient(left, #7B4293 , #DA2432); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #7B4293, #DA2432); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #7B4293, #DA2432); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #7B4293, #DA2432); /* 标准的语法 */
    width: 100%;
    height: 82px;
    line-height: 82px;
}

.forget-pwd-logo {
    width: 200px;
    height: 51px;
    margin-top: 16px;
}

.forget-pwd-btns button {
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

.forget-pwd-btns .forget-login {
    border: 1px solid #fff;
    border-radius: 22px;
    margin-right: 15px;
}

.forget-pwd-btns .forget-reg {
    background: rgba(255,255,255,.32);
    border-radius: 33px;
}

.forget-pwd-box {
    position: relative;
    width: 100%;
    height: 763px;
    background: #f5f5f5;
}

.forget-pwd-box .forget-pwd-bord {
    position: absolute;
    top: 11.48%;
    left: 37.81%;
    width: 468px;
    height: 394px;
    background: #fff;
    box-shadow:0px 3px 6px rgba(0,0,0,0.14);
    border-radius: 12px;
    padding: 33px 50px 42px 47px;
}

.forget-pwd-bord p {
    font-size: 24px;
    color: #a9547c;
    margin-left: 11px;
}

.forget-pwd-bord p span {
    font-size: 16px;
    margin-left: 8px;
}

.forget-pwd-lines {
    width: 100%;
    margin-top: 7px;
}

.forget-pwd-lines div {
    display: inline-block;
    height: 2px;
}

.forget-pwd-lines .forget-line-color {
    background: #a9547c;
    width: 174px;
}

.forget-pwd-lines .forget-line-gray {
    width: 197px;
    background: #dedede;
}

.forget-pwd-inputs {
    margin-top: 26px;
}

.forget-pwd-inputs input {
    width: 371px;
    border-bottom: 1px solid #dedede;
    padding: 13px 1px;
}

.forget-pwd-inputs input::placeholder {
    font-size: 14px;
    color: #555;
}

.forget-pwd-inputs input:nth-child(3) {
    margin-top: 9px;
}

.forget-pwd-inputs .get-codes {
    border-bottom: 1px solid #dedede;
    margin-top: 16px;
}

.forget-pwd-inputs .get-codes input {
    width: 250px;
    border: none;
    padding-bottom: 21px;
}

.get-codes button {
    margin-top: 3px;
    width: 101px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    color: #a9547c;
    border: 1px solid #a9547c;
    font-size: 14px;
    border-radius: 27px;
}

.forget-pwd-btn {
    width: 100%;
    text-align: center;
    margin-top: 42px;
}

.forget-pwd-btn button {
    width: 197px;
    height: 41px;
    border: 1px solid #a9547c;
    text-align: center;
    line-height: 41px;
    font-size: 18px;
    color: #a9547c;
    border-radius: 27px;
}














