:root {
    --form-check-input-background-color: #db0c04;
    --form-check-input-text-color: #ffffff;
    --btn-primary-background-color: #db0c04;
    --btn-primary-border-color: #db0c04;
    --btn-primary-text-color: #fff;
    --btn-border-radius: 20px;
}

.footer {
    background: #3c4645;
    color: #fff;
    padding: 12px 0;
}

@media (min-width: 768px) {
    :root {
    --form-input-background-color: #ffffff;
    --form-input-border-color: #ffffff;
}
    .page-index {
        background: #fff url(../images/bg-index.jpg) no-repeat center top;
    }
    .page-end,
    .page-coreg {
        background: #fff url(../images/bg-content.jpg) no-repeat center top;
    }

    .header {
        height: 300px;
    }

    .page-end .header,
    .page-coreg .header {
        height: 250px;
    }

    .page-index .main-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        margin-left: -15px;
        margin-right: 0;
        color: #fff;
        min-height: 360px;
    }

    .page-index .text-instruction {
        display: none;
    }


    .page-end .main-content-inner,
    .page-coreg .main-content-inner {
        width: 100%;
        min-height: 200px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .page-index .footer {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }

    .footer {
        padding: 0;
        background: transparent;
        color: inherit;
    }

    .form-group-dob > .row > .col-4 {
        flex: 0 0 auto;
        width: 24%;
    }
    .form-group-dob > .row > .col-8 {
        flex: 0 0 auto;
        width: 76%;
    }

    .form-check-label {
        text-shadow: 0 0 3px rgba(0, 0, 0, 1);
    }
}
@media (min-width: 992px) {
    margin-left: -15px;
    margin-right: -100px;
}