html, body {
    width: 100%;
    height: 100%;
}

body {
    background: url(../images/login-bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card.card-login {
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .3);
}