.svg-wrapper {
    width: 100%;
    max-width: 200px;
}

.svg-wrapper svg {
    width: 100%;
    height: auto;
}


.card-block-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.7);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
    transition: 0.2s;
    pointer-events: all;
}

.card.position-relative, .authentication-wrapper .card {
    position: relative;
}
