@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}
    body:before {
        content: "";
        position: fixed;
        background: url(../Img/Stackedwavebg.svg);
        background-size: 100% 80%;
        background-position: bottom;
        background-repeat: no-repeat;
        z-index: -1; /* Keep the background behind the content */
        height: 20%;
        width: 20%; /* Using Glen Maddern's trick /via @mente */
        /* don't forget to use the prefixes you need */
        transform: scale(5);
        transform-origin: top left;
    }
@media (max-width: 768px) {

    #logoFooter:before {
        content: ' ';
        display: block;
    }

    body {
        margin-bottom: 100px;
    }
}

.bg-my {
    background: transparent !important;
    transition: 0.75s ease;
}

    .bg-my.scrolled {
        background: #f8f9fa !important
    }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}
.cardTau {
    background: rgba(175, 180, 183, 0.55);
    border-radius: 15px;
}
