[data-theme="dark"] .teste{}

[data-theme="dark"] .input::placeholder{
    color: #ffffff8a;
}

[data-theme="dark"] .input{
    color: #fff;
}

[data-theme="dark"] .label > select.input{
    color: #fff !important;
    background-color: #0000002b;
}

[data-theme="dark"] .label > select.input > option{
    color: #fff !important;
    background-color: #000 !important;
}
[data-theme="dark"] .label > select.input{
    color: #fff !important;
    background-color: #0000002b;
}


[data-theme="dark"] .div-login{
    background-color: #0000002b;
}