.forgetPage {
    width: 500px;
    height: 420px;
    background: #FFFFFF;
    position: relative;
}

.forgetPage>p {
    font-size: 22px;
    font-weight: 400;
    color: #41403F;
    text-align: center;
    margin: 46px 0 49px;
    font-weight: bold;
}

.forgetPage ul {
    width: 420px;
    height: 294px;
    margin: 0 auto;
}

.forgetPage ul li {
    position: relative;
}

.forgetPage ul li input[type='text'],
.forgetPage ul li input[type='password'] {
    width: calc(100% - 23px);
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #BFBFBF;
    padding-left: 23px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.forgetPage ul li .inputContent input[type='text'] {
    width: 218px;
}

.inputContent,
#confirmNewPass {
    margin-top: 28px;
}

.inputContent>div {
    display: inline-block;
    position: relative;
    top: -3px;
}

.inputContent>div img {
    vertical-align: middle;
    margin-left: 20px;
    margin-right: 13px;
}

.pictureCodeBtn {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    position: absolute;
    bottom: 2px;
    width: 40px;
    cursor: pointer;
}

.btn {
    width: 420px;
    height: 40px;
    line-height: 40px;
    background: #1459F4;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: 46px;
    margin-left: -210px;
}

.getCode {
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    border: 1px solid #1459F4;
    color: #1459F4;
    font-size: 14px;
    text-align: center;
    margin-left: 20px;
    cursor: pointer;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.warn span {
    color: red;
    position: absolute;
    top: 45px;
    display: none;
}