.empty {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url('/assets/images/login-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.empty .card {
    background-color: rgba(255, 255, 255, 0);
    border: 0 !important;
}
.empty .card .logo {
    width: 14rem;
}