diff --git a/core/css/styles.css b/core/css/styles.css
index 7af80e31ffba55ac85cda77567d0cd5658e05c31..477b4263cad4ff8244c37006ec0a079fdce40602 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -402,7 +402,12 @@ input[type="submit"].enabled {
 }
 
 /* Icons for username and password fields to better recognize them */
-#adminlogin, #adminpass, #user, #password {
+#adminlogin,
+#adminpass,
+input[name='adminpass-clone'],
+#user,
+#password,
+input[name='password-clone'] {
 	width: 223px !important;
 	padding-left: 36px !important;
 }
@@ -420,14 +425,6 @@ input[type="submit"].enabled {
 #adminpass-icon, #password-icon {
 	top: 1.1em;
 }
-input[name="password-clone"] {
-	padding-left: 1.8em;
-	width: 11.7em !important;
-}
-input[name="adminpass-clone"] {
-	padding-left: 1.8em;
-	width: 11.7em !important;
-}
 
 /* General new input field look */
 #body-login input[type="text"],