diff --git a/views/DE/account/reset.pug b/views/DE/account/reset.pug
index a6ef872a20e5f0c4c1345bc0dcc0b9a1779e5416..e81e11665072af3fb77fd0560c1366f00d5987c1 100644
--- a/views/DE/account/reset.pug
+++ b/views/DE/account/reset.pug
@@ -6,6 +6,7 @@ html(lang="de")
     meta(name="viewport", content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no")
     link(rel="stylesheet", type="text/css", href="/css/bootstrap.min.css")
     link(rel="stylesheet", type="text/css", href="/css/m4lab.css")
+    link(rel="stylesheet", type="text/css", href="/css/m4lab-mobile.css")
     link(rel="stylesheet", type="text/css", href="/css/custom/login.css")
     link(rel="stylesheet", href="https://use.fontawesome.com/releases/v5.8.2/css/all.css", integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay", crossorigin="anonymous")
   body
@@ -21,7 +22,7 @@ html(lang="de")
                         div.alert.alert-danger.alert-dismissible.fade.show #{ error }
                             a(class="close", href="#", data-dismiss="alert", aria-label="close") ×
                 form#forgotForm(method="POST", class="form-signin")
-                    img(src="https://transfer.hft-stuttgart.de/images/demo/m4lab_logo.jpg", class="img-responsive center-block", width="185", height="192")
+                    img(src="https://transfer.hft-stuttgart.de/img/M4_LAB_LOGO.png", class="img-responsive center-block", width="185", height="192")
                     div(class="form-row")
                         input#inputNewPwd(name="inputNewPwd", type="password", class="form-control", placeholder="Neues Passwort" required)
                         span#recommendation(class='warning')
@@ -38,3 +39,4 @@ html(lang="de")
     script(src="/js/security.js")
     script(src="/js/generalFunction.js")
     script(src="/js/headfoot.js")
+    script(src="/js/mobile.js")
\ No newline at end of file