html,
body {
	margin:0;
	padding:0;
	height:100%;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
}
input {
	display: block;
}
small {
	color: #888; 
	font-size: 13px
}
a {
	color: #999;
}
label {
	color: #888; 
	font-size: 13px;
	line-height: 32px;
	margin: 8px 4px 4px 0;
}
.errorLink {
	color: #D52B1E;
}
.text {
	font-size: 16px;
	color: #999;
}
.logo {
	max-height: 100px;
}
.midpanel {
	vertical-align: top;
	position: relative;
	text-align: center;
	background: white;
	padding: 20px 20px 10px 20px;
	border-radius: 7px;
	width: 250px;
	height: 100%;
}
.btnSignIn {
	background: black;
	border-radius: 5px;
	border: 1px solid #006633;
	width: 100%;
	height: 42px;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	margin: 10px 0px 0px 0px;
	cursor: pointer;
}
.input {
	width: 95%;
	height: 20px;
	border: 1px solid black;
	outline: none;
	border-radius: 5px;
	margin: 15px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
}
.footerDiv {
	margin: 5px 10px 5px 10px;
}
.error {
	color: #D52B1E;
	font-size: 14px;
	display: block;
	text-align: center;
}
.midTd {
	vertical-align: top;
}
#container {
   min-height:100%;
   position:relative;
}
#brandingLogo {
   position: absolute;
}
#body {
	padding:10px;
	padding-bottom: 30px;   /* Height of the footer */
	width: 100%;
	display: none;
}
#panelTable{
	position: relative;
}
#onetrust-banner-sdk {
	margin-bottom: 29px; /* Height of the footer */
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	background: rgba(0,0,0,0.8);
}

button#ot-sdk-btn.ot-sdk-show-settings {
	padding: inherit;
	color: inherit;
    font-size: inherit;
	border: inherit;
	background: inherit;
}

button#ot-sdk-btn.ot-sdk-show-settings:hover {
	background-color: inherit;
}

#autologin{
	display: inline-block;
}
#terms{
	display: inline-block;
}
#marketing {
	background: #000;
	background-image: url(loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 7px;
	width: 290px;
	padding: 0px;
	color: #777;
	font-size: 13px;
	text-align: left;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 0px 15px rgba(0, 0, 0, 1);
	box-shadow:         0px 0px 15px rgba(0, 0, 0, 1);
}
#marketingText {
	/*background: rgba(0,0,0,0.9);*/
	border-radius: 0px 0px 5px 5px; 
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
}
#marketingHeader{
	color: #DDD;
	font-weight: bold;
	margin: 8px 8px 8px 8px;
}
#marketingBody {
	margin: 8px 8px 8px 8px;
	text-align: left;
}
#forgotPasswordPanel {
	display: none;
}
#forgotPasswordText {
	margin-top: 10px;
}
#forgotPasswordError {
	margin-top: 10px;
}
#salesForceProdRedirectPanel {
	display: none;
}
#salesForceStagingRedirectPanel {
	display: none;
}
#termsAndConditions {
	margin: 20px 0px 0px 0px;
}
#mask {
	position: absolute;
	background: rgba(0,0,0,0.7);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: none;
	z-index: 10;
}
#loadingPanel {
	position: absolute;
	background: #FFF;
	height: 60px;
	width: 200px;
	border: 2px solid black;
	top: 45%;
	left: 40%;
	display: block;
	z-index: 11;
}
#backToSignInDiv{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 10px 0px 10px 0px;
}
