diff --git a/core/modules/user/css/user.module.css b/core/modules/user/css/user.module.css
index f96703e..9b851ef 100644
--- a/core/modules/user/css/user.module.css
+++ b/core/modules/user/css/user.module.css
@@ -21,7 +21,7 @@
  * Password strength indicator.
  */
 .password-strength {
-  width: 17em;
+  width: 13em;
   float: right;  /* LTR */
 }
 [dir="rtl"] .password-strength {
@@ -55,7 +55,7 @@ input.password-field {
 div.password-confirm {
   float: right;  /* LTR */
   visibility: hidden;
-  width: 17em;
+  width: 13em;
 }
 [dir="rtl"] div.password-confirm {
   float: left;
