.login-pf body {
	background: url("../img/photo_new.jpg") no-repeat center center fixed;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.logoClass {
	content:url("../img/logo_new.png");
} 

.card-pf {
  /*width: 486px;*/
  /*height: 369px;*/
  /*display: block;*/
  /*float: left;*/
  background: url(../img/loginBg.png) repeat top left;
  border: 0;
  box-shadow: none;
}

.g-recaptcha, .g-recaptcha div {
    width: 100% !important;
	position: relative;
}

html.login-pf .hasCaptcha #kc-reset-password-form {
    height: 185px;
    margin-top: 60px;
}

.g-recaptcha iframe {
    width: 159px !important;
    height: 137px;
    position: relative;
    top: -8px;
    right: 0;
}


#kc-form-login {
 text-align: right;
}

#kc-reset-password-form {
 text-align: right;	
}

#kc-page-title {
  width: 486px;
  /*padding-left: 30px;*/
  /*padding-top: 10px;*/
  text-align:left;
  color: #FFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:25px;
  font-weight: bold;
  margin: 0;
}

body {
	height: 728px! important;
	width: 1024 !important;

    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

html.login-pf body {
  width: 1024px !important;
  height: 728px !important;
  margin: 0 auto;
  background-image: none;
  position: relative;
}

html.login-pf #kc-header-wrapper {
  padding: 0;
}

html.login-pf body .login-pf-page {
  padding-top: 0 !important;
  height: 100%;
  background-image: url("../img/photo_new.jpg");
  background-attachment: scroll;
  background-size: auto;
  background-position: top left;
  width: 1024px;
  margin: 0 auto;
  background-repeat: no-repeat;
}

html.login-pf body #footer {
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  text-align: left;
}

html.login-pf a {
  color: #fff;
}
html.login-pf a:hover {
  color: #fff !important;
}

html.login-pf .input_login_div {
  padding-right: 30px;
  float: left;
  width: 298px;
}

html.login-pf #kc-form-login {
  width: 286px;
  height: 120px;
  margin-bottom: 0px;
  vertical-align: bottom;
  float: right;
}

html.login-pf .login-pf-page .card-pf {
  width: 486px;
  height: 369px;
}

html.login-pf .login-pf-page .card-pf .login_text2 {
  height: auto;
}

html.login-pf .login-pf-page .card-pf {
  padding: 15px 30px 20px 30px !important;
}

html.login-pf .aui input[type="text"], 
html.login-pf .aui input[type="password"] {
 height: 30px;
}

html.login-pf #kc-form-buttons {
  margin-top: 0px;
}

html.login-pf .input_login_text {
  width: 145px;
}

/* Extra pages */
#kc-content {
  width: 100%;
  height: 252px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

html.login-pf .login-pf-page #kc-info {
  margin: 47px 0px 21px;
}
html.login-pf .login-pf-page #kc-info-wrapper {
  font-size: 13px;
  padding: 35px 35px;
  background-color: transparent;
  color: #fff;
  display: block;
  width: 100%;
  float: left;
}
html.login-pf .login-pf-page .card-pf p { 
  color: #fff; 
}

.login-pf-page #kc-info {
  margin: 47px 0px 21px;
}
.login-pf-page #kc-info-wrapper {
  font-size: 13px;
  padding: 22px 22px;
  background-color: transparent;
  color: #fff;
  display: block;
  width: 100%;
  float: left;
}

html.login-pf #kc-reset-password-form {
  width: 286px;
  height: 120px;
  margin-bottom: 0px;
  vertical-align: bottom;
  float: right;
  margin-top: 22px;
}

html.login-pf #kc-passwd-update-form {
  float: right;
  width: 300px;
  vertical-align: bottom;
  text-align: right;
  margin-top: 22px;
}

html.login-pf #kc-passwd-update-form .input_login_div {
  width: 330px;
}

html.login-pf .login-pf-page textarea, 
html.login-pf .login-pf-page input[type="text"], 
html.login-pf .login-pf-page input[type="password"], 
html.login-pf .login-pf-page .uneditable-input {
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  border-radius: 2px;
  color: #555;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 4px 6px;
  vertical-align: middle;
}

html.login-pf .login-pf-page .required.kc-feedback-text {
  background-color: rgba(255,255,255,0.7);
  display: inline-block;
  padding: 0px 3px 0px 4px;
  margin-bottom: 6px;
  margin-top: -5px;
}

#kc-error-message {
	text-align: left
}

/* FORCE NO CONSENT LOGOUT */
.force-no-consent-logout::after {
  content: "Loading";
  color: #fff;
}
.force-no-consent-logout * {
  visibility: hidden;
  height: 0;
}
/* FORCE NO CONSENT LOGOUT */