|
@@ -89,18 +89,18 @@ a, button {outline:none !important; text-decoration:none !important;}
|
89
|
89
|
|
90
|
90
|
/* ITP_LOGIN */
|
91
|
91
|
#ITP_LOGIN {width:100%; height:100%; font-family: 'GmarketSansMedium'}
|
92
|
|
-#ITP_LOGIN .itp_head {margin:0 5%; letter-spacing:-3px; width:90%; height:40px; margin-bottom:50px; padding-left:16px;}
|
|
92
|
+#ITP_LOGIN .itp_head {margin:0 5%; letter-spacing:-3px; width:90%; height:40px; margin-bottom:35px; padding-left:16px;}
|
93
|
93
|
#ITP_LOGIN .itp_bar {width:4px; height:26px; padding:0; float:left; margin:8px 7px 0 7px; font-size:27px; font-weight:100; background:#ccc;}
|
94
|
|
-#ITP_LOGIN .itp_logo {margin:0; padding:0; color:#000; font-size:32px; float:left; font-weight:700;}
|
95
|
|
-#ITP_LOGIN .itp_tit {margin:0; padding:7px 0 0 0; float:left; font-size:24px;}
|
|
94
|
+#ITP_LOGIN .itp_logo {margin:0; padding:0; color:#000; font-size:28px; float:left; font-weight:700;}
|
|
95
|
+#ITP_LOGIN .itp_tit {margin:0; padding:7px 0 0 0; float:left; font-size:21px;}
|
96
|
96
|
#ITP_LOGIN .itp_cont {width:100%; min-height:calc(100vh - 115px); padding:170px 20px 150px 20px; position:relative;}
|
97
|
|
-#ITP_LOGIN .itp_box_wrap {width:400px; height:600px; position:absolute; top:55%; left:50%; transform: translate(-50%, -50%);}
|
|
97
|
+#ITP_LOGIN .itp_box_wrap {width:350px; height:600px; position:absolute; top:55%; left:50%; transform: translate(-50%, -50%);}
|
98
|
98
|
#ITP_LOGIN .itp_bottom_gray {background:#eee; width:100%; height:65px; top:-65px; border-bottom-left-radius: 30px;border-bottom-right-radius: 30px;}
|
99
|
|
-#ITP_LOGIN .itp_box {padding:20px 20px 0 20px; height:550px; margin-bottom:0; border-radius:30px; box-shadow: 0px 0px 10px #666;}
|
|
99
|
+#ITP_LOGIN .itp_box {padding:20px 20px 0 20px; height:520px; margin-bottom:0; border-radius:30px; box-shadow: 0px 0px 10px #666;}
|
100
|
100
|
#ITP_LOGIN .itp_body {padding-bottom:0;}
|
101
|
101
|
#ITP_LOGIN .itp_box .control-label {text-align:left;}
|
102
|
102
|
#ITP_LOGIN .itp_box .itp_lb {padding-top:7px;}
|
103
|
|
-#ITP_LOGIN .itp_box .itp_btn {line-height:1.8; margin:0 5%; width:90%;}
|
|
103
|
+#ITP_LOGIN .itp_box .itp_btn {line-height:1.8; margin:0 5%; width:90%; height:45px; padding:0;}
|
104
|
104
|
#ITP_LOGIN .itp_box .form-group .checkbox input[type=checkbox] {margin-top:3px;}
|
105
|
105
|
#ITP_LOGIN .itp_error {padding-top:15px; color:#a94442;}
|
106
|
106
|
#ITP_LOGIN .itp_no_mar {margin-bottom:0 !important;}
|
|
@@ -113,10 +113,10 @@ a, button {outline:none !important; text-decoration:none !important;}
|
113
|
113
|
#ITP_LOGIN .itp_find {margin-top:34px; font-weight:100; cursor:pointer;}
|
114
|
114
|
#ITP_LOGIN .itp_btn_bar {margin-top:10px;}
|
115
|
115
|
#ITP_LOGIN .itp_login_img {width:100%; padding:0 auto;}
|
116
|
|
-#ITP_LOGIN .itp_img{width:150px; height:150px; top:-70px; position: absolute; margin:0 31.3%;}
|
|
116
|
+#ITP_LOGIN .itp_img{width:130px; height:130px; top:-66px; position: absolute; margin:0 31.5%;}
|
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
|
|
-#ITP_LOGIN .itp_login_input {width:90%; margin:0 5%; position:relative;}
|
119
|
|
-#ITP_LOGIN .itp_login_input input {width:100%; padding:10px 10px 10px; outline:none; border-radius:7px; background:#eee; font-size: 16px;}
|
|
118
|
+#ITP_LOGIN .itp_login_input {width:90%; height:40px; margin:0 5%; position:relative;}
|
|
119
|
+#ITP_LOGIN .itp_login_input input {width:100%; height:45px; padding:10px 10px 10px; outline:none; border-radius:7px; background:#eee; font-size: 16px;}
|
120
|
120
|
#ITP_LOGIN .itp_login_input input:focus + label {top:15px; font-size:8px; color: #2691d9; display: none;}
|
121
|
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;}
|