/*
font-family: 'Open Sans', sans-serif;
font-family: 'enfuse';
*/
/*------------------------------------------------------------------------------------------------ STRUCTURE ---*/
html{
	height: 100%;
}
body {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
	color: #fff;
	height: 100%;
	position: relative;
	background: #2b3045 url(/images/bg_blur-main.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
/*------------------------------------------------------------------------------------------------ FORM ---*/
.button{
	display: inline-block;
	padding: 10px 10px;
	color: #fff;
	background: #2981da;
	border: none;
	text-align: center;
	font: normal bold 13px/10px Arial, Helvetica, sans-serif;
}
/*------------------------------------------------------------------------------------------------ LOGIN ---*/
#login {
	position: absolute;
	top: 50%;
	left: 50%;
	width:	290px;
	padding: 30px 0;
	margin-top: -171px;
	margin-left: -145px;
}
#login .enfuse-logo {
	position: static;
	margin: -30px auto 10px auto;
	width: 130px;
	font-size: 130px;
	color: #fff;
}
#login input[type=text],
#login input[type=password] {
	width: 100% !important;
	outline: none;
	border: none;
	background: rgba(255,255,255,.1);
	color: #fff;
	padding: 12px 10px;
	font-size: 15px;
	margin-bottom: 5px;
}
#login .button {
	height: 45px;
	width: 100%;
}
#login footer {
	position: relative;
	text-align: center;
	padding: 30px 0 0 0;
	text-align: center;
	font-size: 10px;
	color: rgba(255,255,255,.3);
	line-height: 12px;
}
#login footer a {
	color: rgba(255,255,255,.3);
}

@media screen and (min-height: 600px){
	#login {
		margin-top: -200px;
	}
}