@charset "utf-8";
/* CSS Document */

body {
	width:100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color:#000106;

}
.mainBg {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

a:link {
	text-decoration:underline;
	color:	#4580aa;
}

a:visited {
	text-decoration:underline;
	color:	#4580aa;
}

a:hover {
	text-decoration:underline;
	color:	#63C8DA;
}

a:active {
	text-decoration:underline;
	color:	#4580aa;
}





.holder {
	margin: 0px;
	padding: 0px;
	/*height: 100%;*/
	width: 100%;
	position: absolute;
	z-index: 2;
	height:100%;

}
.logo {
	margin: 0px auto 0px -253px;
	padding: 0px;
	width: 556px;
	position: absolute;
	z-index: 15;
	left: 50%;
	top: 0px;
	height: 402px;
}
.login {
	margin: 200px auto 25px auto;
	padding: 0px;
 	width: 500px; 
	position: relative;
	z-index: 20;
	height: auto;
}
.loginText {
	margin: 0px auto 10px auto;
	padding: 0px;
	width: auto;
	position: relative;
	text-align: center;
	font-family: "Century Gothic", sans-serif;
	color: #86bbe0;
	font-size: 1.8em;
	text-shadow: 0px 3px 5px rgba(0,0,0,.6);
}
.logoInsert {
	padding: 0px;
	width: 800px;
	position: relative;
	z-index: 20;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.loginFields {
	position: relative;
	height: auto;
	width: 550px;
 /*	margin-bottom: 20px; */
}
.loginFields .userBox {
	margin: 0 20px 0 0;
	padding: 0px;
	float: left;
	height: auto;
	
}
.clear {
	clear: both;
	height: 0px;
	width: 0px;
	position: relative;
}
.loginFields .passBox {
	margin: 0px;
	padding: 0px;
	float: left;
	
}
.loginSignUp {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: auto;
	position: relative;
	font-family: "Century Gothic", sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #4580aa;
}
.logoDiv 
{
	margin: 20px auto 0px auto;
	max-width:600px;
}
.lifeLogicsLogo {
	padding: 0px;
	width: 206px;
	position: relative;
}
.inputBox {
	margin: 5px 0px 10px 0px;
	padding: 0px;
	position: relative;
	width: auto;
	-moz-box-shadow: 0 1px 1px rgba(255,255,255,0.3);
	-webkit-box-shadow: 0 1px 1px rgba(255,255,255,0.3);
	box-shadow: 0 1px 1px rgba(255,255,255,0.3);
	height: auto;
}
.loginSpacer {
	margin: 0px auto 10px auto;
	padding: 0px;
	width: 333px;
	position: relative;
}
.inputBox input {
	font-family: "Century Gothic", sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #304F63;
	background-color: #8cb1cb;
	padding: 4px;
	width: 220px;
	border: 1px solid #091d2e;
	-moz-box-shadow:inset 0 2px 5px rgba(0,0,0,0.7);
	-webkit-box-shadow:inset 0 2px 5px rgba(0,0,0,0.7);
	box-shadow:inset 0 2px 5px rgba(0,0,0,0.7);
	margin: 0;
}

.clientLogo {
	margin: 0px;
	padding: 0px;
	position: relative;
	/*height: 200px; */
	width: auto;
	/*color: #FFF;
	background-image: url(images/ll_login_client-bg.png);
	background-repeat: no-repeat;
	background-position: center top; */
}
.forgotLink {
	font-family: "Century Gothic", sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #4580aa;
}
.errorMsg {
	font-family: "Century Gothic", sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #AA454D;
}
.TestBanner{
	font-family: "Century Gothic", sans-serif;
	font-size: 1em;
	color: #AAA145;
}
.LiveBanner {
	font-family: "Century Gothic", sans-serif;
	font-size: 1em;
	color: #4580aa;
}

/* Mobile */
.inputBoxMobile {
	margin: 5px 0px 10px 0px;
	padding: 0px;
	position: relative;
	width: auto;
	height: auto;
}

.inputBoxMobile input {
	font-family: "Century Gothic", sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #304F63;
	background-color: #8cb1cb;
	padding: 4px;
	width: 220px;
	border: 1px solid #091d2e;
	-moz-box-shadow:inset 0 2px 5px rgba(0,0,0,0.7);
	-webkit-box-shadow:inset 0 2px 5px rgba(0,0,0,0.7);
	box-shadow:inset 0 2px 5px rgba(0,0,0,0.7);
	margin: 0;
}
.loginFieldsMobile {
	position: relative;
	height: auto;
	width: 347px;
 /*	margin-bottom: 20px; */
}

.loginFieldsMobile .userBox {
	margin: 0 20px 0 0;
	padding: 0px;
	float: left;
	height: auto;
	
}

.loginFieldsMobile .passBox {
	margin: 0px;
	padding: 0px;
	float: left;
	
}