diff --git a/ui/src/components/AuthPageBase.tsx b/ui/src/components/AuthPageBase.tsx
index 6aa397757..cceab632e 100644
--- a/ui/src/components/AuthPageBase.tsx
+++ b/ui/src/components/AuthPageBase.tsx
@@ -1,6 +1,7 @@
import React from "react";
import background from "./assets/authBackground.png";
-import logo from './assets/MizuEntLogoFull.svg';
+import logo from './assets/MizuEntLogoNoPowBy.svg';
+import poweredBy from './assets/powered-by.svg'
import "./style/AuthBasePage.sass";
@@ -10,6 +11,9 @@ export const AuthPageBase: React.FC = ({children}) => {
{children}
+
+

+
;
};
diff --git a/ui/src/components/assets/MizuEntLogoNoPowBy.svg b/ui/src/components/assets/MizuEntLogoNoPowBy.svg
new file mode 100644
index 000000000..50d886a2a
--- /dev/null
+++ b/ui/src/components/assets/MizuEntLogoNoPowBy.svg
@@ -0,0 +1,9 @@
+
diff --git a/ui/src/components/assets/powered-by.svg b/ui/src/components/assets/powered-by.svg
new file mode 100644
index 000000000..436222a98
--- /dev/null
+++ b/ui/src/components/assets/powered-by.svg
@@ -0,0 +1,12 @@
+
diff --git a/ui/src/components/style/AuthBasePage.sass b/ui/src/components/style/AuthBasePage.sass
index 82d33ba40..776978606 100644
--- a/ui/src/components/style/AuthBasePage.sass
+++ b/ui/src/components/style/AuthBasePage.sass
@@ -5,6 +5,9 @@
width: 100vw
background-size: cover
float: left
+ display: flex
+ align-items: center
+ flex-flow: column
.authHeader
margin: 80px 0 120px 0
@@ -13,6 +16,9 @@
align-items: center
justify-content: center
+ .authFooter
+ margin-top: 3%
+
.centeredForm
background-color: $main-background-color
border-radius: 5px