@import "font-config.css";

/* Reset CSS */
html, body, div, span,
applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dd, dl, dt, li, ol, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
/*	padding: 0; */
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	/*text-align: left;*/
/*	vertical-align: baseline;*/
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;	/* eliminate margin */
	margin: 0;
	padding: 0;
}
a { text-decoration: none; }
/****************************************************************
End CSS reset
****************************************************************/



body {
	margin: 0;
	padding: 0;
	font-family: "HelveticaNeueLTCom45Light",Helvetica,Arial,Verdana,sans-serif;
	color: #5f6464;
	background: #fff url(../images/backgrounds/blue-main.png) top left;
	font-weight: normal;
}

#container {
	width: 781px;
	height: 624px;
	background: url("../images/login-glow.png") no-repeat;
	margin: 0 auto;
}

.floatRight {
	float: right;
}


#login_box {
	width: 325px;
	background: #1b3442 url("../images/backgrounds/blue-noise.jpg");
	margin: 0 auto;
	padding: 20px 25px;
	top: 160px;
	position: relative;
	border: 1px solid #476474;
	z-index: 50;
	opacity:0;
	filter:alpha(opacity=0);

	/* Rounded Corners */
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/Scripts/PIE.htc);
}


.login_logo {
	width: 323px;
	height: 81px;
	background: url("../images/login-logo.png") 0 0 no-repeat;
	position: absolute;
	opacity:0;
	filter:alpha(opacity=0);
	top: 90px;
}

.login_box_shadow {
	width: 355px;
	height: 57px;
	background: url("../images/login-box-shadow.png") 0 0 no-repeat;
	position: relative;
	top: 155px;
	left: 210px;
	z-index: 0;
	opacity:0;
	filter:alpha(opacity=0);
}

.login_form {
	margin-top: 75px;
	position: relative;
	left: -100px;
	opacity:0;
	filter:alpha(opacity=0);
}
.ie8 .login_form { left: -400px; }


.login_buttons {
	margin: 15px 0 25px 0;
	opacity:0;
	filter:alpha(opacity=0);
}


input.text_input_dark {
	font-family: "HelveticaNeueLTCom45Light",Helvetica,Arial,Verdana,sans-serif;
	width: 287px;
	height: 35px;
	border: 1px #495d68 solid;
	font-size: 12px;
	font-weight: normal;
	color: #d5dbdf;
	padding: 0 0 0 35px;
	margin: 10px 0 0 0;
	letter-spacing: 1px;
   opacity: 0.85;

	/* Rounded Corners */
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/Scripts/PIE.htc);
    }
.ie8 input.text_input_dark {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	padding: 15px 0 0 35px;
	height: 35px;
	font-size: 14px;
	}

input.text_input_dark:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px white;
}

input.text_input_dark:focus {outline:0;}


input.iconUser {
	background: #304653 url("../images/login-form-username.jpg") left center no-repeat;
}

.iconPassword {
	background: #304653 url("../images/login-form-lock.jpg") left center no-repeat;
}
label[for="chkRemember"] {
	font-size: 13px;
	color: #A4B0B7;
	}
.reset_password {
	background: url("../images/icons/light/refresh2.png") 0 0 no-repeat;
	color: #a4b0b7;
	text-decoration: none;
	font-size: 13px;
	padding: 0 0 0 20px;
	margin: 0;
}
.reset_password:hover {
	text-decoration: underline;
}

input#chkRemember {
	margin: 10px 5px 0 0;
	}
.login_form {
	color: #A4B0B7;
	}



/* Margins and spacing
================================================== */

.mt10 {
	margin-top: 10px;
}
.ml10 {
	margin-left: 10px;
}





a {
	color: #c6ccd0;
}

a:hover {
	text-decoration: none;
}






/* Logout
================================================== */


#container-logout {
	width: 335px;
	height: 370px;
	background: none;
	margin: 91px auto;
	}
#logout_form {
	background: url("../images/logout-lock.png") 0 0 no-repeat;
	padding: 12px;
	}
#logout_form p {
	font-family: "CorbelBold",Helvetica,Arial,Verdana,sans-serif;
	font-size: 16px;
	color: #c1c8cd;
	padding: 0 0 0 75px;
	font-weight: normal;
	}
#logout_form p a {
	font-family: "HelveticaNeueLTCom45Light",Helvetica,Arial,Verdana,sans-serif !Important;
	color: #c1c8cd;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 1px;
	}

.vc_logoutText {
	color: #c1c8cd;
	font-family: "HelveticaNeueLTCom45Light",Helvetica,Arial,Verdana,sans-serif;
	padding: 20px;
	}
.vc_logoutText h1 {
	font-family: "CorbelBold",Helvetica,Arial,Verdana,sans-serif;
	font-weight: normal !important;
	font-size: 22px;
	}




/* Errors
================================================== */


#lblMsg span {
	font-family: "HelveticaNeueLTCom45Light", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	display: block;
	width: 325px;
	padding:10px 8px 10px 45px;
	margin: 20px auto 0px auto;
	position: relative;
	background: #943a39 url("../images/icons/light/alert.png") no-repeat 15px 11px;
    border: 1px solid #6c2525;
    box-shadow: 0 1px 0 0 #dc5858 inset;
    color: #efefef;
    text-shadow: 0 1px 0 #6c2525;
	-webkit-box-shadow: inset 0px 1px 0px 0px #F7B1B1;

	/* Rounded Corners */
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    behavior: url(/Scripts/PIE.htc);
    }
.label_on_dark{
	color: #c6ccd0;
	}
.login_again{
	color: #849299;
	margin-left: 12px;
	}
.msg em {
	display: block;
	color: #fff;
	margin-bottom: 15px;
	}









/* Mobile Layout
================================================== */

@media only screen and (max-width: 767px) {

	#container {
		width: 319px;
		height: 624px;
		margin: 0 auto;
		background: none;
		}
	#login_box {
		width: 295px;
		top: 50px;
		padding: 20px 5px 50px 5px;
		}
	.login_box_shadow {
		display: none !important;
		}
	input.text_input_dark {
		width: 235px;
		margin-left: 15px;
		}
	.login_buttons {
		margin: 15px 15px;
		}
	.login_logo {
		width: 300px;
		}
	#lblMsg span {
		width: 230px;
		}
	#lnkbForgot {}
	.label_on_dark {
		margin-left: 15px;
		}
	#pnlForgot #btnSubmit {
		margin-left: 15px;
		}

	input#chkRemember {
		margin: 10px 5px 0 15px;
		}

	input#chkRemember {
		margin: 10px 5px 0 15px;
		}

	/* Logout Form */
	#container-logout {
		margin: 0 auto;
		width: 305px;
		}
	#container-logout #logout_form {
		padding: 15px;
		background-position: left center;
		margin: 0 15px;
		}
	#container-logout #logout_form p {
		padding: 0 0 0 50px;
		margin: 8px 0;
		}
}

/* iPhone 5 landscape */
@media only screen and (max-device-width: 568px) and (orientation:landscape) {
	#container {
		width: 565px;
		height: 624px;
		margin: 0;
		}
	#login_box {
		top: 0px;
		width: 325px;
		}
	.login_logo {
		width: 323px;
		}
}
