input[type="text"] {
        background-color: var(--background);
}
input[type="email"] {
        background-color: var(--background);
}