Index: client/src/Register/Register.jsx
===================================================================
--- client/src/Register/Register.jsx	(revision d614ecbcb97b7c3921577123ca9f6853494582aa)
+++ client/src/Register/Register.jsx	(revision 3faaf6b495d1dcaaabbcdc28b9384ba465de6acc)
@@ -116,11 +116,4 @@
             placeholder="user123@students.finki.ukim.mk"
           />
-          {error ? (
-            <p className="text-red-500 text-sm mt-1">{error}</p>
-          ) : (
-            <p className="text-sm mt-1">
-              *Must register with your students address
-            </p>
-          )}
         </div>
 
@@ -154,4 +147,5 @@
           />
         </div>
+
         <button
           type="submit"
@@ -160,4 +154,11 @@
           Register
         </button>
+        {error ? (
+          <p className="text-red-500 text-sm mt-1">{error}</p>
+        ) : (
+          <p className="text-sm mt-1">
+            *Must register with your students address
+          </p>
+        )}
       </form>
 
