#app {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
    /* height: 100vh; */
}

.card {
    background: #ffffffcc;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.login-logo {
    height: 100px;
}

.register-logo {
    height: 50px;
}