my question how can i change the login form style
here the code
<?php echo LoginLayout::service_msg(); ?> </span>
<div class="login-box<?php echo LoginLayout::isSocialActive() ? '-social': ''; ?>">
<?php echo LoginLayout::social_login(); ?>
<br/>
<br/>
<center><b>
<p><?php echo LoginLayout::login_form(); ?></p>i used the code in this thread http://www.docebo.com/community/doceboCms/forum/9_1/searchmessage/idThread_4855-ini__thread_1/Login_Page_in_home_page.html
but invalid request message appear
any help thanx in advance





