/*========================================================
        DARK LAYOUT
=========================================================*/
.bg-authentication {
    /*background-color: #EFF2F7;*/
    background-color: rgba(38, 43, 72, 0.92);
    border-radius: 4px !important;
    border: 0px;
    -webkit-box-shadow: 0px 3px 6px #1d2030;
    box-shadow: 0px 3px 6px #1d2030;
}
    .bg-authentication .card {
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
        -webkit-box-shadow: 0px 2px 6px 0px #1d2030;
        box-shadow: 0px 2px 6px 0px #1d2030;
    }
}
    .bg-authentication .login-footer {
        padding: 0rem 1.5rem 0.5rem;
    }

        .bg-authentication .login-footer .footer-btn .btn {
            padding: 0.9rem 1.2rem !important;
            margin: 1rem 1rem 1rem 0rem;
        }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .bg-authentication {
        width: 100%;
    }
}
