|
@@ -63,7 +63,7 @@ const Ingresar = () => {
|
|
|
return (
|
|
|
<Row gutter={[10, 10]}>
|
|
|
{/* Listado Izquierdo */}
|
|
|
- <Col
|
|
|
+ {/* <Col
|
|
|
sm={24}
|
|
|
md={6}
|
|
|
style={{
|
|
@@ -98,30 +98,15 @@ const Ingresar = () => {
|
|
|
</i>{" "}
|
|
|
</p>
|
|
|
</div>
|
|
|
- </Col>
|
|
|
+ </Col> */}
|
|
|
|
|
|
{/* Formulario */}
|
|
|
- <Col sm={24} md={12}>
|
|
|
+ <Col sm={24} md={12} lg={24}>
|
|
|
<div style={SignInStyles.container}>
|
|
|
- <p>
|
|
|
- <strong>Ingresa aquí tu solicitud.</strong> A través del sistema
|
|
|
- SIISTAI podrás solicitar toda la información pública del Gobierno
|
|
|
- del Estado.
|
|
|
- </p>
|
|
|
+
|
|
|
<div style={SignInStyles.logoContainer}>
|
|
|
- <img src={"./logo_istai_lg.png"} style={{ width: "60%" }} alt="" />
|
|
|
+ <img src={"https://solicitud.sagarhpa.com/img/EscudoSonora.png"} style={{ width: "60%" }} alt="" />
|
|
|
</div>
|
|
|
- <p>
|
|
|
- <i>
|
|
|
- Si desea consultar las versiones públicas de las resoluciones de
|
|
|
- los recursos de revisión que han realizado otras personas, a
|
|
|
- través del SIISTAI,
|
|
|
- <a href="#" target="_blank" rel="noreferrer">
|
|
|
- {" "}
|
|
|
- da clic aquí.
|
|
|
- </a>
|
|
|
- </i>{" "}
|
|
|
- </p>
|
|
|
<Spin indicator={antIcon} spinning={sessionLoading}>
|
|
|
<Form
|
|
|
name="normal_login"
|
|
@@ -186,18 +171,10 @@ const Ingresar = () => {
|
|
|
</Form.Item>
|
|
|
</Col>
|
|
|
</Row>
|
|
|
- <div style={{ textAlign: "center" }}>
|
|
|
- <Typography.Text type="secondary">
|
|
|
- ¿No tienes cuenta? <Link to="/registrar">Regístrate</Link>
|
|
|
- </Typography.Text>
|
|
|
- </div>
|
|
|
</Form>
|
|
|
</Spin>
|
|
|
</div>
|
|
|
</Col>
|
|
|
- <Col>
|
|
|
- <div style={SignInStyles.container}></div>
|
|
|
- </Col>
|
|
|
<br />
|
|
|
</Row>
|
|
|
);
|