.pf-v5-c-login {
    min-height: unset;
}

.pf-v5-c-login__container {
    grid-template-areas: "main";
    grid-template-columns: 34rem;
}

#kc-header-wrapper {
  padding: 0;
  text-align: center;
}

.login-pf body {
    height: 100%;
}

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

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

main > header {
    background: url(../img/fondo.jpg);
}

div.header > div:first-child {
    background-color: rgb(20, 53, 78);
    height: 62px;
}

div.header > div:nth-child(2) {
    padding: 15px 40px;
}

.vc_section-has-fill {
    background-color: rgb(20, 53, 78);
}

#el1613521949772-0c712dee-cf78-0 {
    display: none;
}

.custom-6736f9b343f50e0182e09f4563953b4d {
    height: 61px;
}

.custom-6736f9b343f50e0182e09f4563953b4d .btn {
    display: none !important;
}

.app-label-wrapper {
  display: flex;
  gap: 1rem;
}

a {
    text-decoration: underline !important;
    color: inherit;
}

#kc-register-form div.app-input-wrapper {
    display: none;
}

#kc-terms-text {
    margin-bottom: 1rem;
}

@media screen and (max-width: 540px) {
  body {
    overflow: auto;
  }
}

