[
    {
        "id":"api",
        "component":"component_api",
        "ws_domain":""
    },
    {
        "id": "div_login",
        "component": "component_div",
        "adjust": {
                "align": "center",
                "top": "100px",
                "left": "",
                "right": "",
                "bottom": "",
                "width": "300px"
            },
        "content": [   
            {
            "id": "message",
            "component": "component_message",
            "message": "Bienvenue",
            "adjust": {
                "align": "center",
                "top": "",
                "left": "",
                "right": "",
                "bottom": "",
                "width": ""
                }
            },
            {
                "id": "form_login",
                "component": "component_form_field_text",
                "label": "Adresse e-mail de connection",
                "placeholder": "Adresse e-mail de connection",
                "adjust": {
                    "align": "center",
                    "top": "20px",
                    "left": "",
                    "right": "",
                    "bottom": "",
                    "width": "100%"
                }
            },
            {
                "id": "form_password",
                "component": "component_form_field_text",
                "label": "Mot de passe",
                "placeholder": "Mot de passe",
                "password":1,
                "adjust": {
                    "align": "center",
                    "top": "10px",
                    "left": "",
                    "right": "",
                    "bottom": "",
                    "width": "100%"
                }
            },
            {
                "id": "form_rester_connecte",
                "component": "component_form_field_check",
                "label": "Rester connecté",
                "adjust": {
                    "align": "left",
                    "top": "20px",
                    "left": "",
                    "right": "",
                    "bottom": "",
                    "width": ""
                }
            },
            {
                "id": "boutton_connecter",
                "component": "component_form_button",
                "conf_button": [
                    {
                        "label": "Se connecter",
                        "action": "se_connecter",
                        "class": "tb_button_green"
                    }
                ],
                "adjust": {
                    "align": "center",
                    "top": "30px",
                    "left": "",
                    "right": "",
                    "bottom": "",
                    "width": ""
                }
            },
            {
                "id": "lien_mdp_oublie",
                "component": "component_form_button",
                "conf_button": [
                    {
                        "label": "Mot de passe oublié ?",
                        "action": "ouvrir_modal_mdp_oublie",
                        "class": "tb_button_link"
                    }
                ],
                "adjust": {
                    "align": "center",
                    "top": "10px",
                    "left": "",
                    "right": "",
                    "bottom": "",
                    "width": ""
                }
            }
        ]
    },
    {
        "id": "modal_mdp_oublie",
        "component": "component_modal_basic",
        "title": "Mot de passe oublié ?",
        "message_loading": "Chargement...",
        "adjust": {
            "align": "center",
            "width": "550px"
        },
        "content": [
            {
                "id": "modal_email_reset",
                "component": "component_form_field_text",
                "label": "Adresse e-mail :",
                "placeholder": "Adresse e-mail",
                "adjust": {
                    "align": "center",
                    "top": "10px",
                    "width": "100%"
                }
            },
            {
                "id": "modal_btn_send_reset",
                "component": "component_form_button",
                "conf_button": [
                    {
                        "label": "Envoyer",
                        "action": "envoyer_reset_email",
                        "class": "tb_button_green"
                    }
                ],
                "adjust": {
                    "align": "center",
                    "top": "20px",
                    "width": "100%"
                }
            }
        ]
    }
]