/* CSS Document */
.wm-login-wrapper{
	position: absolute;
	top: 0;
	left: 0;	
	width: 100%;
	display:none;
}
.wm-login-grid {
	border-collapse: collapse;
	width: 100%;
	float:left;
}
.wm-login-grid td {
	width: 25%;
	height: 265px;
	cursor:pointer;
	border:1px solid #F00;	
	font-size: 160px;
	text-align: center;
	color: rgba(0,0,0,0.03);
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;	
}
.wm-login-grid td:hover {
	color: rgba(0,0,0,0.06);
}
.wm-login-grid.red td{
	background-color: rgba(255,0,0,0.2);	
}
.wm-login-grid.green td{
	background-color: rgba(0,109,32,0.2);
	border-top:0;
}
.wm-login-grid.blue td{
	background-color: rgba(0,29,255,0.2);
	border-top:0;
}
.wm-login-grid.red td:hover{
	background-color: rgba(255,0,0,0.4);	
}
.wm-login-grid.green td:hover{
	background-color: rgba(0,109,32,0.4);
	border-top:0;
}
.wm-login-grid.blue td:hover{
	background-color: rgba(0,29,255,0.4);
	border-top:0;
}
.login h1 a.wm_acrobatics{
	background:url("../images/android-applications/wordpress-acrobatics.png");
	background-repeat:no-repeat;
	background-size: 100%;
	width: 200px;
	height: 200px;
	opacity: 0.3;	
}

