.page {
    display: flex;
    align-items: center;
    padding-right: 20%;
}

.btn-register {
    background-color: var(--secondary);
    border-radius: 8px;
    text-transform: none !important;
    color: #fff;
    font-size: 16px;
    font-weight: var(--font-weight-regular) !important;
}

.btn-register:hover {
    color: #fff;
    background: var(--primary);
}

.form-check-label, .caption {
    color: #fff;
    font-size: 12px;
    text-align: justify;
}

.form-check-label a {
    color: #fff;
    text-decoration: underline;
}

.user-links a {
    color: #fff;
    font-size: 12px;
}

.user-links a:hover {
    color: #fff;
    text-decoration: underline;
}

.card {
    background: transparent !important;
    box-shadow: none;
}

.card-header {
    border-bottom: 0;
    padding: 0 0 32px 0;
    display: flex;
    justify-content: center;
}

.card-header img {
    display: none;
}

.card-body {
    padding: 0;
}

.disclaimer-category {
    font-size: 10px;
    color: #fff;
}

.form-label {
    background: transparent !important;
    color: #fff !important;
}

.form-outline input:focus ~ .form-label {
    color: #fff !important;
}

.form-control option {
    background-color: #fff !important;
    color: #fff !important;
    padding: 10px !important;
}

.form-control option:hover,
.form-control option:focus,
.form-control option:active {
    color: #fff !important;
}

select {
    text-align: center;
}

select.form-control {
    background: transparent !important;
}

.select-dropdown,
.dropdown-content {
    background: transparent !important;
}

.select-dropdown li span,
.dropdown-content li span {
    color: #fff !important;
}


.select-dropdown li:hover span,
.dropdown-content li:hover span {
    color: #fff !important;
}

.form-legal-txt {
    font-size: 10px;
    color: #fff;
    text-align: justify;
}

@media (max-width: 991px) {
    .page {
        padding: 0;
        justify-content: center !important;
    }
}

@media (max-width: 557px) {
    .card-header img {
        display: flex;
        width: 300px;
    }
}