﻿#SignUpForm{
    color:white;
}

.signup-step-content {
    color: white;
}

    .signup-step-content{
        color:white;
    }

    .k-stepper .k-step-current .k-step-indicator {
        color: white;
        background-color: #E1251B;
        border-color: #E1251B;
    }

.k-stepper .k-step-done .k-step-indicator {
    color: white;
    background-color: #54565A;
    border-color: #54565A;
}
/* Container fills overlay height and scrolls if needed */
.signup-overlay-container {
    height: 100%;
    overflow-y: auto;
    padding: 2rem;
}

/* Stepper width + centering */
.stepper-head {
    width: 100%; /* match Bootstrap col width */
    margin: 0 auto;
}

    .stepper-head .k-step-list {
        justify-content: center !important;
    }

    /* White connector line between steps */
    .stepper-head .k-step::after {
        background-color: white !important;
        height: 2px; /* thickness */
        top: 50%;
        transform: translateY(-50%);
    }

/
/* Step content max width for readability + white text */
.signup-step-content {
    max-width: 700px;
    margin: 0 auto;
    color: #fff; /* make all text white */
}

.signup-step-content ul {
    padding-left: 1.2rem;
}

.signup-step-content ol {
    padding-left: 1.2rem;
    margin-top: 0.5rem;
}

/* Right panel styling */
.signup-side-panel {
    padding: 2rem 1rem;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.signup-step-content ul,
.signup-step-content ol,
.signup-step-content li,
.signup-step-content p,
.signup-step-content h1,
.signup-step-content h2,
.signup-step-content h3 {
    color: #fff;
}

.signup-step-content a {
    color: #fff;
    text-decoration: underline;
}

    .signup-step-content a:hover {
        color: #ddd;
    }

.signup-info{
    color:white;
}

.k-step-text{
    color:white;
}