.card-registracion {
  padding-top: 10px;
  text-align: center;
}

.card-registracion h1 {
  font-size: 20px;
  padding-top: 30px;
}

.login-pf-page {
  padding-top: 0px;
  min-height: 700px;
}

.card-pf {
  background: none;
  padding: 0 20px;
  max-width: 650px;
  margin: 0 auto;
  height: 700px;
  box-shadow: none;
}

/*texto adicional*/
a {
  background-size: cover;
  color: #00b1c7;
  text-decoration: none;
  background-color: transparent;
  font-size: 0.95rem;
}


.login-pf body::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #f0f0f0;
  padding: 40px;
  text-align: center;
  background-image: url(../img/buenos_aires.svg);
  background-repeat: no-repeat;
  background-position: center;
}

#kc-header {
  overflow: visible;
  white-space: nowrap;
  background-image: url(../img/logoArba.png);
  background-repeat: no-repeat;
  background-position: 20px 0px;
  background-size: 270px;
  box-shadow: var(--pf-global--BoxShadow--lg);
  height: 63px;
}

#kc-header-wrapper {
  display: none;
}

.pf-c-button.pf-m-primary {
  color: var(--pf-c-button--m-primary--Color);
  background: linear-gradient(135deg, #00afc3, #92d1d5) !important;
}

.pf-c-button.pf-m-control {
  background-color: #92d1d5;
}

#kc-logout-confirm{
  max-width: 250px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

#kc-content{
 align-items: center;
}

div#kc-form{
  float: none;
  width: 90%;
  max-width: 500px;
  padding: 20px;
  box-shadow: 0px 4px 15px rgb(208 210 211);
  background: linear-gradient(135deg, #d4eef2, #ecf6f7) !important;
  margin: 20px auto;
  border-radius: 0px;
  height: 340px;
}

div#kc-info {
  float: none;
  padding: 20px;
  box-shadow: 0px 4px 15px rgb(208 210 211);
  background: linear-gradient(135deg, #d4eef2, #ecf6f7) !important;
  margin: 20px auto;
  border-radius: 0px;
  height: 140px;
}

div#kc-username{
  margin-left: 80px;
}

.login-pf body {
  background-size: cover;
  height: 100%;
  background: white;
}

.login-pf {
    background-size: cover;
    height: 100%;
    background: white;
}

.login-pf-page .login-pf-header h1 {
  font-size: 1.7rem;
  font-weight: 600;
}

.pf-c-form__label-text {
  font-size: 1.1rem;
  font-weight: 400;
}

.btn-group-lg .btn, .btn-lg {
    font-size: 20px;
}

body {
  font-family: -apple-system2, BlinkMacSystemFont2, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#kc-logout-confirm{
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}

#kc-error-message{
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
}

#kc-info-message{
  text-align: center;
}

#kc-content-wrapper {
  transform: scale(0.70); 
  transform-origin: top center;
  max-height: 160px;
  min-height: 80px;
}

body.login-pf {
  max-height: 160px;
  min-height: 80px;
}

@media (max-height: 767px) {

  .login-pf body::after {
    display: none;
  }

  .login-pf-page .card-pf {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    border-top: 0;
    box-shadow: 0 0;
    
  } 

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

}
