diff --git a/components/pages/main/SignInPage.tsx b/components/pages/main/SignInPage.tsx
index 0aff600..824030b 100644
--- a/components/pages/main/SignInPage.tsx
+++ b/components/pages/main/SignInPage.tsx
@@ -106,7 +106,7 @@ const SignInPage = () => {
style={{
flex: 1,
padding: 21,
- paddingBottom: 45,
+ paddingBottom: 30,
paddingTop: isLoading ? "20%" : getTopPadding(),
width: isLoading ? "100%" : isTablet ? 629 : undefined,
}}
@@ -205,6 +205,23 @@ const SignInPage = () => {
color="#fd1775"
/>
+
+
{/**/}
{/* Forgot your password?*/}
diff --git a/components/pages/settings/SettingsPage.tsx b/components/pages/settings/SettingsPage.tsx
index 234265b..83d0ae9 100644
--- a/components/pages/settings/SettingsPage.tsx
+++ b/components/pages/settings/SettingsPage.tsx
@@ -43,7 +43,7 @@ const SettingsPage = () => {
{pageIndex == 0 && (