diff --git a/account/account.ftl b/account/account.ftl
index 698ad39..b05ca98 100644
--- a/account/account.ftl
+++ b/account/account.ftl
@@ -56,6 +56,15 @@
+
@layout.mainLayout>
diff --git a/account/template.ftl b/account/template.ftl
index 000c54e..324ec2d 100644
--- a/account/template.ftl
+++ b/account/template.ftl
@@ -8,6 +8,11 @@
${msg("accountManagementTitle")}
+ <#if properties.stylesCommon?has_content>
+ <#list properties.stylesCommon?split(' ') as style>
+
+ #list>
+ #if>
<#if properties.styles?has_content>
<#list properties.styles?split(' ') as style>
@@ -69,8 +74,8 @@
<#if message?has_content>
<#if message.type=='success' >#if>
- <#if message.type=='error' >#if>
- ${kcSanitize(message.summary)?no_esc}
+ <#if message.type=='error' >#if>
+ ${kcSanitize(message.summary)?no_esc}
#if>
diff --git a/login/theme.properties b/login/theme.properties
index 84eee6a..ce01b66 100644
--- a/login/theme.properties
+++ b/login/theme.properties
@@ -2,6 +2,11 @@ parent=keycloak
styles=css/bootstrap.min.css css/styles.css
kcLoginClass=container
+kcInputClass=form-control
+kcButtonClass=btn
+kcButtonPrimaryClass=btn-primary
+kcButtonBlockClass=btn-block
+kcButtonLargeClass=btn-lg
kcHeaderClass=page-header col-sm-10 col-sm-offset-1 col-md-6 col-md-offset-3
kcSocialHeaderClass=page-header
#kcHeaderClass=page-header col-sm-10 col-sm-offset-1 col-md-6 col-md-offset-3