/* Make ALL fields on the Membership Renewal page white */
.WaGadgetMembershipRenewal input,
.WaGadgetMembershipRenewal textarea,
.WaGadgetMembershipRenewal select {
    background-color: #FFFFFF !important;
    color: #000000 !important;
}
/* Make ALL fields on the Edit My Profile page white */
.WaGadgetMemberProfile input,
.WaGadgetMemberProfile textarea,
.WaGadgetMemberProfile select {
    background-color: #FFFFFF !important;
    color: #000000 !important;
}
/* Make ALL fields on the live Edit My Profile page white */
.WaGadgetMemberProfile input,
.WaGadgetMemberProfile textarea,
.WaGadgetMemberProfile select,
.WaGadgetProfile input,
.WaGadgetProfile textarea,
.WaGadgetProfile select,
.WaGadgetContactProfile input,
.WaGadgetContactProfile textarea,
.WaGadgetContactProfile select,
.WaGadgetContact input,
.WaGadgetContact textarea,
.WaGadgetContact select,
.WaGadgetUserProfile input,
.WaGadgetUserProfile textarea,
.WaGadgetUserProfile select {
    background-color: #FFFFFF !important;
    color: #000000 !important;
}
/* Make ALL fields on the Membership Application (Join Now) page white */
.WaGadgetMembershipApplication input,
.WaGadgetMembershipApplication textarea,
.WaGadgetMembershipApplication select {
    background-color: #FFFFFF !important;
    color: #000000 !important;
}
