﻿.bg-image {
    height: 190px;
    /*background-image: url(Images/Login/logo512.png);*/
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: top;
    /*background-position-y: 65px;*/
}
.card-size {
    margin-top: 30px;
    background: hsla(0, 0%, 100%, 0.4);
    backdrop-filter: blur(30px);
}
.card-spacer {
    margin: 0 15rem;
}

@media only screen and (max-width:576px) {
    .bg-image {
        height: 240px;
        background-image: url(Images/Login/logo1080.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: top;
    }
    .card-spacer {
        margin: 0;
    }
}