:root {
    --text: #333;
    --pf-c-button--m-primary--BackgroundColor: #50ADDB;
}

.card-pf {
    border-top: none;
    padding-top: 40px;
    max-width: 600px;
}

.login-pf body {
    height: 100%;
    background-image: url("../img/_header_network_blue.svg");
    color: #414547;
    overflow-x: hidden;
    background-size: cover;
    background-position: center;
}


#kc-header {
    color: #414547;
}

#kc-form-login {
    font-size: 115%;
}

#kc-info-wrapper {
    background-color: #FFFFFF;
}

.pf-c-button.pf-m-primary {
    background-color: var(--pf-c-button--m-primary--BackgroundColor);
}

footer {
    padding-top: 2%;
}

.footer-links {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.footer-links li:not(:last-child)::after {
    content: " | ";
}

.footer-links li {
    padding: 0;
    margin: 0;
}

.logos-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.logo-box {
    border: 1px solid #ccc;
    max-height: 75px;
    padding: 10px;
    margin: 0 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: transform 0.3s, background-color 0.3s;
    background-color: #f9f9f9;
    text-decoration: none;
}

.logo-box:hover {
    transform: translateY(-5px);
    background-color: #e0e0e0;
}

.logo {
    max-height: 75px;
    width: auto;
}

.card-rounded {
    border-radius: 8px;
}

#kc-header {
    background-image: url("../img/Logo_LNDS.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 160px auto;
    padding-top: 100px;
    margin-top: 30px;
    height: 170px;
}

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

/* Social Providers */
.social-providers-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: nowrap;
}

.social-provider-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: transform 0.2s;
    outline: solid 1px #eaeaea;
    border-radius: 20px;
}

.social-provider-button:hover {
    transform: scale(1.05);
}

.social-providers-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.social-provider-logo {
    width: 150px;
    height: 100px;
    object-fit: contain;
    transition: outline 0.2s ease;
}

.social-provider-button:hover .social-provider-logo {
    outline: 2px solid #00A3E0;
    outline-offset: 3px;
    border-radius: 8px;
}

.social-provider-name {
    color: #333;
    font-size: 1em;
    text-align: center;
}

#kc-social-providers p {
    text-align: left !important;
}