diff --git a/cmi2/scenes/Login.tscn b/cmi2/scenes/Login.tscn
index 446dda72a30e2848623ae971e1db06ed084c1536..5f09188ebf47c15537fb27c98a783ed0accdf4dd 100644
--- a/cmi2/scenes/Login.tscn
+++ b/cmi2/scenes/Login.tscn
@@ -51,7 +51,7 @@ margin_right = 1004.0
 margin_bottom = 540.0
 size_flags_horizontal = 3
 size_flags_vertical = 3
-custom_constants/separation = 9
+custom_constants/separation = 40
 
 [node name="title" type="Label" parent="MarginContainer/pageLogin"]
 margin_right = 984.0
@@ -60,17 +60,9 @@ custom_fonts/font = SubResource( 1 )
 text = "Musicarena"
 align = 1
 
-[node name="login" type="Label" parent="MarginContainer/pageLogin"]
-margin_top = 68.0
-margin_right = 984.0
-margin_bottom = 127.0
-custom_fonts/font = SubResource( 1 )
-text = "Connexion"
-align = 1
-
 [node name="textureZone" type="TextureRect" parent="MarginContainer/pageLogin"]
 margin_left = 242.0
-margin_top = 136.0
+margin_top = 99.0
 margin_right = 742.0
 margin_bottom = 520.0
 size_flags_horizontal = 6
@@ -79,14 +71,8 @@ texture = SubResource( 3 )
 stretch_mode = 1
 
 [node name="loginZone" type="MarginContainer" parent="MarginContainer/pageLogin/textureZone"]
-anchor_left = 0.5
-anchor_top = 0.5
-anchor_right = 0.5
-anchor_bottom = 0.5
-margin_left = -250.0
-margin_top = -194.0
-margin_right = 250.0
-margin_bottom = 194.0
+anchor_right = 1.0
+anchor_bottom = 1.0
 size_flags_horizontal = 3
 size_flags_vertical = 3
 custom_constants/margin_right = 50
@@ -98,54 +84,62 @@ custom_constants/margin_bottom = 30
 margin_left = 50.0
 margin_top = 30.0
 margin_right = 450.0
-margin_bottom = 358.0
+margin_bottom = 391.0
 custom_constants/separation = 17
 
+[node name="login" type="Label" parent="MarginContainer/pageLogin/textureZone/loginZone/VBoxContainer"]
+margin_right = 400.0
+margin_bottom = 59.0
+custom_fonts/font = SubResource( 1 )
+text = "Login"
+align = 1
+
 [node name="username" type="Label" parent="MarginContainer/pageLogin/textureZone/loginZone/VBoxContainer"]
+margin_top = 76.0
 margin_right = 400.0
-margin_bottom = 25.0
+margin_bottom = 101.0
 custom_fonts/font = SubResource( 4 )
 text = "Nom d'utilisateur"
 
 [node name="usernameArea" type="LineEdit" parent="MarginContainer/pageLogin/textureZone/loginZone/VBoxContainer"]
-margin_top = 42.0
+margin_top = 118.0
 margin_right = 400.0
-margin_bottom = 66.0
+margin_bottom = 142.0
 placeholder_text = "Ecrire pseudo ici ..."
 
 [node name="password" type="Label" parent="MarginContainer/pageLogin/textureZone/loginZone/VBoxContainer"]
-margin_top = 83.0
+margin_top = 159.0
 margin_right = 400.0
-margin_bottom = 108.0
+margin_bottom = 184.0
 custom_fonts/font = SubResource( 4 )
 text = "Mot de passe"
 
 [node name="passwordArea" type="LineEdit" parent="MarginContainer/pageLogin/textureZone/loginZone/VBoxContainer"]
-margin_top = 125.0
+margin_top = 201.0
 margin_right = 400.0
-margin_bottom = 149.0
+margin_bottom = 225.0
 secret = true
 placeholder_text = "Ecrire mot de passe ici ..."
 
 [node name="loginButton" type="Button" parent="MarginContainer/pageLogin/textureZone/loginZone/VBoxContainer"]
 margin_left = 141.0
-margin_top = 166.0
+margin_top = 242.0
 margin_right = 258.0
-margin_bottom = 199.0
+margin_bottom = 275.0
 size_flags_horizontal = 4
 custom_fonts/font = SubResource( 5 )
 text = "Connexion"
 
 [node name="passwordforgot" type="Label" parent="MarginContainer/pageLogin/textureZone/loginZone/VBoxContainer"]
-margin_top = 216.0
+margin_top = 292.0
 margin_right = 400.0
-margin_bottom = 241.0
+margin_bottom = 317.0
 custom_fonts/font = SubResource( 4 )
 text = "Mot de passe oublié ?"
 
 [node name="suscribe" type="Label" parent="MarginContainer/pageLogin/textureZone/loginZone/VBoxContainer"]
-margin_top = 258.0
+margin_top = 334.0
 margin_right = 400.0
-margin_bottom = 283.0
+margin_bottom = 359.0
 custom_fonts/font = SubResource( 4 )
 text = "Créer un compte"