input[type="text"],
input[type='password'],
input[type='tel'],
input[type="email"],
input[type="number"],
textarea {
    -moz-user-select: auto;
    -khtml-user-select: auto;
    -webkit-user-select: auto;
    user-select: auto;
}
