@font-face {
    font-family: "Ubuntu";
    src: url('Ubuntu-Regular.ttf');
}

@font-face {
    font-family: "Ubuntu-Bold";
    src: url('Ubuntu-Bold.ttf');
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
}

html, body, div, p {
    margin: auto;
    padding: 0;
    border: 0;
    text-align: center;
    font-size: 1em;
}

a {
    color: #3498db;
    text-decoration: none;
    background-color: transparent;
}

a.callbackLink {
    color: #3498db;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
   font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #404448;
    background-color: #3498db;
}

label {
    display: none;
}

#alignContent {
	width: 70%;
}


.container {
    /*padding-top: 30px;*/
}

.titlePage {
    margin: 0 0 15px 0;
    font-size: 1.5em;
}

.panel {
    width: 380px;
    background-color: #ffffff;
    padding: 30px;
    margin-top: 80px;
    border-radius: 2px;
}

input[type="text"], input[type="password"], select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: #fff none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 30px; /* For error message placeholder */
}
/* Firefox and Chrome keep a placeholder color relative to text color. Not IE ...*/
input:-ms-input-placeholder  {  
   color: #AAA;
}
input[type="text"] {
    background:url(../images/user_field.png) no-repeat right 10px center;
}
select {
    background:url(../images/user_field.png) no-repeat right 25px center;
}
/* Need to redefined 'pwdField' for pinpad (password field doesn't contains password and is text type) */
input[type="password"],input[type="text"].pwdField {
    background:url(../images/lock_field.png) no-repeat right 10px center;
}
input.otp {
    background:url(../images/code_field.png) no-repeat right 10px center;
}

.margin div {
    margin-bottom: 10px;
}

select option {
    color: #000000; /* Keep black text on drowpdown list */
}

input[type="text"]:hover, input[type="password"]:hover, select:hover,
input[type="text"]:focus, input[type="password"]:focus, select:focus,
#PINcode input:hover, #PINcode button:hover {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

input[type="submit"], input[type="button"], button {
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #242629;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    color: #fff;
    background-color: #303336;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.3333333;
    display: block;
    width: 100%;
}

input[type="submit"]:disabled, input[type="button"]:disabled {
    cursor: unset;
    color: #666666;
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="submit"]:active, input[type="button"]:active, input[type="submit"]:focus, input[type="button"]:focus {
    color: #fff;
    background-color: #181a1b;
    border-color: #070808;
}

input[type="submit"]:focus, input[type="button"]:focus {
    background-image: none;
}

.zoneBtn {
    padding-top: 10px;
}

.link {
    text-align: left;
    margin-bottom: 10px;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #ecf0f1;
    border-top: 1px solid #dbdddf;
    color: #8a9197;
    height: 30px;
    line-height: 30px;
}

.errorMessage, .errorMessageDisplay {
    background-color: #ecf0f1;
    border-bottom: 1px solid #dbdddf;
    color: #e74c3c;
    padding: 20px 0;
    font-size: 0.9em;
}

input[type="submit"].submited, input[type="button"].submited {
    opacity: 0.5;
    cursor: auto;
}

.captcha {
    display: none;
    margin-top: 40px;
    vertical-align: top;
}

.requestCaptcha {
    width: 260px;
    height: 120px;
    margin: auto;
    margin-bottom: 10px;
    border: 1px solid #d5d7d6;
    border-radius: 6px;
    padding: 10px;
}

.imageCaptcha, .imageCaptcha img {
    display: inline-block;
    width: 200px;
    height: 100px;
    float: left;
}

#captchaImage {
    width: 200px;
    height: 100px;
}

.buttonsCaptcha {
    display: inline-block;
    text-align: right;
    width: 35px;
    height: 100px;
    float: left;
}

.buttonCaptcha {
    width: 25px;
    height: 25px;
    margin-top: 5px;
    display: inline-block;
}

.captcha input[type="button"] {
    background: url(../images/reload.png) no-repeat center center;
    border: none;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-top: 0;
}

.captcha input[type="text"] {
    margin-top: 0;
}

/**
 * Jquery Validate
 */
