diff --git a/installer/resources/themes/i2ptunnel/dark/i2ptunnel.css b/installer/resources/themes/i2ptunnel/dark/i2ptunnel.css
index 64ee6f0013abd05204d540dea734f32f01bb47a9..a17cf8c3a476cbcf8286f5e3705ecbb24f7b9332 100644
--- a/installer/resources/themes/i2ptunnel/dark/i2ptunnel.css
+++ b/installer/resources/themes/i2ptunnel/dark/i2ptunnel.css
@@ -961,16 +961,15 @@ input.tunnelName, input.tunnelDescriptionText, #userAgents {
 
 .username, .password {
      width: 200px;
+     padding-left: 22px !important;
 }
 
 .username {
      background: url(/themes/console/images/buttons/user.png) 3px center no-repeat, linear-gradient(to bottom, #000 0%, #010 100%) !important;
-     padding-left: 22px;
 }
 
 .password {
      background: url(/themes/console/images/buttons/password.png) 3px center no-repeat, linear-gradient(to bottom, #000 0%, #010 100%) !important;
-     padding-left: 22px;
 }
 
 .username:focus {
diff --git a/installer/resources/themes/i2ptunnel/light/i2ptunnel.css b/installer/resources/themes/i2ptunnel/light/i2ptunnel.css
index 80a3fc4ccd10bb67232ce7697988cd4fcb5ab225..41c6adebb7730a263bf904a68fa7bcfb2539ef45 100644
--- a/installer/resources/themes/i2ptunnel/light/i2ptunnel.css
+++ b/installer/resources/themes/i2ptunnel/light/i2ptunnel.css
@@ -825,7 +825,7 @@ input.tunnelName, input.tunnelDescriptionText, #userAgents, .freetext.tunnelDesc
 
 .username, .password {
      width: 200px;
-     padding-left: 22px;
+     padding-left: 22px !important;
      background-blend-mode: luminosity;
 }
 
@@ -963,6 +963,8 @@ input.tunnelName, input.tunnelDescriptionText, #userAgents, .freetext.tunnelDesc
 
 #customOptions {
     margin-top: 15px !important;
+    width: 99%;
+    width: calc(100% - 10px) !important;
 }
 
 #tunnelDepth, #tunnelVariance, #tunnelQuantity, #tunnelBackupQuantity,