:root {
    --primaryColor: #e31c79;
    --secondaryColor: #e5bac1;
    --borderColor: #e5bac1;
    --disabledColor: #7c878e;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -10;
}

#bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}

@media (min-width: 767px) {
    .img-logo {
        width: 85% !important;
        max-width: 85% !important;
    }
    .moldura {
        background-color: transparent !important;
    }
    .logos {
        background-color: rgb(255 255 255 / 56%) !important;
    }
    .card {
        margin-top: 240px !important;
        padding: 25px 50px !important;
        flex-grow: 0 !important;
        border-radius: 12px;
    }
}

@media (max-width: 767px) {
    .video-background {
        display: none;
    }
}
