:root{
    --primaryColor: #079451;
    --secondaryColor: #076e3c;
    --borderColor: #079451;
    --disabledColor: #D0D3D5;
}

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

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

.logos {
    background-color: rgb(255, 255, 255) !important;
}

@media (min-width: 767px) {
    .card {
        margin-top: 240px !important;
        padding: 25px 50px !important;
        flex-grow: 0 !important;
        border-radius: 12px;
        z-index: 1 !important;
    }
}

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