input[type=text]:disabled, textarea:disabled {
    background: #e1e1e1;
}
.error {
    color: #d00;
}

div.word-break-all {
    overflow-wrap: break-word;
}

input::placeholder {
    color: #999;
}

/* IE */
input::-ms-input-placeholder {
    color: #999;
}

/* web kit */
input::-moz-placeholder {
    color: #999;
}
