If you'd like to update the styling, e.g. the font size of the "OR" divider in the Identity Management login page template:
imageThe styling of this HTML element can be adjusted by inline styles on the last element of the HTML code.
For example:
HTML
<div class="divider"><t style="font-size:18px;">or</t></div>
In a similar way, you can change the size of any text within the template with inline styling, or make it bold, change its color, etc.