#wrapper{
    width: 100%;
}

.login-register {
    height: auto !important;
    position: inherit !important;
}
.login-sidebar {
    right: 30% !important;
    left: 30% !important;
    height: auto !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    margin-top: 20px;
}
.login-sidebar {
    overflow-y: auto;
    position: absolute;
    right: 0;
    margin-top: 0;
    height: 100%;
}
.login-box {
    background: #fff;
    width: 400px;
    margin: 7% auto 0;
}

@media (max-width: 778px){
.login-sidebar {
    right: 0% !important;
    left: 0% !important;
    margin-top: 0px;
    box-shadow: inherit;
}
.login-box {
    width: 100%;
}
}

@media (max-width: 480px){
    .login-sidebar {
        margin-top: 40px;
        margin-bottom: 200px;
    }
    
    
    #title-login{
        font-weight: 440;
    }
    
}