body {
    font-family: 'Poppins', sans-serif;
    background: #fff;
    position: relative;
}

.text-primary {
    color: #7a1118 !important;
}

a:not(.text-white) {
    color: #7a1118;
}

.font-barlow {
    font-family: "Barlow", sans-serif;
}

.col-lg-6 {
    background: url("../images/bg-left.jpg") center no-repeat;
    background-size: cover;
    padding: 200px 5rem 5rem;
    min-height: 100vh;
}

.col-lg-6:last-child {
    background-image: none;
    background-color: #7a1118;
}

.display-1 {
    font-size: calc(4.625rem + 4.5vw);
    line-height: 0.9;
}

#logo {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    border-top: 5px solid #fff;
    z-index: 2;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    border-bottom: 5px solid #fff;
}

.message {
    color: #fff;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    min-height: 1.25rem;
}

.response-message {
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
}

.form-control.is-invalid,
.form-check-input.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.turnstile-error {
    display: none;
}

.consent-field {
    margin-top: -1.25rem;
}

.consent-field .message,
.terms-field .message {
    min-height: 0;
    margin-top: 0;
}

@media (max-width: 991px) {
    .col-lg-6 {
        min-height: auto;
        padding: 3rem;
    }

    .col-lg-6:first-child {
        padding-top: 200px;
    }

    .col-lg-6:last-child {
        padding-bottom: 4rem;
    }

    #footer {
        position: static;
    }
}
