diff --git a/src/pages/LoginPage/Login.sass b/src/pages/LoginPage/Login.sass
index f91b5b5..f0c0a34 100644
--- a/src/pages/LoginPage/Login.sass
+++ b/src/pages/LoginPage/Login.sass
@@ -30,3 +30,12 @@
&__info
padding: 0 0 0.15rem 0
+
+ &__note
+ font-weight: bold
+ font-size: 0.75rem
+ padding: 1rem 0 0.75rem 0
+
+ &__note-info
+ padding: 0 0 0.25rem 0
+ font-size: 0.75rem
diff --git a/src/pages/LoginPage/Login.tsx b/src/pages/LoginPage/Login.tsx
index 2899ebf..db96aeb 100644
--- a/src/pages/LoginPage/Login.tsx
+++ b/src/pages/LoginPage/Login.tsx
@@ -248,12 +248,12 @@ export default () => {
- Note:
- To ensure security and privacy, avoid sharing your password.
- Your password's encryption is irreversible, which means it cannot be decrypted.
- Only encrypted passwords are saved in the database.
- Only you know your password. If forgotten, the account will be locked.
- If this happens, contact the IT department and request that your account be reset. You will be required to register again.
+ Note:
+ To ensure security and privacy, avoid sharing your password.
+ Your password's encryption is irreversible, which means it cannot be decrypted.
+ Only encrypted passwords are saved in the database.
+ Only you know your password. If forgotten, the account will be locked.
+ If this happens, contact the IT department and request that your account be reset. You will be required to register again.