.modal-welcome-register {
    background-color: #6E35EA;
}

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

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


.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-form .registration .order-12 .legal-conditions-section a {
    color: #fff !important;
}

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

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

.modal-welcome-register-form .form-group .form-control-label{
    background-color: #6E35EA !important;
    color: #fff !important;
}


.aVariant a.d-block.btn.btn-primary.btn-primary-m.py-2.py-md-3.bg-white {
    color: #6E35EA;
}

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

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

.modal-welcome-register .icon-close::before{
     color: #fff !important;
}

.modal-welcome-register .modal-content .modal-close-btn {
        right: 4px !important;
        color: white;
}

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

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