{
    "id": "login-centered",
    "title": "Login — Centered Card",
    "description": "A focused, centered login layout with a welcome heading. Styled with the UM Login & Register Form widget.",
    "target": "login",
    "kind": "form",
    "content": [
        {
            "id": "tpl0001",
            "elType": "section",
            "isInner": false,
            "settings": {
                "layout": "boxed",
                "content_width": { "unit": "px", "size": 560 },
                "min_height": { "unit": "vh", "size": 60 },
                "column_position": "middle",
                "background_background": "classic",
                "background_color": "#F4F6F8",
                "padding": { "unit": "px", "top": "80", "right": "20", "bottom": "80", "left": "20", "isLinked": false }
            },
            "elements": [
                {
                    "id": "tpl0002",
                    "elType": "column",
                    "isInner": false,
                    "settings": { "_column_size": 100, "_inline_size": null },
                    "elements": [
                        {
                            "id": "tpl0003",
                            "elType": "widget",
                            "widgetType": "heading",
                            "settings": {
                                "title": "Welcome back",
                                "align": "center",
                                "header_size": "h1",
                                "title_color": "#1F2933"
                            },
                            "elements": []
                        },
                        {
                            "id": "tpl0004",
                            "elType": "widget",
                            "widgetType": "text-editor",
                            "settings": {
                                "editor": "<p style=\"text-align: center;\">Sign in to your account to continue.</p>",
                                "text_color": "#52606D"
                            },
                            "elements": []
                        },
                        {
                            "id": "tpl0005",
                            "elType": "widget",
                            "widgetType": "um-login-register-styler",
                            "settings": { "form_type": "login" },
                            "elements": []
                        }
                    ]
                }
            ]
        }
    ]
}
