.authentication-bg
{
    background:linear-gradient(111.34deg, rgba(255, 161, 89, 0.48) 0%, rgba(255, 57, 180, 0.4) 100%) !important;
    
}

.btn-orange 
{
    --ct-btn-color: #fff;
    --ct-btn-bg: #D34F2B;
    --ct-btn-border-color: #D34F2B;
    --ct-btn-hover-color: #fff;
    --ct-btn-hover-bg: #ED1C24;
    --ct-btn-hover-border-color: #ED1C24;
    --ct-btn-focus-shadow-rgb: 247, 135, 180;
    --ct-btn-active-color: #fff;
    --ct-btn-active-bg: #ED1C24;
    --ct-btn-active-border-color: #ED1C24;
    --ct-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --ct-btn-disabled-color: #fff;
    --ct-btn-disabled-bg: #D34F2B;
    --ct-btn-disabled-border-color: #D34F2B;
}

.text-orange-50 
{
    --ct-text-opacity: 1;
    color: rgba(238, 91, 37, 1) !important;
}

.form-check-input-orange:checked 
{
    background-color: #D34F2B;
    border-color: #D34F2B !important
}