Hello,
I have the optical problem, that sign up-form and log in-form look different as you can see in the screenshots.
If you have a look at the source code, you see, that "<div class="cb_template cb_template_default cbRegistration cbRegistrationFlat">" is not in the log in-form.
I guess, that`s why the forms are looking different.
What can I do to get the same look in log in-form as in sign up form?
LOGIN
<div id="set1_inhalt">
<div id="set1_inhaltframe">
<div id="set1_inhalt1">
<div class="moduletable">
<h3>TITLE</h3>
<form action ...
SIGN UP
<div id="set1_inhalt">
<div id="set1_inhaltframe">
<div id="set1_inhalt1">
<div class="cb_template cb_template_default cbRegistration cbRegistrationFlat">
<div class="mb-3 border-bottom cb-page-header cbRegistrationHeader">
<h3 class="m-0 p-0 mb-2 cb-page-header-title cbRegistrationTitle">Mitmachen!</h3>
<div class="mb-2 cb-page-header-description cbRegistrationIntro">TEXT</div>
</div><form action ...