@@ -1186,13 +1186,11 @@ sub app_html {
|
||
| 1186 | 1186 |
.login-card .brand p { margin: 0; color: var(--muted); font-size: 16px; }
|
| 1187 | 1187 |
.login-card form {
|
| 1188 | 1188 |
display: grid; |
| 1189 |
- gap: 16px; |
|
| 1190 | 1189 |
width: min(100%, var(--login-form-width)); |
| 1191 | 1190 |
justify-self: center; |
| 1192 | 1191 |
padding-bottom: clamp(76px, 9vh, 108px); |
| 1193 | 1192 |
} |
| 1194 | 1193 |
.login-card form.busy { opacity: .72; pointer-events: none; }
|
| 1195 |
- .login-card .field-label { font-size: 13px; font-weight: 600; color: var(--ink); }
|
|
| 1196 | 1194 |
/* 6 separate OTP digit boxes */ |
| 1197 | 1195 |
.otp-row {
|
| 1198 | 1196 |
display: flex; |
@@ -1302,7 +1300,6 @@ sub app_html {
|
||
| 1302 | 1300 |
<p>madagascar.xdev.ro</p> |
| 1303 | 1301 |
</div> |
| 1304 | 1302 |
<form id="login-form"> |
| 1305 |
- <div class="field-label">Cod Authenticator</div> |
|
| 1306 | 1303 |
<div class="otp-row"> |
| 1307 | 1304 |
<input type="text" inputmode="numeric" maxlength="1" pattern="[0-9]" class="otp-digit" autocomplete="one-time-code"> |
| 1308 | 1305 |
<input type="text" inputmode="numeric" maxlength="1" pattern="[0-9]" class="otp-digit"> |