﻿.container {
    display: flex;
    align-items: center;
    height: 100%;

    .left-panel {
        flex: 1;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-image: url('/imgs/bg-01.jpg');
        height: 100%;
    }

    .right-panel {
        width: 560px;
        height: 100%;

        .demo-reg-container {
            width: 80%;
            margin: 0 auto;
            margin-top: 150px;

            .login-title {
                font-size: 25px;
                text-align: center;
                padding: 20px 20px 40px 20px;
            }

            .layui-icon-login-social {
                font-size: 20px;
            }
        }
    }

    .link-register {
        text-decoration: underline;
        margin-left: 15px;
    }
}


#divModify {
}

.v-logo{
    font-size:50px;
    text-align:center;
}

.go-home {
    color: red !important;
    position: absolute;
    right: 13px;
    top: 12px;
    font-size: 16px;

    &:hover {
        text-decoration: underline;
    }
}