#body {
	font-size:0.8em;
}

#body div.loginContainer {
	position: relative;
	background-image: url("/extranet/image/login/lines.png");
	background-repeat: repeat;
	background-color: #ffffff;
	font-family: 'Ubuntu Light', sans-serif;
}
#body div.loginContainer>div {
	background: none;
}

#loginPanel {
	position: absolute;
	background: linear-gradient(to right, #eeeeee 0%,rgba(255,255,255,0) 300%);
	/*background-repeat: repeat-y;
	background-position: center;*/
	
	top: 50%;
	height: 350px;
	width: 100%;
	margin-top: -175px; 

}

	@media screen and (max-width: 900px) {
		#loginPanel {
			top: 30px;
			height: 450px;
			margin-top: 0px; 
		}
	}
	


#insideLoginContainer {
	height: 100%;
	position: relative;
}

#insideLogin {
	position: absolute;
	width: 300px;
	height: 350px;
	left: 50%;
	margin-left: -150px;
	top: 25px;
}

		@media screen and (min-width: 900px) and (max-width: 1240px) {
		#insideLogin {
			left: calc(100% - 250px); 
		}
	}
	
			@media screen and (max-width: 900px) {
		#insideLogin {
			top:100px;
		}
	}

#loginPanel input {
	width: 270px;
	height: 18px;
	font-family: 'Ubuntu Regular', sans-serif;
	font-size: 1.1em;
	font-style: normal;
	margin: 6px;
	padding: 0.5em 0.8em;
}

#loginPanel tr {
	padding: 2px;
}

#loginPanel a {
	color:#8f8f8f;
}

#loginPanel input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

#imageWrapper {
	line-height: 350px;
	position: absolute;
	left: 80px;
}

	@media screen and (max-width: 900px) {
		#imageWrapper img{
			width:200px;
			margin-top:16px;
		}
		#imageWrapper {
			line-height: inherit; 
		    position: absolute;
		    left: calc(50% - 100px);
		}
	}

.table-align-center tr {
	height: 40px;
}
.table-align-center tr:nth-child(2) {
	height: 60px;
}
.table-align-center tr td {
	text-align: center;
}

#content .loginTitle {
	font-size: 2em;
	color:#000000;
}

#content .ui-messages-error-icon{
	background: none;	
	background-image: none;
}

#content .ui-messages-error-icon:BEFORE{
	content: '\f071';
	font-family: 'FontAwesome';
	font-size: 2em;
	color:#B94A48;
}

#body .ui-password-panel{
	margin-left:6px;
	background: none;
	border: 0 white none;
	
}

#content div.ui-selectonebutton div>span:before {
	content: ' ';
	width: 30px;
	height: 24px;
	position: absolute;
	top: 4px;
	left: 3px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#content div.ui-selectonebutton div[title="en"]>span:before {
	background-image: url("/extranet/image/flag/gb.png");
}

#content div.ui-selectonebutton div[title="fr"]>span:before {
	background-image: url("/extranet/image/flag/fr.png");
}
#body .ui-selectonebutton .ui-button-text-only .ui-button-text{
	line-height: 28px;
}

#body .ui-button {
    background: #e3000b;
    color: #8f8f8f;
    border:0 white none;
    box-sizing:border-box;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}


#body .ui-button.ui-state-active,#body .btn-primary {
    background: #e3000b;
    color: #FFFFFF;
}
