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

.header {
    margin-bottom: 24px;
}

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

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

    .text-instruction {
        font-size: 17px;
        margin-bottom: 30px;
    }

    .page-index .text-instruction {
        color: #fff;
    }

    .header {
        height: 200px;
    }

    .page-index .header {
        height: 430px;
        margin-bottom: 0;
    }

    .page-index .text-instruction {
        padding-top: 10px;
        height: 53px;
        font-size: 18px;
    }

    .page-end .text-thanks {
        padding-top: 15px;
        margin-bottom: 10px;
    }

    .row-bx {
        color: #000 !important;
    }

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