.exl-section-terms-of-service {
    position: relative;
    color: white;
    padding: 5rem;
    font-weight: 300;
}

.exl-section-terms-of-service.gradient_bg {
    background: #0B0C0F;
    background: linear-gradient(360deg, rgba(196, 33, 33, 0.245) 5.58%, rgba(0, 0, 0, 0) 74.01%);
}

.exl-section-terms-of-service .text-success {
    color: var(--exl-myaccount-email-confirmation-text)!important;
}