body
{
    background-color: rgb(13, 84, 210) !important;
}

.content
{
    background-image: url('/static/apps/front/ym/images/bg4-2.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position-y: 50px;
    background-color: rgb(13,84,210);    
    min-height: 150vh;
}

.Reg-li
{
    margin-top: 13vw;
}

.Reg-li li
{
    background-color: #ffffff;
    border-radius: 15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
}

.Reg-li li .label
{
    color: black;
    line-height: 26px;
    width: 100px;
    text-align: left;
    font-size: 100%;
}

.show_password img
{
    width: 20px;
    height: 20px;
}

.text
{
    width: 100%;
}

#kf-link
{
    text-align: right;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    top: 10vw;
    margin-right: 4vw;
}

#kf-link div
{
    text-align: center;
    color: white;
}

#kf-link img
{
    width: 30px;
    height: 30px;
}