diff --git a/images/carrot_panda.png b/images/carrot_panda.png
new file mode 100644
index 000000000..80299c07e
Binary files /dev/null and b/images/carrot_panda.png differ
diff --git "a/images/\355\214\220\353\213\244\354\226\274\352\265\264.png" b/images/panda_face.png
similarity index 100%
rename from "images/\355\214\220\353\213\244\354\226\274\352\265\264.png"
rename to images/panda_face.png
diff --git a/index.html b/index.html
index aa73153cb..d0a32c93e 100644
--- a/index.html
+++ b/index.html
@@ -6,14 +6,14 @@
-
+
판다마켓
-
+
diff --git a/login.css b/login.css
index 326fff173..2e8071ca0 100644
--- a/login.css
+++ b/login.css
@@ -1,5 +1,6 @@
* {
box-sizing: border-box;
+ word-break: keep-all;
}
.logo {
@@ -55,6 +56,16 @@ button:focus {
background-color: #3692FF;
}
+.error {
+ color: red;
+ margin-left: 15px;
+ font-size: 14px;
+}
+
+.hide {
+ display: none;
+}
+
#signup-pw,
#signup-pwcheck {
background: url('images/non_visibility.png') no-repeat 5px center;
@@ -63,6 +74,13 @@ button:focus {
background-color: #F3F4F6;
}
+.visibility {
+ background: url('images/visibility.png') no-repeat 5px center;
+ background-position : 97%;
+ background-size: 27px;
+ background-color: #F3F4F6;
+}
+
button {
width: 100%;
diff --git a/login.html b/login.html
index 1e4f8266c..2d558c442 100644
--- a/login.html
+++ b/login.html
@@ -6,7 +6,9 @@
판다마켓 로그인
-
+
+
+
@@ -19,13 +21,16 @@