﻿body
{
	background-color: #ccc;
	margin:0px;
}
.light
{
	background-color:White;
}
#endorsementFrame {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: none;
}

.warningBanner {
	font-size: 2em;
	font-variant: small-caps;
	margin-left: 5%;
	font-family: tahoma;
	font-weight: bolder;
	color: red;
}
#signinSection
{
	width: 237px;
	height: 200px;
	float: left;
	border-right: solid 1px #888;
}
#supportSection
{
	position: absolute;
	left: 230px;
	width: 319px;
	height: 148px;
}
.endorsementSection
{
	height: 85px;
}
.endorsement-section {
	height: 85px;
}
	.endorsement-section .entrust-seal {
		width: 62px
	}
		.endorsement-section .entrust-seal img {
			border: 0px currentColor;
			border-image: none;
		}
	.endorsement-section .ssl-text {
		left: -39px;
		top: 8px;
		color: rgb(162, 164, 166);
		text-transform: uppercase;
		line-height: 9pt;
		font-family: Arial, sans-serif;
		font-size: 9px;
		font-weight: normal;
		text-decoration: none;
		position: relative;
	}

.buildDate {
	text-align: right;
	color: grey;
	font-size: .6em;
	padding-right: 5px;
}
.logoSection{
	width: 90%;
	margin-top: 10px;
	margin-right: 5%;
	margin-left: 5%;
}
.logoSection img{
	width: 100%;
}
.appName{
	font-size:2em;
	font-variant:small-caps;
	margin-left:5%;
	color:#5E677F;
	font-family: tahoma;
	font-weight:bolder;
}
.contentWrapper{
	width: 557px;
	left: 50%;
	top: 10%;
	margin-top: 0px;
	margin-left: -279px;
	position: absolute;
	background-color: #fff;
	box-shadow: 0px 0px 30px 20px #888;
	border-radius: 1px;
	border-image: none;
}
.content {
	display: flex;
	width: 100%
}

.signinSection {
	border-right: 1px solid black;
	flex: auto;
}

	.signinSection ul {
		padding-left: 0px;
		margin-left: 10%;
	}

.supportSection {
	vertical-align: top;
	flex: auto;
}


li
{
	list-style: none;
}
.section-header
{
	font-family: tahoma;
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 10px;
}
.label
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 10px;
}
a.welcome_link
{
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	color: #2455a5;
}
#companyLogo
{
	width: 120px;
	height: 50px;
	padding-left: 15px;
	border-right: solid 1px #888;
	float: left;
}
#applicationLogo
{
	position: absolute;
	left: 138px;
	width: 251px;
	height: 55px;
}
#subtext
{
	left: 152px;
	top: 45px;
	position: absolute;
}
.login_big
{
	font-family : arial;
	font-size : 12pt;
	font-weight : bold;
	color : white;
	height: 45px;
}
.login_txtbox
{
	width:150px;
}
.blue_stylized_button
{
	height: 24px;
	border-right: #1B408E 2px solid;
	padding-right: 15px;
	border-top: #92AAD2 2px solid;
	padding-left: 15px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 1px;
	border-left: #5B80BC 2px solid;
	cursor: hand;
	color: white;
	padding-top: 1px;
	border-bottom: #122A78 2px solid;
	font-family: Arial;
	background-color: #2455a5;
	text-align: center;
	text-decoration: none;
}
.gray_stylized_button
{
	height: 24px;
	border-right: #737373 2px solid;
	padding-right: 15px;
	border-top: #CCCCCC 2px solid;
	padding-left: 15px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 1px;
	border-left: #B3B3B3 2px solid;
	cursor: hand;
	color: white;
	padding-top: 1px;
	border-bottom: #4C4C4C 2px solid;
	font-family: Arial;
	background-color: #999999;
	text-align: center;
	text-decoration: none;
}