.mwl_logo{
	z-index: 9999;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.effect{
	z-index: 9999;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	position: absolute;
	height: 215px;
	/*background: url(../../img/logo_dashboard_mobile.png);*/
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 50%;
    background-size: 76%;
}
.loadingPage_mwl{
	background: rgba(2, 0, 0, 0.81);
	width: 100%;
	height: 100%;
	z-index: 9999999999999999999;
	color: black;
	position: fixed;
}
	
@-moz-keyframes spinPulse {
	0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #C3C7CA;}
	50% { -moz-transform:rotate(145deg); opacity:1; }
	100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@-moz-keyframes spinoffPulse {
	0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(360deg);  }
}
@-webkit-keyframes spinPulse {
	0% { -webkit-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #C3C7CA; }
	50% { -webkit-transform:rotate(145deg); opacity:1;}
	100% { -webkit-transform:rotate(-320deg); opacity:0; }
}
@-webkit-keyframes spinoffPulse {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); }
}
		
.circle {
	background-color: rgba(0,0,0,0);
    border: 5px solid rgba(224,224,224,0.9);
    opacity: .9;
    border-right: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 350px;
    box-shadow: 0 0 35px #C0C0C0;
    width: 260px;
    height: 260px;
    margin: 0 auto;
    -moz-animation: spinPulse 1s infinite ease-in-out;
    -webkit-animation: spinPulse 1s infinite linear;
}

.circle1 {
   	background-color: rgba(0,0,0,0);
    border: 5px solid rgba(224,224,224,0.9);
    opacity: .9;
    border-top: 5px solid rgba(0,0,0,0);
    border-bottom: 5px solid rgba(0,0,0,0);
    border-radius: 218px;
    box-shadow: 0 0 15px #C0C0C0;
    width: 215px;
    height: 215px;
    margin: 0 auto;
    position: relative;
    -moz-animation: spinoffPulse 2s infinite linear;
    -webkit-animation: spinoffPulse 2s infinite linear;
}