There's the onLostPassForm trigger which if an array is returned while using it it'll add a new input row just before the submit button. Example as follows.
Code:
return array( 'LABEL_HERE', 'INPUT_HERE' );
Suppose you could just use it to output some text. You'd do this using CB Auto Actions and a Code action on that trigger. There's no trigger for placing text where you're wanting it.