label.error {
    display: block;
    color: #e74c3c;
    margin-top: -30px; /* Displaying error message do not move others input */
}

input[type="text"].error, input[type="password"].error, select.error {
    border-color: #e74c3c;
}

input[type="text"].error:hover, input[type="password"].error:hover, select.error:hover,
input[type="text"].error:focus, input[type="password"].error:focus, select.error:focus {
    border-color: #e74c3c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(231, 76, 60, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(231, 76, 60, 0.6);
}

/**
 * Default PINPAD, used when tag '<div id="PINcode" ... />' is present in body template (see sso_pinpad.js)
 */
#PINcode {
	margin: 1em;
	margin-bottom: 0em; /* Force bottom margin to zero */
}
#PINcode input, #PINcode button {
	background: white;
	color: #555;
	margin: 0.2em;
	height: 2em;	
	border: solid 1px #ccc;
	/* reset some elements from parent theme ... */
	display: inline-block;
	padding: unset;
}
#PINcode .PINbutton {
	width: 2em;
}
#PINcode .PINclear {
	width: 9.2em;
}
/*---------------------*/
/* SURCOUCHE INTERIALE */
/*---------------------*/
/* Fontes INTERIALE */

/* GENERIQUE */
html, body, div, p {
    margin: auto;
    padding: 0;
    border: 0;
    text-align: left;
    font-size: 14px;
}
body {
	line-height: 1.42857;
	color: #333;
	background-color: #FFF;
	font-weight: 200;
	text-align: left;
}
h1, .titlePage {
    color: #e8306e;
    margin: 20px 0px 10px;
    font-family: Antenna-Bold;
    font-size: 32px;
}
a{
	color:#0af;
	text-decoration:none
}

a:hover,.aui a:focus{
	color:#0077b3;
	text-decoration:underline
}
b{
	font-weight:700;
}
p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    margin: 0px;
    padding: 0px 0px 15px;
    color: #7a726e;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1400px;

}
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}
.fa-home:before{content:"\f015";font-style:normal}

.errorMessage, .errorMessageDisplay {
    color: #e74c3c;
    font-size: 0.9em;
    text-align: center;
    position: fixed;
    z-index: 90;
    top: 5px;
    left: 200px;
    padding: 10px;
    border: 1px solid #e74c3c;
    background: #ffebee;
}

/* END GENERIQUE */

/* HEADER */
.header {
	height: auto;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 80;
}
.header #banner{
	background-color: #ffffff;
	border-bottom: solid 6px #00529e;
}
.header #banner .logo {
    margin: 15px 0 15px 40px;
    transition: none;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	background: url(../images/logo.png) no-repeat left center;
	background-size: contain;
    height: 65px;
	width: 145px;
}

.header #banner .logo a {
	width : 100%;
	height: 100%;
	display: inline-block;
}
.header .ariane .breadcrum {
    background: #EBEEEE none repeat scroll 0% 0%;
    padding: 10px 0px;
	border-radius: 4px;
}
.header .ariane .breadcrum .container{
	/*max-width: 1140px;*/
}
.header .ariane .breadcrum .container ul {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
	list-style: outside none none;
}
.header .ariane .breadcrum .container ul li {
    display: block;
    float: left;
    color: #7a726e;
    font-size: 14px;
    position: relative;
    padding-right: 10px;
    line-height: 20px;
}
.header .ariane .breadcrum .container ul li:first-child {
    padding-left: 0px;
	content: "\f015";
	font-family: FontAwesome;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
}
.header .ariane .breadcrum .container ul li::before {
    font-family: 'FontAwesome';
    content: "\f054";
    /*position: absolute;*/
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 20px;
    font-size: 12px;
	padding-right: 10px;
}
.header .ariane .breadcrum .container ul li:first-child::before {
    content: "";
}

/* END HEADER */

/* CONTENT */
#content {
	margin-top: 141px;
	margin-bottom: 20px;
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1400px;
}

