.table-secondary p.form-control {
    display: flex;
    align-items: center;
}

.table-secondary .row-field--textarea .form-group {
  max-width: inherit;
}

.form-tertiary .form-group--secondary.bg--transparent {
  background-color: transparent;
}

.table-secondary input.form-control {
    color: #2d2264;
}
