.login-pf body {
    margin:auto;
    font-family: 'Open Sans', sans-serif !important;
    font-size:12px !important;
    color:#333 !important;
    overflow: hidden !important;
    background: url("../img/Background_login.jpg") no-repeat;
}
.cust-disabled
{
 background-color: #f1f1f1 !important; 
}
.login-background
{
width:100%;
border-collapse: collapse;
}

.alert-error {
    background-color: #ffffff;
    border-color: #cc0000;
    color: #333333;
}

#kc-locale ul {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    right: 0;
    top: 20px;
    min-width: 100px;
    padding: 2px 0;
    border: solid 1px #bbb;
}

#kc-support
{
  float: right;	
  margin-right: 28px;
  margin-top: -60px;
}

#kc-locale:hover ul {
    display: block;
    margin: 0;
}

#kc-locale ul li a {
    display: block;
    padding: 5px 14px;
    color: #000 !important;
    text-decoration: none;
    line-height: 20px;
}

#kc-locale ul li a:hover {
    color: #4d5258;
    background-color: #d4edfa;
}

#kc-locale-dropdown a {
    color: #4d5258;
    background: 0 0;
    padding: 0 15px 0 0;
    font-weight: 300;
}

#kc-locale-dropdown a:hover {
    text-decoration: none;
}

a#kc-current-locale-link {
    display: block;
    padding: 0 5px;
}

/* a#kc-current-locale-link:hover {
    background-color: rgba(0,0,0,0.2);
} */

a#kc-current-locale-link::after {
    content: "\2c5";
    margin-left: 4px;
}

.login-pf .container {
    padding-top: 40px;
}

.login-pf a:hover {
    color: #0099d3;
}

#kc-logo {
    width: 100%;
}

#kc-logo-wrapper {
    background-image: url(../img/aissel_logo.png);
    float: left;
    height: 64px;
    text-align: left;
    width: 550px;
    background-repeat: no-repeat;
    margin-left: 20px;
   
}

#logo_img
{
 height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/aissel_logo.png);
    background-size: 25%;
}


.footerContainer{
   font-weight: bold !important;
   position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
    right: 0;
}

@media only screen and (min-device-width: 800px){
	.footerContainer{
	    width: 1366px;
	    margin:auto;
	}
}

#loginFooter{
	clear: right;
	/*font-family:"Droid Sans","Segoe UI",Lucida Grande,arial,tahoma,"Trebuchet Ms";*/
	text-align: right;
/*	background-color: #DEDEDE;*/
	height: 45px;
        border-top: 1px solid #e5e5e5;
}


.copyRightText{
    font-family: 'Open Sans', sans-serif !important;
    float: right;
    padding-right: 50px;
    padding-top: 12px;
    font-size: 11px;
}
.copyRightText a{
	text-decoration: none;
	color: #005e8d;
}

div.kc-logo-text {
    background-image: url(../img/konectar-logo.png);
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 0 auto;
}

div.kc-logo-text span {
    display: none;
}

#kc-header {
    color: #000;
    overflow: visible;
    white-space: nowrap;
    margin-bottom: unset;
}

#kc-header-wrapper {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #363636;
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding: 62px 10px 20px;
    white-space: normal;
}

#kc-content {
    width: 100%;
}



/* #kc-content-wrapper {
    overflow-y: hidden;
} */

#kc-info {
    padding-bottom: 200px;
    margin-bottom: -200px;
}

#kc-info-wrapper {
    font-size: 13px;
}

#kc-form-options span {
    display: block;
}

#kc-form-options .checkbox {
    margin-top: 0;
    color: #72767b;
}

#kc-terms-text {
    margin-bottom: 20px;
}

#kc-registration {
    margin-bottom: 15px;
}

/* TOTP */

ol#kc-totp-settings {
    margin: 0;
    padding-left: 20px;
}

ul#kc-totp-supported-apps {
  margin-bottom: 10px;
}

#kc-totp-secret-qr-code {
    max-width:150px;
    max-height:150px;
}

#kc-totp-secret-key {
    background-color: #fff;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
}

/* OAuth */

#kc-oauth h3 {
    margin-top: 0;
}

#kc-oauth ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#kc-oauth ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    padding: 10px 0;
}

#kc-oauth ul li:first-of-type {
    border-top: 0;
}

#kc-oauth .kc-role {
    display: inline-block;
    width: 50%;
}

/* Code */
#kc-code textarea {
    width: 100%;
    height: 8em;
}

/* Social */

#kc-social-providers ul {
    padding: 0;
}

#kc-social-providers li {
    display: block;
}

#kc-social-providers li:first-of-type {
    margin-top: 0;
}

.zocial,
a.zocial  {
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    text-shadow: none;
    border: 0;
    background: #f5f5f5;
    color: #72767b;
    border-radius: 0;
    white-space: normal;
}
.zocial:before {
  border-right: 0;
  margin-right: 0;
}
.zocial span:before {
    padding: 7px 10px;
    font-size: 14px;
}
.zocial:hover {
    background: #ededed !important;
}

.zocial.facebook,
.zocial.github,
.zocial.google,
.zocial.microsoft,
.zocial.stackoverflow,
.zocial.linkedin,
.zocial.twitter {
    background-image: none;
    border: 0;

    box-shadow: none;
    text-shadow: none;
}

/* Copy of zocial windows classes to be used for microsoft's social provider button */
.zocial.microsoft:before{ content: "\f15d"; }
.zocial.stackoverflow:before{ color: inherit; }