label{
	display:inline-block;
    font-size: 14px;
	font-weight:700;
    color: #7a726e;
    padding-left: 0;
	width:95px;
	text-align: right;
	padding-right:5px;
}
label.error{
	width:auto;
	padding-left: 95px;
	margin :0;
	text-align: left;
}
.title-form {
    background: #EBEEEE none repeat scroll 0% 0%;
    padding: 10px 0px 10px 18px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.title-form title {
    overflow: hidden;
    font-size: 18px;
    color: #7a726e;
    font-family: Antenna-Bold;
    line-height: 35px;
    margin: 0px;
    padding: 0px;
    display: block;
    letter-spacing: -0.025em;
}
.title-form .icon-1 {
    width: 23px;
    position: absolute;
    right: 18px;
    top: 0px;
    bottom: 0px;
    background: transparent url("../images/ok-sign.png") no-repeat scroll center center;
}
.panel{
	margin-top: 0;
}
#formDiv{
	width: 100%;
	position: relative;
	min-height: 1px;
	margin-bottom: 30px;
}
.formDivContent{
	margin-left:50px;
}
input[type="text"], input[type="password"]{
	color: #555;
	display:inline-block;
	width: 320px;
	border: 1px solid #ccc;
	border-width: 2px;
	border-radius:0;
	margin-bottom:5px;
}
.forgottenPassword{
	margin:0;
	margin-top:20px;
	margin-left: 100px;
}
#PINcode{
	margin:0;
	padding-left: 145px;
}
#PINcode .PINbutton, #PINcode .PINclear{
	border: 1px solid #ccc;
	border-width: 2px;
	border-radius:0;
}
.zoneBtn{
	text-align:right;
}
.zoneBtn .btn,
.zoneBtn .btn:focus{
	display: inline-block;
	width: auto;
	height: 57px;
	background: url(../images/right-arrow-7.png) no-repeat right center #968db7;
	border: solid 2px #968db7;
	font-size: 18px;
	color: #fff;
	font-family: "Ubuntu";
	padding: 0 54px 0 28px;
	box-shadow: none !important;
	-webkit-appearance: none;
	border-radius: 0 !important;
	outline: 0;
	vertical-align: middle;
}
.zoneBtn .btn:hover{
	background-color: #fff;
	border: solid 2px #968db7;
	color: #e8306e;
}
.helpContact{
	margin-top: 30px;
}

/* FOOTER */
#footer{
	display:none;
}


/****************
POPUP
*****************/

#popupForgottenId {
	position: absolute;
	top: 40%;
	left: 30%;
	z-index: 999999;
	width: 30%;
	display: none;
}
 

#popupForgottenId .panel {
	border: 2px solid #f2f2f2;
	padding: 10px;
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
	width: 100%;
}

#popupForgottenId .title-form {
	margin: 0;
	padding: 0;
	font-family: Lato;
}

#popupForgottenId .title-form title {
	display: inline-block;
}
#popupForgottenId .title-form img {
	float: right;
}

#popupForgottenId p{
	margin: 0px 10px;
}

#popupForgottenId .zoneBtn{
	width: 100%;
	text-align: right;
	margin-left: 0px;
}

#popupForgottenId div * {
	vertical-align: middle;
}

#popupForgottenId div {
	margin-bottom: 10px;
}

#popupForgottenId input {
	margin-bottom: 0;
}

/****************
TOOLTIP
******************/

input[name="username"], input[name="password"].pwdField {
	background-image: url("../images/info_bulle.png") !important;
}


#tooltipPassword span {
    height: 80px;
	width: 200px;
}



.tooltips {
    position: relative;
    display: inline;
}
.tooltips span {
    position: absolute;
    width:140px;
    color: white;
    background: #968db7;
	padding: 8px;
    height: 120px;
	width: 200px;
    font-size: 12px;
    text-align: justify;
    visibility: hidden;
    border-radius: 8px;
}


