diff --git a/en/docs/login/index.md b/en/docs/login/index.md index f6963a5..f675271 100644 --- a/en/docs/login/index.md +++ b/en/docs/login/index.md @@ -138,6 +138,22 @@ title: Login & Register background-color: #2980b9; } +/* Forgot password link styles */ +.forgot-password-link { + display: block; + text-align: center; + margin-top: 15px; + color: #3498db; + text-decoration: none; + font-size: 14px; + transition: color 0.3s ease; +} + +.forgot-password-link:hover { + color: #2980b9; + text-decoration: underline; +} + /* Message prompt styles */ .message-box { display: none; @@ -167,7 +183,7 @@ title: Login & Register
-

Phaten Cloud Login/Register

+

Phaten Login/Register

@@ -186,6 +202,7 @@ title: Login & Register + Forgot Password?
@@ -202,6 +219,21 @@ title: Login & Register
+ + +
+
+ +
+ + +
+ + + + Back to Login +
+