.register-page {
    color: #f4f6fb;
}

.register-page > .table_flow {
    background: #141414;
    border-color: #555;
}

.register-page h4 {
    color: #d0d6e4;
    text-shadow: none;
}

.register-page #accordionLogin > .videoRiff {
    background: #202020;
    border-color: #555 !important;
    border-radius: 14px;
    padding: 16px;
}

.register-page .register-section-toggle {
    display: block;
    width: 100%;
    padding: 16px 12px;
    margin-bottom: 12px;
    border: 1px solid #666;
    border-radius: 10px;
    background: #292929;
    color: #ffff78;
    font: inherit;
    cursor: pointer;
}

.register-page .register-section-toggle h3 {
    margin: 0;
    color: inherit;
    font-size: 1.25em;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-shadow: none;
    text-decoration: none !important;
}

.register-page .register-section-toggle:hover {
    background: #363636;
    border-color: #ffff78;
}

.register-page #registrationForm input[type="text"],
.register-page #registrationForm input[type="password"],
.register-page #registrationForm select,
.register-page #registrationForm .dropbtn {
    box-sizing: border-box;
    min-height: 42px;
    padding: 8px 10px;
    border: 1px solid #8e96a3;
    border-radius: 7px;
    background: #fff;
    color: #171717;
    font: inherit;
    text-shadow: none;
}

.register-page #registrationForm .dropdown-content {
    background: #fff;
    border-color: #8e96a3;
}

.register-page #registrationForm .dropdown a {
    color: #171717;
    text-decoration: none;
}

.register-page #registrationForm .dropdown-item:hover {
    background: #e9edf3;
}

.register-page #registrationForm label {
    color: #f4f6fb;
}

.register-page #registrationForm fieldset > table {
    width: 100%;
}

.register-page #registrationForm fieldset > table > tbody > tr > td {
    padding: 7px 5px;
}

.register-page #registrationForm .cadre {
    background: #141414;
    border-color: #666;
}

.register-page #registrationForm a,
.register-page .login-social-help a {
    color: #ffff78;
    text-decoration: underline;
}

.register-page #registrationForm input[type="checkbox"] {
    accent-color: #ffff00;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: 8px;
}

.register-page #registrationForm input[type="submit"] {
    min-height: 44px;
    margin-top: 20px;
    padding: 10px 32px;
    border: 1px solid #ffff00;
    border-radius: 9px;
    background: #ffff00;
    color: #141414;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.register-page #registrationForm input[type="submit"]:hover {
    background: #ffff78;
}

.register-page :is(button, input, select, a):focus-visible {
    outline: 3px solid #ffff78;
    outline-offset: 3px;
}

.register-page .text-danger,
.register-page .field-validation-error {
    color: #ffb4b4 !important;
    font-weight: 700;
}

.register-page .error-messages,
.register-page .validation-summary-errors {
    margin: 16px auto;
    padding: 16px;
    border: 1px solid #ffb4b4;
    border-radius: 8px;
    background: #381c1c;
    color: #ffe0e0;
    text-align: left;
}

.register-page .register-referral {
    max-width: 350px;
    margin: 20px auto;
    padding: 15px;
    border: 1px solid #ffff78;
    border-radius: 8px;
    background: #292929;
    color: #ffff78;
    text-align: center;
    font-weight: bold;
}

@media (max-width: 600px) {
    .register-page > .table_flow {
        width: 100%;
        padding: 12px;
    }

    .register-page #accordionLogin > .videoRiff {
        padding: 10px;
    }

    .register-page #registrationForm fieldset > table > tbody > tr > td {
        display: block;
        width: 100%;
    }
}
