diff --git a/index.html b/index.html
index 46ac9dc..b2530d5 100644
--- a/index.html
+++ b/index.html
@@ -60,7 +60,8 @@
     var input = prompt("Please enter " + random + " * 2  = ?", "");
       
     if (input == answer) {
-        document.getElementById('Btn_GuestLogin').value = 'guest';
+        document.getElementById('Btn_GuestLogin').value = 'guest'; 
+        setLoginLoader(true);
         return true;
     }
     else {
diff --git a/js/resources/css/AccueilAmda.css b/js/resources/css/AccueilAmda.css
index 4fbd306..abf5c95 100644
--- a/js/resources/css/AccueilAmda.css
+++ b/js/resources/css/AccueilAmda.css
@@ -218,7 +218,7 @@ body{
 		position: relative;
 		left: 80px;
         top: 68px; 
-        width:280px;
+        width:300px;
         height: 50px;
         color: rgba(0, 107, 179, 0.9);  
         background-color: rgba(255, 255, 255, 0.2);	
--
libgit2 0.21.2