body {
	font-family:Arial;
	font-size:.7em;
	text-align:center;
	color:#000000;
	background:#dfe8f6;
	margin:0;
}
a {
	color:#000000
	}
a:hover {
	color:#ff3300;
}
.link {
	font-weight:normal;
	font-size:0.9em;
	text-transform : lowercase;
}
.loginInput {
	font-weight:bold;
	font-size:1em;
}

.label{
	float: left;
	top: 5px;
	position: relative;
	padding-right: 5px;
}

.label::after {
	content: ":";
}

.field{
	float: right;
}

.changedField{
	float: right;
}

.loginRow{
	clear: both;
}

.rememberMe {
	clear: both;
	padding-top: 15px !important;
	font-weight:bold;
	font-size:0.9em;
	padding-bottom:10px;
}
.input {
	font-family:Arial;
	font-weight:normal;
	font-size:0.9em;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:17px;
	width:133px;
}
.loginButton {
	text-align: right;
}

.loginImageUrl{
	float: left;
}

.loginImageUrl img{
	max-width: 200px;
    max-height: 60px;
    padding-left: 20px;
}

.changePasswordButtons{
	text-align: right;
	float: right;
	display: inline-block;
	width: 100%;
}

.copyrightInfo {
	display:block;
	text-align:center;
	position:absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
	font-size:0.9em;
}
.error {
	padding-top: 15px;
	font-size:0.9em;
	margin-bottom:10px;
	color:red;
	font-weight: bolder;
	max-width: 300px;
}
.message {
	padding-top: 15px;
	font-size:0.9em;
	margin-bottom:10px;
	color:green;
}
.loginFields {
	border:1px solid #99bbe8;
	padding: 0px 20px 0px 20px;
}
.probance {
	background-color: #DFE8F6;
}
.loginLinkSection {
	float: right;
	text-align: right;
	padding-bottom: 15px;
	padding-top: 15px;
}
.subheader,
.header {
	color: #000000;
	font: bold 18px tahoma, arial, helvetica;
	padding: 10px;
	margin: 0;
	height: auto;
}

.description {
	color: #000000;
	font: italic 12px tahoma, arial, helvetica;
	padding: 10px;
	margin: 0;
	height: auto;
}

.bloc	{
	margin: auto;
	vertical-align: middle;
	display: table-cell;
}

html,body {
	height:100%;
}

body {
	display: table;
	margin: 0 auto;
}

.togglePassword{
	cursor: pointer;
	float: left;
	position: relative;
	left: calc(100% - 20px);
	top: 3px;
}
body.changePassword .loginLogo,
body.changePassword .loginImageUrl,
body.denied .loginLogo,
body.denied .loginImageUrl,
body.expired .loginLogo,
body.expired .loginImageUrl,
body.logout .loginLogo,
body.logout .loginImageUrl{
	display:none;
}
.loginLinkSection.bottom{
	display: none;
}
.errors.bottom{
	display: none;
}
.header{
	display:none;
}