@media (min-width: 768px) {
.login-pf-page .login-pf-header {	
   margin-bottom: 10px !important;
} 
    #kc-container-wrapper {
        position: absolute;
        width: 100%;
    }

    #kc-locale {
        position: relative;
        text-align: right;
        z-index: 9999;
    }
}

@media (max-width: 767px) {

    .login-pf body {
      /*background: white;*/
    }

    #kc-header {
        padding-left: 15px;
        padding-right: 15px;
        float: none;
        text-align: left;
    }

    #kc-header-wrapper {
      font-size: 16px;
      font-weight: bold;
      padding: 20px 60px 0 0;
      color: #72767b;
      letter-spacing: 0;
    }

    div.kc-logo-text {
        margin: 0;
        width: 150px;
        height: 32px;
        background-size: 100%;
    }

    #kc-form {
        float: none;
    }

    #kc-info-wrapper {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 15px;
        padding-top: 15px;
        padding-left: 0px;
        padding-right: 15px;
    }

    #kc-social-providers li {
        display: block;
        margin-right: 5px;
    }

    .login-pf .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #kc-locale {
        position: absolute;
        width: 200px;
        top: 20px;
        right: 20px;
        text-align: right;
        z-index: 9999;
    }

    #kc-logo-wrapper {
        background-size: 100px 21px;
        height: 21px;
        width: 100px;
        margin: 20px 0 0 20px;
    }

}

@media (min-height: 646px) {
    #kc-container-wrapper {
        bottom: 12%;
    }
}

@media (max-height: 645px) {
    #kc-container-wrapper {
        padding-top: 50px;
        top: 20%;
    }
}

.card-pf form.form-actions .btn {
    float: right;
    margin-left: 10px;
}



.login-pf-page .login-pf-brand {
  margin-top: 20px;
  max-width: 360px;
  width: 40%;
}

.card-pf {
  background: #fff;
  width: 324px !important;
  float: left !important;
  margin-right: 80px !important;
  padding: 10px 20px 10px 20px !important;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 0px 10px #e5e5e5;
  -moz-box-shadow: 0px 0px 10px #e5e5e5;
  -webkit-box-shadow: 0px 0px 10px #e5e5e5;   
}

.control-label {
  font-size: 12px;
}

.form-control {
  width: 279px;
  height: 38px !important;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #2b9af3 !important;
    background-image: none !important;
    color: #fff;
    font-size: 14px !important;
    padding-left: 0px !important;
    height: 32px !important;
   width: 100% !important;
   border: none !important;
}

#kc-login{
  width: 279px;
  height: 28px;
}

/*tablet*/
@media (max-width: 840px) {
    .login-pf-page .card-pf{
      max-width: none;
      margin-left: 20px;
      margin-right: 20px;
    }
}
@media (max-width: 767px) {
    .login-pf-page .card-pf{
      max-width: none;
      margin-left: 0;
      margin-right: 0;
      
    }
    .login-pf-accounts{
      max-width: none;
    }
}

.login-pf-page .login-pf-signup {
  font-size: 15px;
  color: #72767b;
}
#kc-content-wrapper .row {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .login-pf-page .login-pf-social-section:first-of-type {
    padding-right: 39px;
    border-right: 1px solid #d1d1d1;
    margin-right: -1px;
    padding-right: 0px;
    border-right: 0px solid #d1d1d1;
  }
  .login-pf-page .login-pf-social-section:last-of-type {
    padding-left: 40px;
  }
  .login-pf-page .login-pf-social-section .login-pf-social-link:last-of-type {
    margin-bottom: 0;
  }
}

.login-pf-page .login-pf-social-link {
  margin-bottom: 25px;
}
.login-pf-page .login-pf-social-link a {
  padding: 2px 0;
}

.login-pf-page.login-pf-page-accounts {
  margin-left: auto;
  margin-right: auto;
}

.login-pf-page .btn-primary {
    margin-top: 0;
}

.login-pf-settings
{
  width: 100%;
margin-top: 10px;
/* padding-left: 88px; */	
text-align: center;
}


/* password rules */

.valid {
   background: url("../img/valid.png") no-repeat 0 50%;
   padding-left: 22px;
   line-height: 24px;
   color: #3a7d34;
}

.invalid {
   background: url("../img/invalid.png") no-repeat 0 50%;
   padding-left: 22px;
   line-height: 24px;
   color: #ec3f41;
}

.login-pf-page .login-pf-header {
    margin-bottom: 10px !important; 
}   

.alert
{
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    margin-bottom: 15px !important;
}

.alert > .pficon {
    font-size: 15px !important;
    top: 7px !important;
}

.custome-reduced
{
  margin-top: -10px;
  margin-bottom: 10px !important;
}

.passwordstrength
{

}
/* MUI floating label  
*/

.compressBtn, div#password-rules
{
margin-bottom: 5px !important;
}

.compressdiv
{
  margin-bottom: 10px !important;	
}


/*mobile custome code starts*/
@media screen and (max-width: 479px) {
#kc-support
{
 float: none !important;
 margin : auto !important;
}
   .card-pf
    {
      margin : auto !important;
      float: none !important;
    }
         .helpline-row
    {
     display: none !important;
    } 
#loginContainer
{
  padding: 5px !important;
}
}
@media screen and (max-height: 550px) {
     .helpline-row
    {
     display: none !important;
    } 
}
/*mobile custome code ends*/
