.whiteLabel .tssFormRow.form-group > label,
.whiteLabel .tssFormRow .form-group > label {
    color: #fff !important;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.74);
}

.whiteLabel * {
    color: #fff;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.74);
}

.whiteLabel input[type="text"],
.whiteLabel input[type="password"],
.whiteLabel textarea {
    color: var(--bodycolor);
    text-shadow: none;
}

div.lucent, .lucent {
    background-color: rgba(255,255,255,0.90);
}

