diff --git a/src/pages/login/index.html b/src/pages/login/index.html
index d0d71b1ad16acab044e9f9de9d353d193bfd88ca..5f5cae24d3744c4c664cc6de32e6c8ad5d64fc06 100644
--- a/src/pages/login/index.html
+++ b/src/pages/login/index.html
@@ -69,7 +69,7 @@
 
                 <div class="form__item">
                   <label for="#" class="form__label"> Password: </label>
-                  <input type="text" class="form__input" />
+                  <input type="password" class="form__input" />
                   <div class="error"></div>
                 </div>