.login-container{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.login-side{
    width: 480px;
    background: #fff;
    bottom: 0;
    padding: 0 0 30px 0;
    position: fixed;
    top: 0;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-box-shadow: 1px .05rem .01rem rgba(75,75,90,.075);
    box-shadow: 1px .05rem .01rem rgba(75,75,90,.075);
    z-index: 99;
    overflow-x: hidden;
    overflow-y: auto;
}
.cover-side{
    background-image: url("../img/dlhk-parallax4.png");
    background-repeat: no-repeat;
    background-size:cover;
    margin-left: 480px;
    overflow: hidden;
    padding: 0 12.5px 5px 12.5px;
    min-height: 100vh;
    margin-top: 0;
}
.parallax {
    background-image: url("../img/dlhk-parallax4.png");
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 769px) {
    .login-container{
        background: #fff;
        position: relative;
        background-image: url("../img/dlhk-parallax4.png");
        background-repeat: no-repeat;
        /* background-size:cover; */
    }
    .login-side{
        width: 480px;
        margin: 0px auto 0 auto;
        background: #fff;
        padding: 0 0 30px 0;
        position: relative;
        -webkit-transition-duration: .2s;
        transition-duration: .2s;
        -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
        z-index: 99;

    }
    .cover-side{
        display: none;
    }
}
@media (max-width: 480px) {
    .login-container{
        background: #fff;
        position: relative;
        background-image: url("../img/dlhk-parallax4.png");
        background-repeat: no-repeat;
        /* background-size:cover; */
    }
    .login-side{
        width: 100%;
        margin: 0px auto 0 auto;
        background: #fff;
        padding: 0 0 30px 0;
        position: relative;
        -webkit-transition-duration: .2s;
        transition-duration: .2s;
        -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
        z-index: 99;

    }
    .cover-side{
        display: none;
    }
}