.bg-authentication {
    background-color: #eff2f7
}

.bg-authentication .login-footer {
    padding: 0 1.5rem .5rem
}

.bg-authentication .login-footer .footer-btn .btn {
    padding: .9rem 1.2rem !important;
    margin: 1rem 1rem 1rem 0
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .bg-authentication {
        width: 100%
    }
}