diff --git a/index.html b/index.html index 3654ca3..4c02c12 100644 --- a/index.html +++ b/index.html @@ -127,6 +127,15 @@ border: none; /* Remove border */ } + + .is-valid { + border-color: #28a745; + } + + .is-invalid { + border-color: #dc3545; + } + @media (max-width: 1200px) { .footer-container { @@ -464,41 +473,62 @@

Login

+
+ + ×

Signup

+
+
+ + + +
+
+
+
+ + + + + + Sign in with Google +
-

Already have an account? Login - here

+

Already have an account? Login here

@@ -1778,9 +1808,72 @@ behavior:'smooth' }); }); + + + + + + + \ No newline at end of file