.btn {
  font-weight: 400;
  padding: 8px 16px;
  line-height: 1.42857143;
}

.btn-success {
  background-color: #539433;
  border-color: #539433;
  color: white;
}

.btn-success:hover {
  color: #fff;
  background-color: #427629;
  border-color: #427629;
}

.alert-error > .pficon {
  top: 25%
}

label {
  font-weight: normal;
  color: #373534;
}

.form-control {
  background-color: #fff;
  border: 1px solid #b0b0b0;
  border-radius: 3px;
  color: black;
  padding: 8px 12px;
  height: 40px;
  box-shadow: none;
}

.form-control.input-password {
  padding-right: 3.2rem;
}

.form-control:focus, .form-control:hover {
  border-color: #9A9A9A;
  box-shadow: none;
}

.pficon-error-circle-o:before {
  color: #B22222;
}

.login-pf-page {
  flex: 1;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

/* header */
#kc-header {
  color: #606060;
  overflow: visible;
  white-space: nowrap;
}

#kc-header-wrapper {
  font-size: 36px;
  text-transform: initial;
  letter-spacing: 3px;
  line-height: 1.2em;
  white-space: normal;
}

#kc-header-wrapper > img {
  height: 80px;
}

.login-pf-page .login-pf-header {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 2.2rem;
}

.login-pf-page .login-pf-page-header {
  margin-bottom: 0;
}

.login-pf-page .login-pf-header h1 {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.01562em;
  text-align: left;
}

@media(max-width: 767px) {
  #kc-header {
    padding: 0;
    text-align: center;
  }

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

  /* #kc-header-wrapper > img {
      height: 45px;
  } */
}

@media(min-width: 768px) {
  .login-pf-page .login-pf-page-header {
    margin-bottom: 0;
  }
}

/* Locale */
#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;
}

@media (max-width: 767px) {
  #kc-locale {
    position: unset;
    top: 20px;
    right: 20px;
    text-align: right;
    margin-top: 5px;
    z-index: 9999;
  }
  #kc-locale ul {
    right: 4.5rem;
  }
}

@media (min-width: 768px) {
  #kc-locale {
    margin-top: 5px;
    position: relative;
    text-align: right;
    z-index: 9999;
  }
}

#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;
}

/* Buttons, links and forgotten password */
.pwd-and-btns {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .pwd-and-btns {
    flex-direction: column;
  }
}

.pwd-and-btns .btn {
  border-radius: 3px;
}

a, a:hover{
  color: #539433;
}

/* Socials */
.login-pf-page .login-pf-social {
  margin-top: 0;
}
@media (min-width: 768px) {
  .login-pf-page .login-pf-social {
    margin-top: 25px;
  }
}
/* Footer Links */
.ea-footer-links {
  text-align: left;
  /* position: fixed; */
  bottom: 0;
}

.ea-footer-links ul{
  display: inline-block;
  padding: 0;
  text-align: center;
}

.ea-footer-links ul li{
  display: inline-block;
  list-style: none;
}

.ea-footer-links ul li a{
  color: white;
  padding: 0 1.6rem;
  border-right: 1px solid white;
  text-decoration: none;
}

.ea-footer-links ul li:last-child a{
  border-right: none;
}

.ea-footer-links ul li a:hover{
  text-decoration: "underline";
}

/* Toggle password */
.toggle-password {
  cursor: pointer;
  float: right;
  margin-top: -0.8rem;
  margin-right: 0.8rem;
  height: 0.01rem;
  font-size: 2rem;
  display: flex;
  max-height: 2em;
  align-items: flex-end;
  white-space: nowrap;
}

.toggle-password i {
  color: rgba(0, 0, 0, 0.54);
  z-index: 10;
}

.email-error {
  display: none;
  color: #B22222;
  margin-top: 5px;
}