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

.external_card_body {
    padding: 50px !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;
}

.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;
}