/* REPOSNSIVE */
@media screen and (min-width : 1024px)  {

	#tooltipId:hover span {
		visibility: visible;
		opacity: 1;
		left: 100%;
		top: 0%;
		margin-top: -120px;
		margin-left: 15px;
		z-index: 999
	}

	#tooltipPassword:hover span {
		visibility: visible;
		opacity: 1;
		left: 100%;
		top: 0%;
		margin-top: -80px;
		margin-left: 15px;
		z-index: 999
	}
	
	#tooltipPassword span:after {
		content: '';
		position: absolute;
		top: 61%;
		right: 95%;
		margin-top: 16px;
		width: 0; height: 0;
		border-right: 20px solid #968db7;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		transform: rotate(-20deg);
	}

	#tooltipId span:after {
		content: '';
		position: absolute;
		top: 75%;
		right: 95%;
		margin-top: 16px;
		width: 0; height: 0;
		border-right: 20px solid #968db7;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		transform: rotate(-20deg);
	}
}

@media screen and (min-width : 768px) and (max-width : 1023px) { /* Tablettes*/
	.header #banner .logo {
		height:80px;
		margin: 10px 10px;
	}
	.ariane{display:none;}
	#formDiv{
		width: 100%;
	}
	.formDivContent {margin-left: 0px;}
	#content{margin: 90px auto 20px;}
	input[type="text"], input[type="password"]{
		display:block;
		width: 100%;
		max-width:350px;
	}
	h1{font-size: 26px;}
	.title-form title {font-size: 22px;}
	.forgottenPassword {margin: 20px 0px 0px 0px;}
	.zoneBtn {text-align: center;}
	.errorMessage, .errorMessageDisplay {
		
	}
	
	#tooltipId:focus-within span, #tooltipPassword:focus-within span {
	    visibility: visible;
		opacity: 1;
		bottom: 30px;
		left: 50%;
		margin-left: -76px;
		z-index: 999;
	}
	
	#tooltipPassword span:after, #tooltipId span:after {
		content: '';
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -8px;
		width: 0; height: 0;
		border-top: 8px solid #968db7;
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
	}

	
}
@media screen and (max-width : 767px) { /* smartphone */



	#tooltipId:focus-within span, #tooltipPassword:focus-within span {
	    visibility: visible;
		opacity: 1;
		bottom: 30px;
		left: 50%;
		margin-left: -150px;
		z-index: 999;
	}
	
	#tooltipPassword span:after, #tooltipId span:after {
		content: '';
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -8px;
		width: 0; height: 0;
		border-top: 8px solid #968db7;
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
	}

	
	.errorMessage, .errorMessageDisplay {
		right: 5px;
	}
	.header #banner {
		background-color: #FFF;
		border-bottom: 3px solid #00529E;
	}
	.header #banner .logo {
		height:50px;
		margin: 5px 5px;
	}
	.ariane{display:none;}
	#content{margin: 45px auto 20px;}
	#formDiv{width: 100%;}
	.formDivContent {margin-left: 0px;}
	label{
		text-align: left;
		width: 100%;
	}
	input[type="text"], input[type="password"]{
		display:block;
		width: 100%;
		max-width:300px;
	}
	h1{font-size: 16px;}
	.title-form{
		padding: 5px;
		margin-bottom:10px;
	}
	.title-form .icon-1{display:none;}
	.title-form title {
		font-size: 14px;
		line-height: 18px;
	}
	.forgottenPassword {margin: 20px 0px 0px 0px;}
	#PINCode{
		margin: 0px auto;
		width: 180px;
		padding: 0;
	}
	.zoneBtn {text-align: center;}
	
   #popupForgottenId {
	position: absolute;
	top: 40%;
	left: 15%;
	z-index: 999999;
	width: 70%;
  }
}

#header {
  border-bottom: 5px solid #968db7;
}
#header:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #443675;
}
#header #banner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: none;
}
#header #banner .logo {
  margin-left: 15px;
  margin-top: 10px;
  background-image: url('../images/logo.png');
}

.zoneBtn {
  display: inline-block;
  margin-left: 43px;
}
.zoneBtn .btn {
  background-color: #968db7;
  border-color: #968db7;
  background-image: none;
  padding: 0 28px;
  min-width: 170px;
  font-size: 14px;
  height: 3.2642857143em;
  border-radius: 4px !important;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}
