.modal-welcome-register {
    background-color: black;
}

.modal-welcome-register .card{
  background-color: transparent !important;
}

.modal-welcome-register button.btn.btn-block.btn-primary {
    background-color: #fff;
    color: #000;
}


.modal-welcome-register .legal-conditions-section .content-text-form p {
     color: #fff !important;
}

.modal-welcome-register .form-control{
    background-color: transparent  !important;
    color: #CAC6C2 !important;
}

.modal-welcome-register .form-control:focus {
    background-color: transparent  !important;
    box-shadow: none !important;
    border-color: #fff !important;
}

.modal-welcome-register .modal-body .form-group{
    padding-right: 0;
    padding-left: 0;
}

.modal-welcome-register .legal-conditions-section a {
    color: white !important;
}

.modal-welcome-register .content-text-form.mt-3.register-information {
    color: #fff;
} 

.modal-welcome-register body .content-text-form a {
    color: #fff;
}


.modal-welcome-register .form-group.required .form-control-label::after {
    color: #CAC6C2;
    content: "*";
}

.modal-welcome-register .info-text-color span{
    color: #CAC6C2 !important;
}

.modal-welcome-register-form .form-group .form-control-label{
    background-color: #000 !important;
     color: #CAC6C2 !important;
}

/* .event-40 .form-group .form-control-label.active,
.event-40 .form-group .form-control-label.inactive{
    background-color: #000 !important;
    color: #CAC6C2 !important;
} */

.modal-welcome-register small.w-100.mt-n1.mb-2 {
    color: #CAC6C2 !important;
}

.modal-welcome-register .info-text-color .title {
    color: #fff !important;
}
.modal-welcome-register .title span.text-white {
    color: #fff !important;
}

.modal.modal-notification .modal-content .modal-close-btn i {
    color: #fff !important;
}

.modal.modal-notification .registration-landing .collapse {
    margin-top: 0;
    color: white !important;
    text-align: left !important;
}
.modal.modal-notification .registration-landing .content-text-form.collapse a {
    color: white !important;
}