
.card-pf {
  border-radius: 5px;
}
.login-pf {
  height: auto;
  background: 0 none;
  background-size: auto;
  background-size: auto;
}
.login-pf body {
  height: auto;
  max-height: auto;
}
.login-pf-page .login-pf-social-section {
  width: 100%;
  flex: 0 1 auto;
  max-width: 100%;
}
.login-pf-page .login-pf-accounts {
  max-width: 440px;
}
.login-pf-page .login-pf-social-section:first-of-type {
  border: 0 none;
  padding: 0;
}
.card-pf.login-pf-accounts {
  border-radius: 1rem;
  margin: 0 auto;
}
.login-pf body {
  background: #f9fafb;
}
#kc-header {
  height: 150px;
  background: transparent url(../img/logo-progedo-couleur.png)
    no-repeat;
  background-size: 150px;
  background-position: center;
}
#kc-header-wrapper {
  color: black;
  display: none;
}
#kc-login {
  background: #ccc;
  border: 0 none;
  border-radius: 0.25rem;
  padding: 1rem;
  max-width: 50%;
  margin: 0 auto;
}
#kc-login:hover {
  background: #999;
}
.login-pf-page .form-control {
  border-radius: 0.5rem;
  padding: 1.5rem;
  background: #e2e8f0;
}
#kc-page-title {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
}
#kc-form {
  position: relative;
  padding-top: 80px;
}
#kc-social-providers {
  /* position: absolute; */
  /* z-index: 1; */
  /* top: 0; */
  padding: 0;
  border: 0 none;
  /* height: 20px; */
}
#kc-social-providers > h4 {
  display: none;
}
#kc-social-providers span {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}
#kc-social-providers > hr {
  display: none;
}
/*#kc-social-providers::after{
 content: '';
  width: 100%;
  height: 3px;
  background: #999;
  position: absolute;
}*/
#kc-social-providers span {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}
.login-pf-page .login-pf-social {
  margin-top: 10px;
}
.login-pf-page .login-pf-social-link a {
  background-color: #00abe9;
  color: white;
  border-radius: 0.25rem;
}
.login-pf-page .login-pf-social-link a:hover {
  background-color: #042534 !important;
  color: white;
}
#kc-form-login {
  display: none;
}
#kc-form-login.active {
  display: block;
}
.alt-login {
  padding: 10px;
  border: 0 none;
  border-radius: 0.25rem;
}
.alt-login:hover {
  background: #bbb;
}
#social-progedo {
  background-color: #343BFF;
  padding: 1.5rem;
  color: #FFF;
  border-radius: 5px;
}
