/* Style the main dropdown button */
.signup.dropdown-toggle {
    background-color: transparent;
    border: none;
    color: #fff; /* Adjust this to match your desired text color */
}

/* Style the dropdown menu to be transparent */
.btn-group .dropdown-menu {
    background-color: transparent;
    border: none;
    box-shadow: none; /* Remove shadow if you want a flat appearance */
    padding: 0;
}

.btn-group .dropdown-item.signup:hover {
    color: #fff;
}
