diff --git a/apps/files_sharing/css/authenticate.css b/apps/files_sharing/css/authenticate.css
index a5aa55632bb5fbf81885092b9fe29d8a20426a4b..15e3e7a2fc57bd23008db98c5516a52964c3a464 100644
--- a/apps/files_sharing/css/authenticate.css
+++ b/apps/files_sharing/css/authenticate.css
@@ -14,3 +14,11 @@ input[type='submit'] {
 	position: absolute;
 	top: 0px;
 }
+
+fieldset > p {
+	position: relative;
+}
+
+#password-icon {
+	top: 20px;
+}
diff --git a/apps/files_sharing/templates/authenticate.php b/apps/files_sharing/templates/authenticate.php
index f899a54e0f9256fc92554d254acf33bfa30b10f8..0c4ac6ca44537975961f459f8d9250ee0834a1ab 100644
--- a/apps/files_sharing/templates/authenticate.php
+++ b/apps/files_sharing/templates/authenticate.php
@@ -12,6 +12,7 @@
 				placeholder="<?php p($l->t('Password')); ?>" value=""
 				autocomplete="off" autocapitalize="off" autocorrect="off"
 				autofocus />
+			<img class="svg" id="password-icon" src="<?php print_unescaped(image_path('', 'actions/password.svg')); ?>" alt=""/>
 			<input type="submit" value="" class="svg icon-confirm" />
 		</p>
 	</fieldset>