textarea {
    min-height: 150px;
}

.text-danger { 
    font-weight: bold;
    font-size: x-large; 
    color: red;
}

.text-success { 
    font-weight: bold;
    font-size: x-large; 
    color: green;
}

::placeholder {color:#444}