div .new_form_row {
    width: 100%;
    display: flex;
}

div .new_form_col {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.new_form_row .form-control {
    width: unset;
}

.new_form_row h5{
    display: block;
    width: 100%;
}

.new_inline_label {
    width: unset;
    align-self: center;
    margin-bottom: 0;
    margin-right: 1rem;
}

.new_inline_input {
    width: unset;
}