diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 829e496..86b64d4 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -61,7 +61,7 @@
1607026953826
-
+
diff --git a/css/connexion.css b/css/connexion.css
index 71948af..af1f7a3 100644
--- a/css/connexion.css
+++ b/css/connexion.css
@@ -129,12 +129,12 @@ input[type=text], input[type=password] {
transition: all 0.5s ease-in-out;
}
-input[type=text]:focus {
+input[type=text]:focus, input[type=password]:focus {
background-color: #fff;
border-bottom: 2px solid #197abb;
}
-input[type=text]::placeholder {
+input[type=text]::placeholder, input[type=password]::placeholder {
color: #cccccc;
}
diff --git a/css/inscription.css b/css/inscription.css
index 6e730ef..523bb05 100644
--- a/css/inscription.css
+++ b/css/inscription.css
@@ -106,7 +106,7 @@ input[type=button]:active, input[type=submit]:active, input[type=reset]:active
transform: scale(0.95);
}
-input[type=text] {
+input[type=text], input[type=password]{
background-color: #f6f6f6;
border: none;
color: #0d0d0d;
@@ -125,12 +125,12 @@ input[type=text] {
transition: all 0.5s ease-in-out;
}
-input[type=text]:focus {
+input[type=text]:focus, input[type=password]:focus {
background-color: #fff;
border-bottom: 2px solid #197abb;
}
-input[type=text]::placeholder {
+input[type=text]::placeholder, input[type=password]::placeholder {
color: #cccccc;
}
diff --git a/inscription.html b/inscription.html
index 95814dd..57d6a0f 100644
--- a/inscription.html
+++ b/inscription.html
@@ -23,7 +23,7 @@
-
+