﻿@charset "utf-8";
/* CSS Document */
html, body
{
	height: 100%;
	width: 100%;
	/*background-color: #a0def7;*/
    background: linear-gradient(#0DACCB, #26B5B8);
}
body
{
}

.wrapper
{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	position: absolute;
}

.contentWrapper
{
	width: 620px; /*top:10%;*/
	margin-left: auto;
	margin-right: auto;
	background: transparent;
}

.sessionTimeoutWrapper,
.welcomeWrapper
{
	background: transparent url(../../images/login/bg_error.gif) repeat;
	width: 590px;
	border: 1px solid rgba(0, 0, 0, .2);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.3);
	box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.3);
	margin-bottom: 20px;
	padding: 10px 15px 17px;
	float: left;
}
.sessionTimeoutWrapper img,
.welcomeWrapper img
{
	float: left;
}
.sessionTimeoutWrapper h3
{
	float: left;
	position: absolute;
	left: 55px;
	font-size: 17px;
	font-weight: bold;
	top: 15px;
}
.sessionTimeoutWrapper p
{
	float: left;
	left: 41px;
	font-size: 13px;
	clear: both;
	line-height: 16px;
}
.styledSubmit {
	color: #000000;
	font-size: 1em;
	background: none;
	border: none;
	margin: 0;
	padding: 0;	
}
input[type="submit"]:hover {
	border-bottom: 1px #888 dotted;
}
.noReminderCheckbox {
	left: 385px !important;
	margin-top: -20px;
}
.noReminderCheckbox * {
	cursor: pointer;
	font-size: 11px;
	color: #A5A5A6;
}


.loginWrapper
{
	background-color: #fff;
	width: 620px;
	border: 1px solid rgba(0, 0, 0, .2);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.3);
	box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.3);
	float: left;
}

.leftCol
{
	float: left;
	width: 225px;
}
.logo
{
	margin-top: 20px;
	margin-left: 10%;
    margin-right: 10%;
    width: 80%;
}

.loginContainer
{
	background: #eee;
	width: 370px;
	float: right;
	border-left: 1px solid #c6c6c6;
	border-top: 1px solid rgba(238, 238, 238, .2);
	border-right: 1px solid rgba(238, 238, 238, .2);
	border-bottom: 1px solid rgba(238, 238, 238, .2);
	-moz-border-top-right-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
	-moz-border-bottom-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-right-radius: 7px;
	padding: 20px 10px;
}

.loginTitle
{
	font-size: 14px;
	color: #777;
	float: left;
    margin-top: 12px;
}
.loginTitle2
{
	font-size: 14px;
	color: #000;
	float: left;
	clear: both;
	top: -5px;
	margin-bottom: 5px;
}
.loginSubtitle
{
    font-size: 14px;
	color: #000;
	clear: both;
	top: -5px;
	margin-bottom: 5px;
}
.eHQ
{
	color: #000;
	float: right;
	font-size: 26px;
	font-weight: bold;
	top: 5px;
	right: 10px;
}
.eHQ em
{
	color: #5e5e5e;
}

.divider
{
	border-top: 1px solid #d6d6d6;
	clear: both;
}

.formRow
{
	padding-top: 10px;
	clear: both;
}
.formRow div.editor-label
{   
	width: 100%;
	float: left;
	padding-left: 5px;
}

.loginForm {
	margin-top: 15px;
}
.loginForm .formRow:first-child
{
	padding-top: 0px;
}

.loginForm input[type="text"], .loginForm input[type="password"]
{
	clear: both;
	background: #fff url(../../images/login/bg_textbox.gif) repeat-x 0px 0px;
	border: 1px solid #bdbcbd;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 185px;
	padding: 8px 5px;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	width: 250px;
	-webkit-box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.1);
	box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.1);
}

#ConfirmPassword, #inputPassword
{
        margin-bottom: 30px;
}

.loginForm textarea
{
	width: 250px;
}

.loginForm input[type="text"]:focus, .loginForm input[type="password"]:focus
{
	background: #fff;
}
.loginForm input[type="text"].short
{
	width: 100px;
}


.instructions
{   
	float: left;
	margin-left: 30px;
	margin-top: 12px;
}
.instructions p
{
	font-size: 11px;
	line-height: 15px;
	color: #444444;
}
.instructions a
{
	color: #000;
}


.note
{
	position: absolute;
	bottom: 0px;
	padding-left: 15px;
	padding-bottom: 20px;
}
.note p
{
	font-size: 11px;
	color: #939393;
	line-height: 15px;
	width: 180px;
}
.note a
{
	color: #6b6a6a;
}
.rememberMe {
	padding-top: 3px;
}

.manualSetupCode {
    font-size: 14px;
    color: #000;
    float: left;
    clear: both;
    top: -5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 3px;
    background-color: transparent;
}

.newline {
    margin-bottom: 10px;
}

.qrCode {
    margin-top: 50px;
    margin-left: 75px;
    margin-bottom: 25px;
    width: 150px;
    height: 150px;
}

/* NEWMGT-235 shift left margin to handle IE and Firefox formatting issue */
div#browserSupportContainer li
{
    margin-left: 15px;
}