html {
	display: block;
	width: 100%;
}
body {
	font-family:  Verdana, Geneva, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
}
body, input, select, table, textarea {
	font-size: 11px;
}
.loginBody {
	position: absolute;
	width: 1024px;
	top: 50%;
	margin-top: -350px;
	left: 50%;
	margin-left: -512px;
	padding: 0;
	background-color:#FFFFFF;
}
#loginPane {
	position:relative;
	float:right;
	min-width: 300px;
	margin-left: 30px;
	height: 100%;
	padding: 0;
}
#loginTable {
	position:absolute;
	width: 300px;
	top: 160px;
	margin-left: 20px;
}
#loginLogo {
	display: none;
}
#errorContainer {
	width: 300px;
	height: 80px;
	position: absolute;
	top: 100px;
}
#contentPane {
	position: relative;
	display: inline-block;
	width: 680px;
	height: 640px;
	padding: 0;
	overflow:hidden;
}
#contentFrame {
	border: none;
}
.hidden {
	display:none;
}
.bold {
	font-weight: bold;
}
.label-top > td {
	padding: 8px 0px 2px 2px;
	margin: 0px;
	font-family: 'Open Sans', 'Segoe UI Semibold', 'Segoe UI', sans-serif;
	font-size: 13px;
	color: #333333;
}
.loginTitle {
	padding: 20px 0px 16px 2px;
	font-family: 'Open Sans', 'Segoe UI Semibold', 'Segoe UI', sans-serif;
	font-size: 24px;
	color: #333333;
}	
.loginField {
	height: 25px;
	font-family: Verdana, Geneva, sans-serif;	
	font-size: 13px;
	border: solid 1px #CFBFB8;
	border-radius: 2px;
	width: 260px;
}

.passcodeField {
	height: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	border: solid 1px #CFBFB8;
	border-radius: 2px;
	width: 100px;
	text-align: center;
	margin-bottom: 20px;
}
sup {
	font-size: small;
}
footer {
	margin-left: auto;
	margin-right: auto;
	color: #333333;
	text-align: center;
	clear: both;
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 0px 0px 10px 0px;
}

.login-btn {
	padding: 15px 0px 0px 0px;
	horiz-align: center;
}

.custom-login-btn, .login-btn .custom-login-btn {
	box-sizing: border-box;
	overflow: hidden;
	height: 30px;
	padding: 0px 5px 0px 5px;
	border: 0;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	border-radius: 28px;
	background: #0073EC;
	cursor: pointer;
}
.sso-login-btn {
	width: inherit;
	background: lightgrey;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px;
	min-width:100%;
}

.flex-container {
	width: 265px;
	display: flex;
	flex-wrap: wrap;
	margin-top: -190px;
	padding: 0px 0px 0px 16px
}

.flex-container > div {
	width: 45%;
	text-align: center;
	padding: 4px;
}
.or-login-hr {
	margin-top: 15px;
	width:86%;
}

.or-login-hr td:nth-child(odd) {
	width:50%;
	padding-top:1px;
}
.or-login-hr td:nth-child(even) {
	padding:0px 5px 0px 5px;
	white-space:nowrap;
	font-weight:bold;
}
.or-login-hr td > hr {
	border-style:groove;
}