input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea{
    width: 100%;
    padding: 1em;
    font-size: inherit;
    background: #fdfdfd;
    border: 2px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type="radio"],
input[type="checkbox"]{
    vertical-align: middle;
    margin-top: -2px;
}