
.login-page body {
    background: #F7F7F7;
    height: 100%;
    font-family: Helvetica,Arial,sans-serif;
    color: #73879C;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.471;
}

a {
  color: #5A738E;
}
.separator {
  border-top: 1px solid #D8D8D8;
  margin-top: 10px;
  padding-top: 10px
}


/** Form Wrapper **/
section.login-content {
    margin:  5% auto 0;
    padding: 35px 0 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: 350px;
}

section.login-content a:hover {
    text-decoration: underline
}

section.login-content h1 {
    display: flex;
    flex-direction: row;
    letter-spacing: -.05em;
    line-height: 20px;
    margin: 10px 0 30px;
    font-size: 25px;
    font-weight: 400;
  }

section.login-content h1:before,
section.login-content h1:after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #73879C;
  margin: auto;
  position: inherit;
}

section.login-content h1:before {
    margin-right: 10px;
}
  
section.login-content h1:after {
    margin-left: 10px;
}
section.login-content .reset-pass {
  margin-top: 9px !important;
  margin-right: 30px;
  float: right
}
section.login-content form input[type=text]:focus,
section.login-content form input[type=email]:focus,
section.login-content form input[type=password]:focus {
  -ms-box-shadow: 0 0 2px #ed1c24 inset;
  -o-box-shadow: 0 0 2px #ed1c24 inset;
  box-shadow: 0 0 2px #A97AAD inset;
  background-color: #fff;
  border: 1px solid #A878AF;
  outline: 0
}

div#kc-form-buttons{
  text-align: left;
}

div#kc-form-buttons input#kc-login{
  margin-left: 30px;
}

/** Password reset page **/
div.pasword-reset-wrap {
  padding-left: 10px;
  padding-right: 10px;
}

div#change-link{
  padding: 20px 0 10px
}
/** END Pasword reset page **/

/** Configure TOTP **/
ol#kc-totp-settings {
  padding-left: 20px;
  text-align: left;
}
ol#kc-totp-settings li.totp-scan-qr {
  text-align:center;
}
ol#kc-totp-settings li.totp-scan-qr p:first-child {
  text-align: left;
}
ol#kc-totp-settings ul#kc-totp-supported-apps {
  padding-bottom: 10px;
}

img#kc-totp-secret-qr-code {
  margin-bottom: 10px;
}

/** Language bar **/
ul.language-bar {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 5px;
  }
  
  ul.language-bar li {
    padding: 0 10px 0 12px;
    display: inline;
    border-right: 1px solid #d8d8d8;
  }
  
  ul.language-bar li:last-child {
    border-right: 0;
  }
  
  ul.language-bar li a {
    margin: 0;
    font-size: 12px;
  }
 /** END language bar **/ 

/** Logo **/
div.logo-wrapper {
    padding-top: 13px;
}
div.logo-wrapper img.logo {
    width: 90%;
}

/** END Log **/
  

