<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.forgot-password{
    width: 600px;
    height: 460px;
    margin: 120px auto;
    background: #fff;
    padding: 30px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.forgot-password .title {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.forgot-password .layui-form{
    padding: 30px 20px;
}

.forgot-password .layui-form-label {
    font-weight: 600;
    width: 130px;
    padding: 9px;
}
.forgot-password .layui-input-block {
    width: 350px;
    margin-left: 130px;
}
.forgot-password .layui-btn{
    width: 200px;
    height: 35px;
    line-height: 35px;
    margin-top: 15px;

}
.forgot-password .send-code{
    position: absolute;
    right: 0;
    top: 0;
    background: #ff9900;
    color: #fff;
    border-radius: 0;
    height: 38px;
    padding: 7px 12px;
}</pre></body></html>