html,
body,
#app {
    height: 100%;
}

body {
    background-image: url('/img/placeholders/bg-light.jpg')
}

/*-------------------------
    AUTHENTICATION CARD
-------------------------*/
.authentication-card::before {
    content: "";
    position: absolute;
    width : 100%;
    height: 100%;
    background: inherit;
    z-index: -1;
    filter: blur(10px);
}

.authentication-card {
    background-color: rgba(255, 255, 255, 0.6) !important;
}

/* .authentication-card .card-header {
    height: 180px;
}

.authentication-card .card-header img {
    object-fit: cover;
} */
