div.content-container {
    min-height: 480px;
    height: calc(100% - 148px);
    top: 148px;
}

textarea.form-control {
    height: 14em;
}