.textAreaWithLabel textarea {
    background-color: white;
    color: black;
    border: 1px solid #E1E1E1;
    border-radius: 8px;
    padding: 15px 50px 15px 24px;
}

.textAreaWithLabel textarea:focus {
    border-color: #0E870C;
}

.textAreaWithLabel textarea.text-input-error {
    border-color: red;
    background-image: url(/images/icon-error.png);
    background-size: 21px 21px;
    background-repeat: no-repeat;
    background-position: 98% 50%;
}