diff --git a/web/themes/hospital/css/style.css b/web/themes/hospital/css/style.css
index 90246fd..e71cc3e 100644
--- a/web/themes/hospital/css/style.css
+++ b/web/themes/hospital/css/style.css
@@ -445,4 +445,9 @@ textarea {
 .password-suggestions,
 .password-strength{
   display: none !important;
-}
\ No newline at end of file
+}
+@media screen and (min-width: 768px){
+  body {
+    margin-top: 0;
+  }
+}