.zoneBtn .btn:focus, .zoneBtn .btn:active, .zoneBtn .btn:hover {
  background-color: #fff;
  color: #968db7;
  border-color: #968db7;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}

#PINcode {
  margin-top: 4px;
  padding-left: 172px;
  display: inline-block;
}
#PINcode .PINclear {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #ccc;
  font-size: 14px;
  width: 14.9785714286em;
  height: 3.4071428571em;
}
#PINcode .PINclear:focus, #PINcode .PINclear:active, #PINcode .PINclear:hover {
  border: 1px solid #666;
  color: #666;
  box-shadow: none;
}
#PINcode .PINbutton {
  border: 1px solid #999;
  border-radius: 4px;
  margin: 0.175em;
  width: 2.65em;
  height: 2.65em;
  max-width: calc(25% - 2 * 0.175em);
}
#PINcode .PINbutton:focus, #PINcode .PINbutton:active, #PINcode .PINbutton:hover {
  border: 1px solid #999;
  background-color: #f2f2f2;
  box-shadow: none;
}

#content {
  margin-top: 92px;
}

.title-form {
  background: none;
  padding: 0;
  margin-bottom: 14px;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}
.title-form title {
  color: #968db7;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.title-form .icon-1 {
  display: none;
}

p{
	font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}

label{
	font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}

h1{
	font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}

.formDivContent {
  margin-left: 56px;
}
.formDivContent > div {
  float: left;
  clear: left;
}
.formDivContent > div label {
  width: 116px;
  color: #999;
  padding-right: 8px;
}
.formDivContent > div.forgottenPassword {
  float: left;
  clear: none;
  margin-top: 8px;
  margin-left: 40px;
}
.formDivContent > div.forgottenPassword a {
  color: #e8306e;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}
.formDivContent > div.forgottenPassword a:hover, .formDivContent > div.forgottenPassword a:focus, .formDivContent > div.forgottenPassword a:active {
  color: #e8306e;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}
.formDivContent > div:nth-child(2) {
  margin-bottom: 10px;
}
.formDivContent:after {
  content: "";
  display: table;
  clear: both;
}

.helpContact > p > a{
	color: #e8306e;
}

.helpContact > p > a:hover, a:focus, a:active{
	color: #e8306e;
}

div > #messageForPasswordLost > span{
	font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}

div > #messageForUpdatePassword > span{
	font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}

b{
	font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}

b > span{
	font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}

span{
	font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}

ul{
	font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}

input[type=text], input[type=password],
input[type=text].pwdField, input[type=password].pwdField {
	border: 1px solid #ccc;
	border-radius: 4px;
	background-image: none;
	width: 135px;
	font-size: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #333;
}

footer {
  padding-left: 174px;
  margin-top: 14px;
}
footer p {
  padding-bottom: 0;
}
footer a {
  color: #e8306e;
}
footer a:hover, footer a:focus, footer a:active {
  color: #e8306e;
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
  #header #banner .logo {
    height: 80px;
    margin-top: 5px;
    margin-bottom: 15px;
  }

  #content {
    margin-top: 102px;
  }

  h1 {
    font-size: 26px;
    margin-bottom: 26px;
  }

  .title-form title {
    font-size: 22px;
  }

  input[type=text], input[type=password], input[type=text].pwdField, input[type=password].pwdField {
    display: inline-block;
  }

  #formDiv .formDivContent label {
    text-align: right;
  }
}
@media screen and (max-width: 639px) {
  #content {
    margin: 65px auto 30px;
  }

  #formDiv {
    text-align: center;
  }
  #formDiv .formDivContent {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  #formDiv .formDivContent > * {
    float: none;
    text-align: center;
  }
  #formDiv .formDivContent > * label {
    padding-right: 0;
    text-align: center;
  }
  #formDiv .formDivContent .forgottenPassword {
    margin-left: auto;
    margin-right: auto;
  }
  #formDiv .title-form {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }

  #header #banner {
    text-align: center;
  }
  #header #banner .logo {
    width: 80px;
    height: 40px;
    margin-top: 5px;
  }

  #PINcode {
    padding-left: 0;
    margin: 15px auto 0;
  }

  input[type=text], input[type=password], input[type=text].pwdField, input[type=password].pwdField {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .zoneBtn {
    display: block;
    margin-left: auto;
  }

  footer {
    padding-left: 0;
  }
  footer p {
    text-align: center;
  }


}




