input[type="text"]
{
    background-color: #fcf7e8;
}
input:focus[type="text"]
{
    background-color: #fcf7e8;
}

input[type="email"]
{
    background-color: #fcf7e8;
}
input:focus[type="email"]
{
    background-color: #fcf7e8;
}

input[type="tel"]
{
    background-color: #fcf7e8;
}
input:focus[type="tel"]
{
    background-color: #fcf7e8;
}

input[type="text"]
{
    background-color: #fcf7e8;
}
input:focus[type="text"]
{
    background-color: #fcf7e8;
}