
/* Sign up page styles */



    #sign-up-tab-content input,
    #sign-up-tab-content textarea,
    #sign-up-tab-content select {
        background-color: white !important;
        color: black !important;
    }

    #sign-up-tab-content input::placeholder,
    #sign-up-tab-content textarea::placeholder {
        color: white !important;
        opacity: 0.7 !important;
    }

    #sign-up-tab-content label {
        color: white !important;
    }

    #sign-up-tab-content p.text-muted {
        color: white !important;
    }

    #sign-up-tab-content h5 {
        color: #ffffff !important;
    }

  

    /* Tabs styling */
    #sign-up-tabs {
        background: transparent;
        border: none;
        padding: 10px 0;
    }

    #sign-up-tabs .nav-link {
        color: white !important;
        border: none !important;
        background: transparent !important;
    }

    #sign-up-tabs .nav-link.active {
        background-color: white !important;
        color: #212529 !important;
        border-radius: 8px;
    }