.lrm-login-panel{position:fixed!important;top:0;right:-450px;width:400px;max-width:100vw;height:100vh;z-index:999999;box-shadow:-5px 0 25px rgba(0,0,0,0.2);transition:right 0.4s cubic-bezier(0.77,0,0.175,1);overflow-y:auto}.lrm-login-panel.is-open{right:0!important}body::after{content:'';position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6);z-index:999998;opacity:0;visibility:hidden;transition:0.4s ease}body.lrm-panel-active::after{opacity:1;visibility:visible}body.lrm-panel-active{overflow:hidden}