input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
border-color: #e9eceb;
background: #e9eceb !important;
color: #080808;
}
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="button"],
input[type="email"],
textarea,
select {
background: #f3f3f3;
color: #121213;
border-color: #f3f3f3;
font-family: Ubuntu, Arial, Tahoma, sans-serif;
font-weight: normal;
font-size: 18px;
}
p {
font-style: normal;
text-decoration: none;
font-size: 19px;
}