[contenteditable=true], [contenteditable=false] {
    display: block;
    resize: none;
    outline: none;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    min-height: 56px;
    cursor: text;
    height: auto;
    width: 100%;
    overflow-y: auto;
}

.form-err{
    color: #D84D4D;
    margin-top: 0;
    display: inline-block !important;
    font-size: 12px !important;
    width: 100%;
    margin-left: 2px;
    text-align: left;
}