Correcciones formulario y inicio

This commit is contained in:
2025-05-07 11:33:58 -06:00
parent 13b15712a0
commit d965411386
2 changed files with 2 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ $mensajeMantenimiento = $config['mensaje_mantenimiento'] ?? 'El sistema se encue
<?php endif; ?>
<div class="login-container">
<h4 class="mb-4 text-center text-dark">Iniciar de sesión </h4>
<h4 class="mb-4 text-center text-dark">Inicio de Sesión </h4>
<form action="/IMPORTADORES/login/validar" method="POST">
<div class="mb-3">
<label class="form-label">Correo electrónico</label>

View File

@@ -132,7 +132,7 @@ $color2 = explode(',', $config['colores_primarios'] ?? '#003366,#0055A5')
</div>
<div class="col-md-6">
<label for="rfc" class="form-label">RFC </label>
<label for="rfc" class="form-label">RFC *</label>
<input type="text" class="form-control" name="rfc" maxlength="13" required>
</div>