.label { background: #fff; }
.container {
padding: 40px 20px;
background: #f9efe4;
}
select { background: #fff; }
textarea { background: #fff; }
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="date"] { background: #fff; }
.badge-required, legend .badge-required {
background-color: #8b2222;
}
.message-block-error {
color: #8b2222;
border: 2px solid #e01919;
}
.message-block-error a { color: #8b2222; }