diff --git a/src/components/Nav/AuthModal/AuthModal.module.scss b/src/components/Nav/AuthModal/AuthModal.module.scss
index 361cebbe..1e097b54 100644
--- a/src/components/Nav/AuthModal/AuthModal.module.scss
+++ b/src/components/Nav/AuthModal/AuthModal.module.scss
@@ -141,9 +141,10 @@
}
.authInfo {
- min-height: 5em;
font-weight: 400;
font-size: smaller;
+ margin-top: -2em;
+ position: absolute;
.warn {
color: #a00;
@@ -158,6 +159,7 @@
h4 {
font-weight: bold;
+ margin-bottom: 1em;
}
}
@@ -166,11 +168,11 @@
}
.validationError {
- position: relative;
- top: -8px;
+ position: absolute;
+ top: 100%;
font-size: 12px;
line-height: 16px;
- margin-bottom: 8px;
+ margin-top: 0.3em;
&.registerPassword {
margin-bottom: -32px;
diff --git a/src/components/Nav/AuthModal/ForgotPasswordForm.tsx b/src/components/Nav/AuthModal/ForgotPasswordForm.tsx
index 19278d13..48d58603 100644
--- a/src/components/Nav/AuthModal/ForgotPasswordForm.tsx
+++ b/src/components/Nav/AuthModal/ForgotPasswordForm.tsx
@@ -120,13 +120,12 @@ export const ForgotPasswordForm = () => {
>
{t('register')}
+
+ {validationErrors().email}
+
-
- {validationErrors().email}
-
-
-
- {validationErrors().email}
-
-
- {validationErrors().password}
-
-
- {validationErrors().fullName}
-
+
-
- {validationErrors().email}
-
+
{t("This email is already taken. If it's you")},{' '}
@@ -226,12 +228,12 @@ export const RegisterForm = () => {
>
+
+
+ {validationErrors().password}
+
+
-
-
- {validationErrors().password}
-
-