body {
    font-family: Arial, Helvetica, sans-serif;
    
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
    
    height: 100%;
    margin: 0 !important;
}
div.centre {
    text-align: center;
}

#formLogin{
	min-height: 250px;
	margin-top: -150px;
}

.login-error-message {
	color: #ff3b3b !important;
}

.logo {
    width: 320px;
    height: 80px;
    background: url("/login/logo/logo") no-repeat;
    margin: 0px auto;
    background-size: 320px;
}

.login-block {
    width: 320px;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    border:1px solid #fff;
    margin: 0 auto;
    text-align: left !important;
    box-sizing: unset;
}

.pin-block {
    width: 480px;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    border:1px solid #fff;
    margin: 0 auto;
    text-align: left !important;
    box-sizing: unset;
}

.login-block h1 {
    text-align: center;
    color: #555;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
}

.pin-block h1 {
    text-align: center;
    color: #555;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
}

.login-block input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
/*     padding: 0 20px 0 50px; */
    padding: 0 20px 0 20px;
    outline: none;
}

.login-block input:active, .login-block input:focus {
    border: 1px solid rgb(16, 132, 215);
}

.pin-block input:active, .login-block input:focus {
    border: 1px solid rgb(16, 132, 215);
}

.login-block input.username {
/*     background: #fff url("/login/javax.faces.resource/images/username.png.xhtml?ln=ezoptima") 20px top no-repeat; */
    background-size: 16px 80px;
}

.pin-block input.username {
/*     background: #fff url("/login/javax.faces.resource/images/username.png.xhtml?ln=ezoptima") 20px top no-repeat; */
    background-size: 16px 80px;
}

.login-block input.username:focus {
/*     background: #fff url("/login/javax.faces.resource/images/username.png.xhtml?ln=ezoptima") 20px bottom no-repeat; */
    background-size: 16px 80px;
}

.pin-block input.username:focus {
/*     background: #fff url("/login/javax.faces.resource/images/username.png.xhtml?ln=ezoptima") 20px bottom no-repeat; */
    background-size: 16px 80px;
}


.login-block input.password {
/*     background: #fff url("/login/javax.faces.resource/images/password.png.xhtml?ln=ezoptima") 20px top no-repeat; */
    background-size: 16px 80px;
}

.pin-block input.password {
/*     background: #fff url("/login/javax.faces.resource/images/password.png.xhtml?ln=ezoptima") 20px top no-repeat; */
    background-size: 16px 80px;
}

.login-block input.password:focus {
/*     background: #fff url("/login/javax.faces.resource/images/password.png.xhtml?ln=ezoptima") 20px bottom no-repeat; */
/* 	background: #fff url('../img/password.png') 20px bottom no-repeat; */
    background-size: 16px 80px;
}

.pin-block input.password:focus {
/*     background: #fff url("/login/javax.faces.resource/images/password.png.xhtml?ln=ezoptima") 20px bottom no-repeat; */
/* 	background: #fff url('../img/password.png') 20px bottom no-repeat; */
    background-size: 16px 80px;
}

.login-block button {
    width: 100%;
    height: 40px !important;
    background: rgb(16, 132, 215);
    box-sizing: border-box;
    border: 1px solid rgb(16, 132, 215);
    border-radius: 5px !important;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    /*font-family: Montserrat;*/
    outline: none;
    cursor: pointer;
}

.pin-block button {
    width: 40%;
    height: 60px !important;
    background: rgb(16, 132, 215);
    box-sizing: border-box;
    border: 1px solid rgb(16, 132, 215);
    border-radius: 5px !important;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    /*font-family: Montserrat;*/
    outline: none;
    cursor: pointer;
}

.login-block button:hover {
    background: rgb(16, 132, 245);
    border: 1px solid rgb(16, 132, 245);
}

.pin-block button:hover {
    background: rgb(16, 132, 245);
    border: 1px solid rgb(16, 132, 245);
}

.copyright {
   position: absolute;
   top: 95%;
   width: 99%;
   font-weight: lighter;
   font-size: 12px;
   text-align: center;
   color: #999;
}

.signinmsg
{
  text-align: center;
  color: red;
}

.check
{
  padding-top: 10px;
  text-align: left;
  height: 17px;
}

#KeepInfo {
  width: 30px;
  height: 17px;
  vertical-align:middle;
  margin: 0 auto;
}

#KeepInfoLabel {
  vertical-align:middle;
  height: 17px;
}

.remember-btn{
	margin-bottom: 20px;
}

.remember-label{
	margin-left: 10px;
}