<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.retrievePassword-box {
    width: 569px;
    /*height: 684px;*/
    min-height:684px;
    background-color: #ffffff;
    box-shadow: 0px 16px 59px 0px rgba(21, 6, 7, 0.08);
    float: left;
    margin-left: 315px;
    margin-top: 70px;
    font-size: 16px;
}

.box-content {
    margin: 40px 73px 0px 73px;
    min-height: 584px;
}

.box-title {
    font-size: 30px;
    color: #1285f7;
    text-align: center;
}

.box-bottom {
    width: 569px;
    height: 60px;
    background-color: #e7f3fe;
    text-align: center;
}

    .box-bottom p {
        margin: 0;
        height: 60px;
        line-height: 60px;
        color: #626465;
        font-size:16px;
    }

    .box-bottom a {
        color: #1285f7;
        text-decoration: none;
    }

        .box-bottom a:hover {
            color: #1285f7;
        }

.icon {
    width: 20px;
    height: 27px;
}

.form-group {
    margin-bottom: 15px;
    font-size: 16px;
}

.mybutton {
    width: 100%;
    height: 50px;
    background-color: #1285f7;
    margin-top: 18px;
    color: white;
    font-size: 18px;
}

    .mybutton:hover {
        background-color: #1077de;
        color: white;
    }

.input-group input {
    height: 45px;
}

#getRetrievegCode {
    float: right;
    width: 123px;
    height: 45px;
    text-align: center;
    background-color: #fc8a1a;
    border-color: #fc8a1a;
    color: white;
    line-height: 45px;
    border-radius: 4px;
}

    #getRetrievegCode:hover {
        cursor: pointer;
    }

.input-group input::-webkit-input-placeholder {
    font-size: 16px;
}
/* 使用webkit内核的浏览器 */
.input-group input:-moz-placeholder {
    font-size: 16px;
}
/* Firefox版本4-18 */
.input-group input::-moz-placeholder {
    font-size: 16px;
}
/* Firefox版本19+ */
.input-group input:-ms-input-placeholder {
    font-size: 16px;
}
/* IE浏览器 */
.codeimg {
    padding: 0;
    height: 57px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
</pre></body></html>