:root {
    --form-check-input-background-color: #2459be;
    --form-input-background-color: #e9e9e9;
    --form-input-border-color: #e9e9e9;
    --btn-primary-background-color: #2459be;
    --btn-primary-border-color: #2459be;
    --btn-primary-text-color: #fff;
    --btn-secondary-background-color: #31c2f5;
    --btn-secondary-border-color: #31c2f5;
    --btn-secondary-text-color: #fff;
    --btn-border-radius: 20px;
}

body.page-index .page-wrapper {
    background: #fff url(../images/bg-index.jpg) no-repeat center top;
}
body.page-end .page-wrapper,
body.page-coreg .page-wrapper {
    background: #fff url(../images/bg-content.jpg) no-repeat center top;
}

.header {
    height: 0;
}

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

.page-index .main-content {
    margin-left: -60px;
    margin-right: 75px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 740px;
}

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

.page-end .text-instruction {
    font-size: 18px;
}