html {
	background: url(/images/bg1.jpg) no-repeat center center fixed !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

div.site-welcomebox {
	padding: 20px; 
	position: relative;
	max-width:420px;
	width:100%;
	margin:100px auto 0 auto;
	background: #3b3762; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgba(39,11,40,0.5),rgba(99,106,151,0.5)); /*Safari 5.1-6*/
	background: -o-linear-gradient(rgba(39,11,40,0.5),rgba(99,106,151,0.5)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(rgba(39,11,40,0.5),rgba(99,106,151,0.5)); /*Fx 3.6-15*/
	background: linear-gradient(rgba(39,11,40,0.5),rgba(99,106,151,0.5)); /*Standard*/
	border: 1px solid #3b3762;
}

div.site-welcomebox .login-logotext-mana {
	font: normal 15rem "exobold"; 
	color: #f49a2b; 
	line-height: 9rem; 
	margin-top: 2rem;
}

div.site-welcomebox .login-logotext-monitoring {
	font: normal 3.5rem "exobold"; 
	color: #636a97;
}

@media (max-width:420px) {

	div.site-welcomebox {
		padding:10px;
		margin:0 auto;
	}

	div.site-welcomebox .login-logotext-mana {
		font: normal 10rem "exobold"; 
		text-align:center;
		margin:0;
	}

	div.site-welcomebox .login-logotext-monitoring {
		font: normal 2.5rem "exobold"; 
		text-align:center;
		margin-top:-15px;
	}

}