#registerButton:hover, .call-to-action, input[type="checkbox"]:checked + label span.checkbox_new::after {
    background-color: #D0E0C8;
    color: #fff;
    border: 0 !important;
}

#registerButton {
    color: #D0E0C8;
}

#registerButton span {
    color: #ffffff;
}

@media (max-width: 1024px) {
    #registerButton {
        color: #FFF;
        background-color: #D0E0C8;
    }
}

input[type="checkbox"].error + label, .error label span.checkbox_new, label.error {
    color: #B41919;
}

select.error:not(:focus) {
    border: solid 2px #B41919;
}

input.error:not(:focus) {
    border-bottom: solid 2px #B41919;
}
