diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..ca873ed
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1651144522780
+
+
+ 1651144522780
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/public/wizewerx/background.png b/public/wizewerx/background.png
new file mode 100644
index 0000000..48c415d
Binary files /dev/null and b/public/wizewerx/background.png differ
diff --git a/public/wizewerx/logo.png b/public/wizewerx/logo.png
new file mode 100644
index 0000000..a4076eb
Binary files /dev/null and b/public/wizewerx/logo.png differ
diff --git a/public/wizewerx/theme.css b/public/wizewerx/theme.css
new file mode 100644
index 0000000..ba5af5c
--- /dev/null
+++ b/public/wizewerx/theme.css
@@ -0,0 +1,49 @@
+.login-pf body {
+ background: url(background.png) !important;
+ background-size: cover !important;
+}
+
+.login-pf-page .login-pf-header h1 {
+ background: #618c36 !important;
+}
+
+.pf-c-button.pf-m-primary {
+ background: #618c36 !important;
+}
+
+div#kc-registration span a:hover {
+ background: #83b451;
+}
+
+#kc-header {
+ background: #ffffff;
+}
+
+.app-logo {
+ background-image: url(logo.png);
+ background-size: 100%;
+ background-repeat: no-repeat;
+}
+
+.login-pf-page .login-pf-page-header p::before {
+ content: "Create infinitely nested trees and turn your plans and vision into managed work.";
+}
+
+.login-main-title::before {
+ content: "Login";
+}
+
+.login-sub-heading::before {
+ content: "Create, tend and grow your trees of wonder and promise.";
+}
+
+#new-to-app::before {
+ content: "New to amalati?";
+}
+
+.register-main-title::before {
+ content: "Create your account";
+}
+.register-sub-heading::before {
+ content: "Join and start planting your trees in Amalati!";
+}
diff --git a/public/wizewerx/theme.js b/public/wizewerx/theme.js
new file mode 100644
index 0000000..b28809c
--- /dev/null
+++ b/public/wizewerx/theme.js
@@ -0,0 +1,6 @@
+const privacyPolicy = document.getElementById('privacy-policy');
+
+if (privacyPolicy) {
+ privacyPolicy.innerHTML = 'By signing up you agree to the TheGardenPrivacy Policy Privacy Policy'
+}
+