diff --git a/maxkey-webs/maxkey-web-resources/src/main/resources/static/css/base.css b/maxkey-webs/maxkey-web-resources/src/main/resources/static/css/base.css
index 1e5887392..8e22c79b1 100644
--- a/maxkey-webs/maxkey-web-resources/src/main/resources/static/css/base.css
+++ b/maxkey-webs/maxkey-web-resources/src/main/resources/static/css/base.css
@@ -255,16 +255,25 @@ body{
width:358px;
}
-.login_form_table td, .login_form_table th {
+.login_form_table td,
+.login_form_table th {
height: 60px;
vertical-align: middle;
border-top: 1px solid #dee2e6;
}
-#j_username,#j_password,#tfa_j_username,#tfa_j_password,#currentTime{
+#j_username,
+#j_password,
+#tfa_j_username,
+#tfa_j_password,
+#currentTime,
+#mobile_j_username,
+#mobile_j_password
+{
width :250px;
font-size: 14px;
font-weight: bold;
+ height: 40px;
}
#j_captcha{
@@ -287,6 +296,12 @@ body{
vertical-align: top;
}
+.login_form_table #j_captchaimg{
+ width: 100px;
+ height: 40px;
+ vertical-align: top;
+}
+
#normalLogin,#tfaLogin,#mobileLogin,#qrcodelogin{
}
@@ -335,18 +350,23 @@ body{
position: relative;
}
+
+.login_form_table .wrapper .input-group{
+ width:90%;
+}
+
#div_normalLogin .wrapper input,
#div_tfaLogin .wrapper input,
#div_mobileLogin .wrapper input {
- text-indent: 20px;
+ text-indent: 46px;
}
#div_normalLogin .wrapper i.fa,
#div_tfaLogin .wrapper i.fa,
#div_mobileLogin .wrapper i.fa{
position: absolute;
- top: 5px;
- left: 5px;
+ top: 6px;
+ left: 16px;
font-size: 24px;
color: black;
z-index: 20;
@@ -354,8 +374,12 @@ body{
#tfa_j_otp_button,#mobile_j_otp_button{
width :130px;
- height: 34px;
+ height: 40px;
font-size: 14px;
font-weight: bold;
text-indent: 1px;
}
+
+#otherlogins{
+ margin-top: -14px;
+}
\ No newline at end of file
diff --git a/maxkey-webs/maxkey-web-resources/src/main/resources/static/css_mgt/base.css b/maxkey-webs/maxkey-web-resources/src/main/resources/static/css_mgt/base.css
index f6bd09ef3..ff2d7c8fb 100644
--- a/maxkey-webs/maxkey-web-resources/src/main/resources/static/css_mgt/base.css
+++ b/maxkey-webs/maxkey-web-resources/src/main/resources/static/css_mgt/base.css
@@ -513,6 +513,7 @@ header .header-container .nav-left>li, .header .header-container .nav-right>li {
#j_username,#j_password,#tfa_j_username,#tfa_j_password,#currentTime{
font-size: 14px;
font-weight: bold;
+ height: 40px;
}
#loginForm .input-group i.fa{