body {
    margin: 0;
    background: url(../images/background.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-color: #d8d7d4 !important;
    background-position: 50% 50px;
    font-family: Poppins, sans-serif;
}

@media (max-width: 1184px) {
    body,
    html {
        background: url(../images/background-mob.jpg) !important;
        background-repeat: no-repeat !important;
        background-color: #d8d7d4 !important;
        background-size: contain !important;
        background-position: 50% 50px;
    }
}

.legal-top {
    background: #276184 !important;
}

.stepsCounter {
    background: #051726 !important;
}

#qubiq-container,
#qubiq-container .container {
    max-width: 100% !important;
}

.stepsCounter .upper .number.active {
    background: linear-gradient(0deg, #9f5a00 0, #ffc56a);
}

#qubiq-container .button-next,
#qubiq-popup-container .button-next {
    background: linear-gradient(0deg, #9f5a00 0, #ffc56a);
}

#spinner {
    background-color: #ff4c80;
}

#question-box .btn_reg {
    background: linear-gradient(0deg, #9f5a00 0, #ffc56a);
}

.site-header-subtext {
    margin: 0px auto;
}

.site-header-subtext {
    margin: 0px auto;
    color: grey;
    text-shadow: 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff;
}

.site-header-subtext a {
    color: grey;
}

.site-header-subtext a:hover {
    color: grey;
}