.external_card_container {
    margin-top: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    height: 100%;
    width: 100%;
}

.external_card {
    width: 60%;
}

@media screen and (max-width: 1500px) {
    .external_card {
        width: 80%;
    }
}

@media screen and (max-width: 800px) {
    .external_card {
        width: 90%;
    }
}

.external_card_body {
    padding: 50px !important;
}

@media screen and (max-width: 768px) {
    .external_card_body {
        padding: 30px 20px !important;
    }
}

@media screen and (max-width: 480px) {
    .external_card_body {
        padding: 20px 15px !important;
    }
}

@media screen and (max-width: 730px) {
    .external_card {
        margin: 10px !important;
    }
}

.background-layer {
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s ease-in-out;
}

.background-layer-a,
.background-layer-b {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.background-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: -1;
    pointer-events: none;
}

.language-picker-card-corner {
    position: absolute;
    bottom: 30px;
    right: 20px;
    z-index: 100;
}

.language-picker-card-corner .dropdown-menu {
    min-width: 180px;
    width: auto;
}

.language-picker-card-corner .kt-nav__link {
    white-space: nowrap;
}

.kt-login__actions {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.kt-login__divider {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.public-page.nav-link {
    font-size: 1.4rem;
    font-weight: 400;
    padding: 1rem 1.5rem;
    transition: color 0.2s ease;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
}

.kt-login__logo img {
    border-radius: 8px;
}

.registration-cta {
    background-color: #f7f8fa;
    border-radius: 8px;
    border: 2px dashed #e0e0e0;
    transition: all 0.2s ease-in-out;
}

.registration-cta:hover {
    border-color: var(--ordolio-default-primary-light);
    background-color: #f8f9fa;
}

.registration-cta p {
    font-size: 1.1rem;
    color: #181c32;
    margin-bottom: 0.5rem;
}

.login-info-box {
    border-radius: 8px;
    background-color: #f7f7f7;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
