diff --git a/htdocs/core/tpl/login.tpl.php b/htdocs/core/tpl/login.tpl.php
index a54b2456c0b..5cfb09946e5 100644
--- a/htdocs/core/tpl/login.tpl.php
+++ b/htdocs/core/tpl/login.tpl.php
@@ -191,9 +191,9 @@ if ($captcha) {
-
+
-
+
diff --git a/htdocs/core/tpl/passwordforgotten.tpl.php b/htdocs/core/tpl/passwordforgotten.tpl.php
index fde7388ebd5..0e1942c1c64 100644
--- a/htdocs/core/tpl/passwordforgotten.tpl.php
+++ b/htdocs/core/tpl/passwordforgotten.tpl.php
@@ -101,11 +101,11 @@ if ($disablenofollow) echo '';
-
+
-
+
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index deaf2f66e1c..2e2679c6f62 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -1836,6 +1836,7 @@ foreach($mainmenuusedarray as $val)
position: absolute;
height: 100%;
width: 100%;
+ font-size: 1em;
}
.login_center {
display: table-cell;
@@ -1884,7 +1885,7 @@ if (! empty($conf->global->MAIN_LOGIN_BACKGROUND)) {
}
.login_table input#username, .login_table input#password, .login_table input#securitycode {
border: none;
- /* border-bottom: solid 1px rgba(180,180,180,.4); */
+ border-bottom: solid 1px rgba(180,180,180,.4);
padding: 5px;
margin-left: 5px;
margin-top: 5px;
@@ -1894,11 +1895,12 @@ if (! empty($conf->global->MAIN_LOGIN_BACKGROUND)) {
outline: none !important;
}
.login_table .trinputlogin {
+ font-size: 1.4em;
margin: 8px;
}
.login_table .tdinputlogin {
background-color: #fff;
- border: 2px solid #ccc;
+ /* border: 2px solid #ccc; */
min-width: 220px;
border-radius: 2px;
}
@@ -1906,6 +1908,12 @@ if (! empty($conf->global->MAIN_LOGIN_BACKGROUND)) {
padding-left: 10px;
width: 14px;
}
+.login_table .tdinputlogin input#username, .login_table .tdinputlogin input#password {
+ font-size: 1.1em;
+}
+.login_table .tdinputlogin input#securitycode {
+ font-size: 0.9em;
+}
.login_main_message {
text-align: center;
max-width: 570px;