diff --git a/common.css b/common.css index a411db33..a50d1038 100644 --- a/common.css +++ b/common.css @@ -122,7 +122,7 @@ html { } .footer .menus a { font-weight: 400; - color: #fff; + color: #e5e7eb; } .footer .menus a + a { margin-left: 30px; @@ -151,6 +151,7 @@ html { padding: 16px 56px 16px 24px; border-radius: 12px; background-color: var(--gray100); + border: 1px solid var(--gray100); box-sizing: border-box; line-height: 26px; font-size: 16px; @@ -165,18 +166,34 @@ html { transform: translateY(-50%); text-indent: -9999px; } +.input_box.error input { + border-color: #f74747; +} +.error_msg { + display: none; + margin: 8px 16px -6px; + font-weight: 600; + font-size: 14px; + line-height: 24px; + color: #f74747; +} +.input_box.error .error_msg { + display: block; +} + .input_box .btn_pw { background: url(images/ico_visibility_off.png) no-repeat; } .input_box .btn_pw.show { background: url(images/ico_visibility_on.png) no-repeat; } -.pc_only { - display: block; -} + .mobile_only { display: none; } +.pc_only { + display: block; +} .tag_text { margin-bottom: 12px; @@ -246,6 +263,7 @@ html { .input_box .label { margin-bottom: 8px; } + .footer { position: relative; padding-left: 8%; diff --git a/login.html b/login.html index e3d6f4c4..c2b276fe 100644 --- a/login.html +++ b/login.html @@ -53,6 +53,7 @@