.forget-bg{
    /*background: #eeeeee url() 0 0 no-repeat;*/
    background:url(../images/forget.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.forget {
    margin: 120px auto 0 auto;
    min-height: 420px;
    max-width: 420px;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 4px;
    /* overflow-x: hidden; */
    box-sizing: border-box;
}
.forget .logo{
    display: block;
    width: 60%;
    margin: 0 auto 40px auto;
    background-size: 167px 42px;
}
.forget .message {
    margin: 0 auto 30px;
    /*padding: 18px 0px 18px 0px;*/
    /*background: #bd2c00;*/
    /*position: relative;*/
    text-align: center;
    color: black;
    font: bold 16px/16px Microsoft YaHei;
}
.forget hr {
    background: #FFF;
    /*background: #fff url(../images/aiwrap.png) 0 0 no-repeat;*/
}
.forget hr.hr15 {
    height: 15px;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.forget hr.hr20 {
    height: 20px;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
}