.login-pf body {
    background: #ffffff none;
}

.login-pf-page {
    min-height: 100vh;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-pf-page a {
    color: #558ed5;
}

.login-pf-page a:hover {
    color: #376092;
}

#kc-content-wrapper {
    margin-top: 0;
}

#kc-form-wrapper {
    margin-top: 0;
}

#kc-header {
    display: none;
}

.login-pf-page .card-pf {
    width: 100%;
    border-top: none;
    box-shadow: none;
}

.text-center {
    text-align: center;
}

.relative {
    position: relative;
}

.hidden {
    display: none;
}

#kc-form-buttons {
    margin-top: 15px;
}

.pf-c-button.pf-m-primary {
    background-color: #4682B4;
    border-radius: 3px;
    padding: 9px 10px;
}

.pf-c-button.pf-m-primary:hover {
    background-color: #376092;
}

.pf-c-form-control {
    border-radius: 3px;
    font-size: 14px;
    border: 1px solid #cacfd5;
    background-color: #f2f6fd;
    outline: none;
}

.pf-c-form-control:focus {
    border: 1px solid #558ed5;
}

.pf-c-form-control:focus:not(:focus-visible) {
    outline: none;
}

.password-toggle {
    position: absolute;
    right: 8px;
    bottom: 6px;
    font-size: 16px;
}

.pf-c-form-control[aria-invalid=true] + .password-toggle {
    right: 32px;
}

a#kc-current-locale-link::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    transform: rotate(-45deg);
    border-bottom: 2px solid #558ed5;
    border-left: 2px solid #558ed5;
    margin-bottom: 3px;
    margin-left: 7px;
}

div.concludit-logo-text {
    background-image: url(../img/Logo_VDMA.png);
    background-repeat: no-repeat;
    height: 144px;
    width: 396px;
    margin: 0 auto;
}

div.concludit-logo-text span {
    display: none;
}

#kc-locale-dropdown a#kc-current-locale-link {
    font-weight: bold;
    color: #558ed5;
}

@media (min-width: 768px) {
    .login-pf-page #kc-locale {
        position: absolute;
        top: 2rem;
        right: 2rem;
    }
}
