|
@@ -116,9 +116,9 @@ a, button {outline:none !important; text-decoration:none !important;}
|
116
|
116
|
#ITP_LOGIN .itp_img{width:150px; height:150px; top:-50px; position: absolute; margin:0 33.3%;}
|
117
|
117
|
#ITP_LOGIN .itp_login_input label {position:absolute; top:50%; left:27px; color:#adadad; transform:translateY(-50%); font-size: 12px; border: none; outline:none; transition: top .5s ease;}
|
118
|
118
|
#ITP_LOGIN .itp_login_input {width:90%; margin:0 5%; position:relative;}
|
119
|
|
-#ITP_LOGIN .itp_login_input input {width:100%; padding:20px 10px 10px; outline:none; border-radius:7px; background:#eee;}
|
120
|
|
-#ITP_LOGIN .itp_login_input input:focus + label {top:15px; font-size:8px; color: #2691d9;}
|
121
|
|
-#ITP_LOGIN .itp_login_input input:valid + label {top:15px; font-size:8px; color: #2691d9;}
|
|
119
|
+#ITP_LOGIN .itp_login_input input {width:100%; padding:10px 10px 10px; outline:none; border-radius:7px; background:#eee; font-size: 16px;}
|
|
120
|
+#ITP_LOGIN .itp_login_input input:focus + label {top:15px; font-size:8px; color: #2691d9; display: none;}
|
|
121
|
+#ITP_LOGIN .itp_login_input input:valid + label {top:15px; font-size:8px; color: #2691d9; display: none;}
|
122
|
122
|
#ITP_LOGIN .itp_login_input:not(:placeholder-shown) ~ label{top:0px; font-size:12px;}
|
123
|
123
|
|
124
|
124
|
/* 메인화면 */
|