/* login-please */
.block.text + .block.alignfull.login-please{margin-top:24px!important;}
.login-please .block-content{position:relative;top:0;left:0;}
.login-please .ghost-content{padding:0 10px 10px;margin-left:-10px;margin-right:-10px;-webkit-filter:blur(4px);filter:blur(4px);opacity:.2;cursor:default;pointer-events:none;
	-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1;max-height:400px;
	-webkit-mask-image:linear-gradient(to bottom, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
	mask-image:linear-gradient(to bottom, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);}
.login-please .login-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:3;display:flex;align-items:center;justify-content:center;text-shadow:0 1px 0 rgba(255,255,255,.4), 0 0 20px rgba(255,255,255,.2);}
.login-please .login-overlay:after{position:absolute;top:50%;left:50%;width:50%;height:70%;transform:translate(-50%,-50%);border-radius:100%;background:rgb(255,255,255,.6);filter:blur(40px);content:'';z-index:-1;}
.login-please .login-overlay:before{position:absolute;top:0;left:0;right:0;bottom:0;}
.usnotify__btns .btn-outline.secondary{background:rgba(255,255,255,.66);}

@media only screen and (min-height:600px){
	.login-please .ghost-content{max-height:600px;}
}