diff --git a/src/pages/authentication/ChangePassword.jsx b/src/pages/authentication/ChangePassword.jsx index 5191d6c3..a501c5eb 100644 --- a/src/pages/authentication/ChangePassword.jsx +++ b/src/pages/authentication/ChangePassword.jsx @@ -69,22 +69,17 @@ const ChangePasswordPage = ({ onClose }) => { className="modal d-flex align-items-center justify-content-center show" tabIndex="-1" role="dialog" - style={{ display: "flex", backgroundColor: "rgba(0,0,0,0.5)" }} + style={{ backgroundColor: "rgba(0,0,0,0.5)" }} >
-
- {" "} +
-
- -
- {/* Close Button */}
Change Password

@@ -119,7 +114,6 @@ const ChangePasswordPage = ({ onClose }) => { )}

- {/*
*/}
@@ -180,14 +174,14 @@ const ChangePasswordPage = ({ onClose }) => {
)}
- {/*
*/} -
+ +
Your password must have at least 8 characters and include a lower - case latter, an uppercase letter, a number, and a special + case letter, an uppercase letter, a number, and a special character.
{/* Action Buttons */} -
+