html {
	height: 0%;
	background-color: #ffffff;
}
body {
	font-family: arial, sans-serif;
	color: #333;
	text-align: center;
	line-height: 1.3;
	font-size: 75%;
	background-color: #ffffff;
}
.wrapper {
        position: relative;
	width: 50%;
	min-width: 720px;
	margin: 10px auto;



}
.app-container {
	box-sizing: border-box;
	margin-top: 10px;
	padding-top: 0px;
	min-height: 100%;
	padding-bottom: 0px;
        font-size: 75%;
        min-width: 890px;
}
.app-header {
	padding: 0px;
	background: #ffffff;
	font-size: 22px;
	height: 85px;
        line-height:1;
        width:auto;
	font-weight: bold;
	font-weight: 500;
	color: #fff;
	text-align: left;
	max-width: 100%;
	margin: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.app-footer-container {
    position: absolute;
    bottom: -60px;
    width: 100%;
    text-align: center;
    height: 90px;
}

.app-footer {
    display: block;
    font-size: 11px;
    color: #929aa1;
}
.app-body-container {
	box-sizing: border-box;
	text-align: left;
	position: relative;
	width: 100%;
        font-size:1em;
	padding: 0;
	position: relative;
	margin: 0;
	background: #fff;
        border-top:1px solid transparent;
        border-radius:0px;
}
.signin {
	background: #f0f0f0;
	border: 1px solid #ccc;
	width: auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	margin: 220px auto 0;
	padding: 20px;
	overflow: hidden;
	position: relative;
	zoom: 1;
	margin-top: 1em;
}
.app-body-container .section-title {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 1em 0;
	color: #333333;
}
.formcontainer {
	margin: 0 auto;
}
.app-input-label {
	font-family: arial, sans-serif;
	color: #333;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	line-height: 28px;
	margin-top: 0px;
	width: 240px;
	height: 28px;
	text-transform: none;
}
.app-input-container {
	margin: 0 0 16px 0;
	width: 240px;
	height: 28px;
	float: left;
}
.app-checkbox-container {
    text-align: left;
    line-height: 24px;
    margin: 0 0 20px 250px;
    width: 240px;
    height: 28px;
    float: left;
    font-weight:bold;
}
.app-body-container .remember-username, .app-body-container .remember-selection {
    text-align: left;
    margin: 0px 0;  
	text-transform: none;
}
.app-input-link.app-pass-change {
    margin-top: 0px;
    border-top: 0px solid #e4e5e5;
    text-align: left;
    margin: 16px 0 0 260px;
    width: 240px;
    height: 15px;
    float: left;
    font-weight:bold;
    color:#369;
}
.app-messages {
	display: block;
	margin: 0 0 10px 0;
	font-size: 15px;
	text-align: left;
	float: left;
	padding-bottom: 5px;
	color: #c00;
}
.app-input-container input[type=text], .app-input-container input[type=password] {
	font-size: 14px;
	padding: 5px;
	margin: 0 10px 0 0;
	width: 240px;
	height: 28px;
	background-color: #ffffff;
	color: #555;
	border: 1px solid #ccc;
}
.app-buttons {
	position: relative;
	display: inline-block;
	text-align: center;
	margin-top: 0px;
	float: left;
}
.app-buttons .app-button {
	background: #369;
	border: medium none;
	color: #fff;
	padding: 0em 2em;
	display: block;
	font-size: 16px;
	line-height: 3;
	width: auto;
	height: 48px;
	cursor: auto;
}

.fltright {
	float: right;
	margin: 0 0 .5em .5em;
        color:#666;
}
.fltleft {
	float: left;
	margin: 0 .5em .5em 0;
	
}

.signinfooter {
	background: #ccc; color:#666;
	clear: both;
	padding: 10px 40px 3px;
	margin: 1em 0;
	overflow: hidden;
	font-weight:500;
}
div.signinfooter a {
	color: #666;

}





.app-footer-container {
        background: #ccc;
        color:#666;
        clear:both;
       position: absolute;
}
.app-footer-container {
	height: 35px;
	background: #ccc;
	color: #666;
	margin: 1em 0;
	overflow: hidden;
}
.app-footer {
	display: block;
	color: #666;
        float:left;
        width:100%;
}
.app-footer .app-copyright {
	line-height: 36px;
        margin:0 1em;
        font-size:12px;
}
/* login Challenge
------------------------------*/
.app-input-container.questionbox {
	float: none;
}
.app-buttons.buttonbox {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 0px;
	float: none;
}
.app-buttons .app-button.qbtn {
	background: #369;
	border: medium none;
	color: #fff;
	padding: 0em 2em;
	display: inline-block;
	font-size: 16px;
	line-height: 3;
	margin: 1em 0 1em 1em;
	width: auto;
	height: 48px;
	cursor: auto;
}
/*idp.slo.success.page.template.html
---------------------------------------------*/
.app-messages.idpslosuccess {
	display: block;
	margin: 10px auto;
	font-size: 15px;
	text-align: center;
	float: left;
	width: 100%;
	padding-bottom: 5px;
	color: #333;
}
/*idp.sso.error.page.template.html
---------------------------------------------*/
.app-messages.idpssoerror {
	display: block;
	margin: 10px auto;
	padding: 5px 50px;
	font-size: 15px;
	text-align: left;
	float: left;
	width: 100%;
	padding-bottom: 5px;
	color: #333;
}
.app-messages > div.app-error {
	color: #c00;
}
/*idp.slo.error.page.template.html
---------------------------------------------*/
.app-messages.idpsloerror {
	display: block;
	margin: 10px 50px;
	font-size: 15px;
	text-align: left;
	padding-bottom: 5px;
	color: #333;
}
.app-messages > div.app-error {
	color: #c00;
}
/*generic.error.msg.page.template.html
---------------------------------------------*/
.app-messages.generrormsg {
	display: block;
	margin: 10px 50px;
	font-size: 15px;
	text-align: left;
	padding-bottom: 5px;
	color: #333;
}
.app-messages > div.app-error {
	color: #c00;
}
/* http.error.page.template.html
---------------------------------------------*/
.app-messages.httperrorpg {
	display: block;
	margin: 10px 50px;
	font-size: 15px;
	text-align: left;
	padding-bottom: 5px;
	color: #333;
}
.app-messages > div.app-error {
	color: #c00;
}
/* general.error.page.template.html
---------------------------------------------*/
.app-messages.generrorpg {
	display: block;
	margin: 10px 50px;
	font-size: 15px;
	text-align: left;
	padding-bottom: 5px;
	color: #333;
}
.app-messages > div.app-error {
	color: #c00;
}
/* state.not.found.error.page.template.html
---------------------------------------------*/
.app-messages.statenotfounderr {
	display: block;
	margin: 10px 50px;
	font-size: 15px;
	text-align: left;
	padding-bottom: 5px;
	color: #333;
}
.app-messages > div.app-error {
	color: #c00;
}
