/* --------------------------------------------------------------

   login.css
   * Stylesheet for login component.

-------------------------------------------------------------- */

.main-background-login {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1570px;
	width: 100%;
	background-image: url('../img/chemicals.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 1;
	background-size: 100%;
}

.footer-login {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 25px;
	z-index: 2;
	background-color: #003d58;
}

.footer-login span.copyright-version-info {
	font-size: 11px;
	color: #ff8305;
	position: absolute;
	top: 7px;
	left: 15px;
	text-align: center;
}

.footer-login ul {
	top: 4px;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	right: 10px;
}

.footer-login ul li {
	float: left;
	padding-top: 4px;
	margin-left: 10px;
}

.footer-login ul li a {
	text-decoration: none;
	color: #999;
	font-size: 11px;
}

.footer-login ul li a:hover {
	color: #FF8305;
}

.placeholding-input {
	overflow: visible;
	position: relative;
	display: inline
}

.placeholding-input input {
	position: absolute;
	top: 0;
}

.placeholding-input .placeholder {
	-moz-user-select: none;
	bottom: 1px;
	color: #999999;
	cursor: text;
	font-size: 13px;
	height: 20px;
	left: 2px;
	line-height: 20px;
	padding: 4px;
	position: absolute;
	right: 1px;
	top: 1px;
	transition: opacity 0.1s ease 0s, font-size 0.1s ease 0s;
	white-space: nowrap;
	z-index: 1;
}

.placeholding-input input:focus+.placeholder {
	opacity: 0.6;
}

.button-login {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	padding: 0.8em 1.6em 0.5em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	background: #00ADEE;
}

.button-login:hover {
	text-decoration: none;
}

.button-login:active {
	position: relative;
	top: 1px;
}

.blue {
	background: -moz-linear-gradient(center top, #00ADEE, #0078A5) repeat scroll 0 0 transparent;
	border: 1px solid #0076A3;
	color: #fff;
}

.blue:hover {
	background: -moz-linear-gradient(center top, #0095CC, #00678E) repeat scroll 0 0 transparent;
}

.padtop10 {
	padding-top: 10px;
}
a.link-login {
	font-size: 11px;
	text-decoration: none;
	color: #999;
}

a.link-login:hover {
	color: #FF8305;
}

input.remember {
	height: 13px;
	margin: 0;
	vertical-align: text-top;
}

span.remember {
	color: #999;
}

.login-options {
	margin-top: 12px;
}

.seperator {
	color: #999999;
	font-weight: bold;
	margin: 0 1px 0 2px;
}

span.notice-login {
	color: #333;
	font-size: 20px;
}

span.notice-login span {
	color: #F20808;
	font-size: 20px;
}

span.notice-login a {
	color: #111;
	text-decoration: underline;
	font-size: 20px;
}

input.rounded {
	border: 1px solid #999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666; //
	box-shadow: 2px 2px 3px #666;
	font-size: 16px;
	padding: 6px 7px;
	outline: 0;
	-webkit-appearance: none;
	width: 290px;
	color: #333;
}

input.rounded.password {
	width: 290px;
}

input.rounded:focus {
	border-color: #005981;
}

.frmlblLogin {
	color: #999999;
	display: block;
	font-size: 16px;
	padding-top: 9px;
	white-space: nowrap;
	width: 140px;
}

#lezanda {
	position: absolute;
	top: 3%;
	left: 220px;
	font-size: 175%;
	color: white;
	/*font-weight: bold;*/
	z-index: 1;
	/*font-family: "Palatino Linotype",serif;*/
	line-height: 20px;
}

.noBorders tr, .noBorders td {
    background: none !important;
    border: none !important;
}

.loginDivHeader {
	font-size: x-large;
	text-align: left;
}

#loginTopLinks a {
	top: 20px;
	right: 1%;
	color: white;
	font-size: 14px;
	padding-left: 10px;
	float: right;
	font-weight: bold;
	a:link {color:white;}      /* unvisited link */
	a:visited {color:white;}  /* visited link */
	a:hover {color:white;}  /* mouse over link */
	a:active {color:white;}  /* selected link */ 	
}

#lezanda p {
	color: #EEEEEE;
	font-size: 20px;
	font-weight: 300;
	line-height: 22px;
	text-align: left;
	text-shadow: 0 1px 2px #000000;
}

#lezanda h1 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 6px;
	text-align: left;
	text-shadow: 0 1px 2px #000000;
}

.content div.content-child-login {
	width: 49%;
	opacity: 0.9;
	position: relative;
	min-height: 178px;
	border-width: 0px;
	border-radius: .5em;
	background-color: #D7EFFA;
	float: left;
	top: 80px;
}

.content div.content-child-how-to-start {
	width: 50%;
	opacity: 0.9;
	position: relative;
	min-height: 178px;
	border-width: 0px;
	border-radius: .5em;
	background-color: #D7EFFA;
	left: 25px;
	float: left;
	top: 80px;
}



.content div.content-child-helpful-links {
	width: 50%;
	opacity: 0.9;
	position: relative;
	min-height: 208px;
	border-width: 0px;
	border-radius: .5em;
	background-color: #D7EFFA;
	float: left;
	left: 25px;
	top: 100px;
}


.content-child-login {
	top: 30px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: none;
	overflow: hidden;
	position: absolute;
	color: #616264;
}

.stand-w {
	width: 1200px;
}

.stand-h {
	height: 8px;
}

.headerMenuLink {
	padding-left: 20px;
	font-size: 130%;
	color: white;
	text-decoration: none;
}