@@ -2898,6 +2898,12 @@ a.button.cancel {
border-radius: 6px;
}
+.login-welcome {
+ font-size: 1.1rem !important;
+ font-weight: 400 !important;
+ padding-bottom: 30px !important;
+}
+
.qr-code {
border: 1px solid #cfcfcf;
border-radius: 4px;
@@ -31,6 +31,11 @@
</script>
<table class="login-box">
+ <tr>
+ <td syle="padding: 12px 0 0 2px;" class="login-welcome">
+ <?php print __('Welcome to Hestia Control Panel');?>
+ </td>
+ </tr>
<tr>
<td syle="padding: 12px 0 0 2px;">
<?php print __('Username');?>