input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
select,
textarea {
    margin: 0;
    padding: 12px 17px;
    font-size: 14px;
    outline: none;
    background: #fdfdfd;
    border: 1px solid #e8e8e8;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    outline: 2px solid var(--sporsora-senary-color);
    background: #f3f3f3;
}