﻿.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 {
}