/* =====================================================================

TEXTAREA CSS

===================================================================== */

textarea {
    border: none;
    font: inherit;
    line-height: inherit;
    margin: 0;
    max-height: 250px;
    /*max-width: 100%;
  min-height: 100px;
  min-width: 100%;*/
    outline: none;
    padding: 10px;
    width: 100%;
}

.ui-textarea {
    border-bottom: 1px solid #537890;
    border-right: 1px solid #537890;
    margin-bottom: 10px;
    color: #537890;
    text-align: left;
    background-color: white;
}


.ui-textarea.is-invalid, .ui-textarea.is-required { border-bottom: 1px solid #e84733; }
