
.container-c-public .public-public .d-form .el-form>h2{
    border-left: 3px solid #357af6;
    padding-left: 10px;
    font-size: 12px;
    margin-bottom: 15px;
}
.public-public .d-form{
    width: 600px;
}
.d-form .reset-password{
    font-size: 12px;
    margin-bottom: 15px;
    font-weight: bolder;
}
.d-form .reset-password > span:before{
    content: "";
    height: 12px;
    border-left: 3px solid #357af6;
    padding-right: 10px;
    font-size: 12px;
}
.d-form .reset-password > span::after{
    content: "";
    padding-left: 30px;
}