diff --git a/apps/maarch_entreprise/css/styles.css b/apps/maarch_entreprise/css/styles.css
index d117537b8bab7c81fa4752fd32f9485dd8efedbf..bbe097e43f9c6c52bde0bf719e39216ac57855b2 100755
--- a/apps/maarch_entreprise/css/styles.css
+++ b/apps/maarch_entreprise/css/styles.css
@@ -1574,11 +1574,12 @@ vertical-align: middle;
 #bodyloginCustom0 {
     background: url(static.php?filename=bodylogin.jpg) fixed 0 0 no-repeat;
     background-size: 100% 100%;
+    display: flex;
 }
 
 #bodyloginCustom {
     width: 600px;
-    height: 320px;
+    /*height: 320px;*/
     /*color: #b5b5b5;*/
     /*margin: auto;*/
     /*margin-top: 50px;*/
@@ -1589,8 +1590,10 @@ vertical-align: middle;
     margin: auto;
     
     border: 2px #24b0ed solid;
-    position: absolute;
-    /*margin: auto;*/
+    /*position: absolute;
+    margin: auto;*/
+    position: relative;
+    padding: 10px;
 }
 
 #bodyloginCustom:before {