diff --git a/auth.css b/auth.css index ca45e701..17c00597 100644 --- a/auth.css +++ b/auth.css @@ -5,11 +5,26 @@ .head-img { text-align: center; - padding: 20px; + padding-bottom: 50px; +} + +.login-link { + color: #f3f4f6; + text-decoration: none; + display: flex; + align-items: center; + justify-content: center; + gap: 30px; } .pandaMarketImg { - max-width: 396px; + max-width: 103.53px; + width: 100%; + height: auto; +} + +.pandaMarketImg-name { + max-width: 266px; width: 100%; height: auto; } @@ -75,17 +90,16 @@ } .login-button { - text-decoration: none; color: #f3f4f6; border: none; border-radius: 40px; background-color: #3692ff; - font-size: 20px; - font-weight: 600; line-height: 32px; width: 100%; height: 56px; cursor: pointer; + font-size: 20px; + font-weight: 600; } .blue-section { @@ -119,6 +133,7 @@ display: flex; align-items: center; justify-content: center; + gap: 4px; } .advice { @@ -148,7 +163,51 @@ padding-left: 20px; } -@media (max-width: 767px) and (min-width: 375px) { +.error { + border: 1px solid red; +} + +#error-message { + color: red; + font-size: 14px; + font-weight: 600; + display: none; + margin-left: 15px; +} + +#error-password { + color: red; + font-size: 14px; + font-weight: 600; + display: none; + margin-left: 15px; +} + +#error-nicname { + color: red; + font-size: 14px; + font-weight: 600; + display: none; + margin-left: 15px; +} + +#error-checkPassword { + color: red; + font-size: 14px; + font-weight: 600; + display: none; + margin-left: 15px; +} + +#signupBtn:disabled { + background-color: #9ca3af; +} + +#loginBtn:disabled { + background-color: #9ca3af; +} + +@media (max-width: 767px) { .content { max-width: 400px; width: 100%; @@ -156,8 +215,16 @@ margin: 100px auto; } .pandaMarketImg { - max-width: 197px; + max-width: 51px; height: auto; width: 100%; } + .pandaMarketImg-name { + max-width: 133px; + height: auto; + width: 100%; + } + .login-link { + gap: 10px; + } } diff --git a/img/logo.png b/img/logo.png deleted file mode 100644 index 64260994..00000000 Binary files a/img/logo.png and /dev/null differ diff --git a/img/logoHead.png b/img/logoHead.png new file mode 100644 index 00000000..137fdaac Binary files /dev/null and b/img/logoHead.png differ diff --git a/img/logoName.png b/img/logoName.png new file mode 100644 index 00000000..0d18b208 Binary files /dev/null and b/img/logoName.png differ diff --git a/index.html b/index.html index 415f0d60..bd3c3eda 100644 --- a/index.html +++ b/index.html @@ -17,10 +17,11 @@
@@ -34,7 +35,7 @@
diff --git a/login.html b/login.html
index 49aa1ed4..fe6ff8d6 100644
--- a/login.html
+++ b/login.html
@@ -16,7 +16,8 @@