{
    "shopengine_account_reset_password_label_panel_start": {
        "type": "PanelBody",
        "label": "Label"
    },
    
        "shopengine_account_reset_password_label_color": {
            "control": {
                "field": "ColorPalette",
                "label": "Label Color",
                "props": {
                    "colors": [{
                            "name": "#3A3A3A",
                            "color": "#3A3A3A"
                        },
                        {
                            "name": "white",
                            "color": "#fff"
                        },
                        {
                            "name": "blue",
                            "color": "#00f"
                        }
                    ]
                }
            },
            "responsive": false,
            "type": "object",
            "default": {
                "desktop": "#3A3A3A"
            }
        },
        "shopengine_account_reset_password_label_typography_start": {
            "type": "PopoverControl",
            "label": "Typography"
        },
        "shopengine_account_reset_password_label_font_size": {
            "control": {
                "field": "__experimentalUnitControl",
                "props": {
                    "isPressEnterToChange": true,
                    "isResetValueOnUnitChange": true,
                    "labelPosition" : "top",
                    "label": "Font Size(px)",
                    "units": [
                        {
                            "value": "px",
                            "label": "px",
                            "default": 0
                        }
                    ]
                }
            },
            "type": "object",
            "responsive" : true,
            "default": {
                "desktop": "16px"
            }
        },
        "shopengine_account_reset_password_label_font_weight": {
            "control": {
                "field": "SelectControl",
                "props": {
                    "label": "Font Weight",
                    "options": [
                        {
                            "label": "100",
                            "value": 100
                        },
                        {
                            "label": "200",
                            "value": 200
                        },
                        {
                            "label": "300",
                            "value": 300
                        },
                        {
                            "label": "400",
                            "value": 400
                        },
                        {
                            "label": "500",
                            "value": 500
                        },
                        {
                            "label": "600",
                            "value": 600
                        },
                        {
                            "label": "700",
                            "value": 700
                        },
                        {
                            "label": "800",
                            "value": 800
                        },
                        {
                            "label": "900",
                            "value": 900
                        },
                        {
                            "label": "Default",
                            "value": "normal"
                        },
                        {
                            "label": "Normal",
                            "value": "normal"
                        },
                        {
                            "label": "Bold",
                            "value": "bold"
                        }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": 600
            }
        },
        "shopengine_account_reset_password_label_font_style": {
            "control": {
                "field": "SelectControl",
                "label": "Font Style",
                "props": {
                    "options": [{
                            "label": "Default",
                            "value": "normal"
                        },
                        {
                            "label": "Normal",
                            "value": "normal"
                        },
                        {
                            "label": "Italic",
                            "value": "italic"
                        },
                        {
                            "label": "Oblique",
                            "value": "oblique"
                        }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": ""
            }
        },
        "shopengine_account_reset_password_label_text_transform": {
            "control": {
                "field": "SelectControl",
                "props": {
                    "label": "Transform",
                    "options": [
                        {
                            "label": "Default",
                            "value": "none"
                        },
                        {
                            "label": "Uppercase",
                            "value": "uppercase"
                        },
                        {
                            "label": "Lowercase",
                            "value": "lowercase"
                        },
                        {
                            "label": "Capitalize",
                            "value": "capitalize"
                        },
                        {
                            "label": "Normal",
                            "value": "normal"
                        }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": ""
            }
        },
        "shopengine_account_reset_password_label_typography_end": {
            "type": "PopoverControl",
            "label": "Typography"
        },
        "shopengine_account_reset_password_label_typography_divider": {
            "control": {
                "field": "__experimentalDivider"
            },
            "type": "object",
            "default": {
                "desktop": ""
            }
        },
        "shopengine_account_reset_password_label_margin_bottom": {
            "control": {
                "field": "RangeControl",
                "props": {
                    "label": "Margin (px)",
                    "allowReset": true,
                    "units": [
                        {
                            "label": "px",
                            "value": "px",
                            "default": ""
                        }
                    ]
                }
            },
            "type": "object",
            "responsive": false,
            "default": {
                "desktop": ""
            }
        },
    "shopengine_account_reset_password_label_panel_end": {
        "type": "PanelBody",
        "label": "Label"
    },

    "shopengine_account_reset_password_input_panel_start": {
        "type": "PanelBody",
        "label": "Input"
    },
        "shopengine_account_reset_password_input_height": {
            "control": {
                "field": "RangeControl",
                "props": {
                    "label": "Height (px)",
                    "min": 0,
                    "max": 100,
                    "step": 1
                }
            },
            "type": "object",
            "responsive": false,
            "default": {
                "desktop": 40
            }
        },
        "shopengine_account_reset_password_input_width": {
            "control": {
                "field": "RangeControl",
                "props": {
                    "label": "Width (%)",
                    "min": 0,
                    "max": 100,
                    "units": [
                        {
                            "value":"%",
                            "step": 1,
                            "label": "%"
                        }
                    ]
                }
            },
            "type": "object",
            "responsive": true,
            "default": {
                "desktop": 100
            }
        },
        "shopengine_account_reset_password_input_font_size": {
            "control": {
                "field": "RangeControl",
                "props": {
                    "isPressEnterToChange": true,
                    "isResetValueOnUnitChange": true,
                    "labelPosition" : "top",
                    "label": "Font Size(px)",
                    "units": [
                        {
                            "value": "px",
                            "label": "px",
                            "default": 0
                        }
                    ]
                }
            },
            "type": "object",
            "responsive" : true,
            "default": {
                "desktop": "14px"
            }
        },
        "shopengine_account_reset_password_input_border_start": {
            "type": "PopoverControl",
            "label": "Border Style"
        },
        "shopengine_account_reset_password_input_border_type": {
            "control": {
                "field": "SelectControl",
                "label": "Border Type",
                "props": {
                    "options": [{
                            "label": "None",
                            "value": "none"
                        },
                        {
                            "label": "Solid",
                            "value": "solid"
                        },
                        {
                            "label": "Double",
                            "value": "double"
                        },
                        {
                            "label": "Dotted",
                            "value": "dotted"
                        },
                        {
                            "label": "Dashed",
                            "value": "dashed"
                        },
                        {
                            "label": "Groove",
                            "value": "groove"
                        }
                    ]
                }
            },
            "type": "object",
            "responsive": true,
            "default": {
                "desktop": "none"
            }
        },
        "shopengine_account_reset_password_input_border_spacer": {
            "control": {
                "field": "__experimentalSpacer"
            },
            "type": "object",
            "default": {
                "desktop": ""
            }
        },
        "shopengine_account_reset_password_input_border_width": {
            "control": {
                "field": "__experimentalBoxControl",
                "props": {
                    "label": "Border Width (px)",
                    "values": {
                        "top": "px",
                        "right": "px",
                        "bottom": "px",
                        "left": "px"
                    }
                }
            },
            "type": "object",
            "responsive": false,
            "default": {
                "desktop": {
                    "top": "",
                    "right": "",
                    "bottom": "",
                    "left": ""
                }
            }
        },
        "shopengine_account_reset_password_input_border_radius": {
            "control": {
                "field": "__experimentalBoxControl",
                "props": {
                    "label": "Border Radius (px)",
                    "values": {
                        "top": "px",
                        "right": "px",
                        "bottom": "px",
                        "left": "px"
                    }
                }
            },
            "type": "object",
            "responsive": false,
            "default": {
                "desktop": {
                    "top": "",
                    "right": "",
                    "bottom": "",
                    "left": ""
                }
            }
        },
        "shopengine_account_reset_password_input_border_end": {
            "type": "PopoverControl",
            "label": "Border Style"
        },
        "shopengine_account_reset_password_input_tabs_style_start": {
            "type": "TabContainer"
        },
        "shopengine_account_reset_password_input_tabnormal_start": {
            "type": "TabControl",
            "label": "Normal"
        },
        "shopengine_account_reset_password_input_color": {
            "control": {
                "field": "ColorPalette",
                "label": "Input Color",
                "props": {
                    "colors": [
                        {
                            "name": "red",
                            "color": "#f00"
                        },
                        {
                            "name": "white",
                            "color": "#fff"
                        },
                        {
                            "name": "blue",
                            "color": "#00f"
                        }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": "#101010"
            }
        },
        "shopengine_account_reset_password_input_bg_color":{
            "control":{
                "field": "ColorPalette",
                "label": "Background Color",
                "props": {
                    "colors": [
                        { "name": "red", "color": "#F00" },
                        { "name": "white", "color": "#FFF" },
                        { "name": "blue", "color": "#00F" }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": "#F5F5F5"
            }   
        },
        "shopengine_account_reset_password_input_border_color": {
            "control": {
                "field": "ColorPalette",
                "label": "Border Color",
                "props": {
                    "colors": [{
                            "name": "Blue",
                            "color": "#0000FF"
                        },
                        {
                            "name": "White",
                            "color": "#ffffff"
                        },
                        {
                            "name": "Black",
                            "color": "#000000"
                        }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": "#a6a6a6"
            }
        },
        "shopengine_account_reset_password_input_tabnormal_end": {
            "type": "TabControl",
            "label": "Normal"
        },
        "shopengine_account_reset_password_input_focus_start": {
            "type": "TabControl",
            "label": "Focus"
        },
        "shopengine_account_reset_password_input_focus_color": {
            "control": {
                "field": "ColorPalette",
                "label": "Input Color",
                "props": {
                    "colors": [
                        {
                            "name": "red",
                            "color": "#f00"
                        },
                        {
                            "name": "white",
                            "color": "#fff"
                        },
                        {
                            "name": "blue",
                            "color": "#00f"
                        }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": "#101010"
            }
        },
        "shopengine_account_reset_password_input_focus_bg_color":{
            "control":{
                "field": "ColorPalette",
                "label": "Background Color",
                "props": {
                    "colors": [
                        { "name": "red", "color": "#F00" },
                        { "name": "white", "color": "#FFF" },
                        { "name": "blue", "color": "#00F" }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": "#F5F5F5"
            }   
        },
        "shopengine_account_reset_password_input_focus_border_color": {
            "control": {
                "field": "ColorPalette",
                "label": "Border Color",
                "props": {
                    "colors": [{
                            "name": "Blue",
                            "color": "#0000FF"
                        },
                        {
                            "name": "White",
                            "color": "#ffffff"
                        },
                        {
                            "name": "Black",
                            "color": "#000000"
                        }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": "#a6a6a6"
            }
        },
        "shopengine_account_reset_password_input_focus_end": {
            "type": "TabControl",
            "label": "Focus"
        },
        "shopengine_account_reset_password_input_tabs_style_end": {
            "type": "TabContainer"
        },
        "shopengine_account_reset_password_input_spacer": {
            "control": {
                "field": "__experimentalSpacer"
            },
            "type": "object",
            "default": {
                "desktop": ""
            }
        },
   
        "shopengine_account_reset_password_input_padding": {
            "control": {
                "field": "__experimentalBoxControl",
                "props": {
                    "label": "Padding (px)",
                    "allowReset": true,
                    "units": [
                        {
                            "label": "px",
                            "value": "px",
                            "default": 0
                        }
                    ]
                }
            },
            "type": "object",
            "responsive": false,
            "default": {
                "desktop": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "shopengine_account_reset_password_input_margin": {
            "control": {
                "field": "__experimentalBoxControl",
                "props": {
                    "label": "Margin (px)",
                    "allowReset": true,
                    "units": [
                        {
                            "label": "px",
                            "value": "px",
                            "default": 0
                        }
                    ]
                }
            },
            "type": "object",
            "responsive": false,
            "default": {
                "desktop": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
    "shopengine_account_reset_password_input_panel_end": {
        "type": "PanelBody",
        "label": "Input"
    },

    "shopengine_account_reset_password_button_panel_start": {
        "type": "PanelBody",
        "label": "Button"
    },
        "shopengine_account_reset_password_button_width": {
            "control": {
                "field": "RangeControl",
                "props": {
                    "label": "Width (%)",
                    "value": "%",
                    "min": 0,
                    "max": 100,
                    "step": 1
                }
            },
            "type": "object",
            "responsive": true,
            "default": {
                "desktop": 30
            }
        },
        "shopengine_account_reset_password_button_typography_start": {
            "type": "PopoverControl",
            "label": "Typography"
        },
        "shopengine_account_reset_password_button_font_size": {
            "control": {
                "field": "__experimentalUnitControl",
                "props": {
                    "isPressEnterToChange": true,
                    "isResetValueOnUnitChange": true,
                    "labelPosition" : "top",
                    "label": "Font Size(px)",
                    "units": [
                        {
                            "value": "px",
                            "label": "px",
                            "default": 0
                        }
                    ]
                }
            },
            "type": "object",
            "responsive" : true,
            "default": {
                "desktop": "15px"
            }
        },
        "shopengine_account_reset_password_button_font_weight": {
            "control": {
                "field": "SelectControl",
                "props": {
                    "label": "Font Weight",
                    "options": [
                        {
                            "label": "100",
                            "value": 100
                        },
                        {
                            "label": "200",
                            "value": 200
                        },
                        {
                            "label": "300",
                            "value": 300
                        },
                        {
                            "label": "400",
                            "value": 400
                        },
                        {
                            "label": "500",
                            "value": 500
                        },
                        {
                            "label": "600",
                            "value": 600
                        },
                        {
                            "label": "700",
                            "value": 700
                        },
                        {
                            "label": "800",
                            "value": 800
                        },
                        {
                            "label": "900",
                            "value": 900
                        },
                        {
                            "label": "Default",
                            "value": "normal"
                        },
                        {
                            "label": "Normal",
                            "value": "normal"
                        },
                        {
                            "label": "Bold",
                            "value": "bold"
                        }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": 500
            }
        },
        "shopengine_account_reset_password_button_font_style": {
            "control": {
                "field": "SelectControl",
                "label": "Font Style",
                "props": {
                    "options": [{
                            "label": "Default",
                            "value": "normal"
                        },
                        {
                            "label": "Normal",
                            "value": "normal"
                        },
                        {
                            "label": "Italic",
                            "value": "italic"
                        },
                        {
                            "label": "Oblique",
                            "value": "oblique"
                        }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": ""
            }
        },
        "shopengine_account_reset_password_button_text_transform": {
            "control": {
                "field": "SelectControl",
                "props": {
                    "label": "Transform",
                    "options": [
                        {
                            "label": "Default",
                            "value": "none"
                        },
                        {
                            "label": "Uppercase",
                            "value": "uppercase"
                        },
                        {
                            "label": "Lowercase",
                            "value": "lowercase"
                        },
                        {
                            "label": "Capitalize",
                            "value": "capitalize"
                        },
                        {
                            "label": "Normal",
                            "value": "normal"
                        }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": ""
            }
        },
        "shopengine_account_reset_password_button_line_height": {
            "control": {
                "field": "RangeControl",
                "allowReset": true,
                "props": {
                    "label": "Line Height (px)",
                    "min": 0,
                    "max": 100,
                    "units": [
                        {
                            "value": "px",
                            "default": 0,
                            "step": 1
                        }
                    ]
                }
            },
            "responsive": false,
            "type": "object",
            "default": {
                "desktop": ""
            }
        },
        "shopengine_account_reset_password_button_letter_spacing": {
            "control": {
                "field": "RangeControl",
                "allowReset": true,
                "props": {
                    "isPressEnterToChange": true,
                    "isResetValueOnUnitChange": true,
                    "labelPosition" : "top",
                    "label": "Letter Spacing (px)",
                    "max" : 10,
                    "step" : 0.1,
                    "units": [
                        {
                            "value": "px",
                            "label": "px",
                            "default": 0,
                            "step": 1
                        }
                    ]
                }
            },
            "responsive" : false,
            "type": "object",
            "default": {
                "desktop": ""
            }
        },
        "shopengine_account_reset_password_button_word_spacing": {
            "control": {
                "field": "RangeControl",
                "allowReset": true,
                "props": {
                    "isPressEnterToChange": true,
                    "isResetValueOnUnitChange": true,
                    "labelPosition" : "top",
                    "label": "Word Spacing (px)",
                    "units": [
                        {
                            "value": "px",
                            "label": "px",
                            "default": 0,
                            "step": 1
                        }
                    ]
                }
            },
            "responsive" : false,
            "type": "object",
            "default": {
                "desktop": ""
            }
        },
        "shopengine_account_reset_password_button_typography_end": {
            "type": "PopoverControl",
            "label": "Typography"
        },
        "shopengine_account_reset_password_button_border_start": {
            "type": "PopoverControl",
            "label": "Border Style"
        },
        "shopengine_account_reset_password_button_border_type": {
            "control": {
                "field": "SelectControl",
                "label": "Border Type",
                "props": {
                    "options": [{
                            "label": "None",
                            "value": "none"
                        },
                        {
                            "label": "Solid",
                            "value": "solid"
                        },
                        {
                            "label": "Double",
                            "value": "double"
                        },
                        {
                            "label": "Dotted",
                            "value": "dotted"
                        },
                        {
                            "label": "Dashed",
                            "value": "dashed"
                        },
                        {
                            "label": "Groove",
                            "value": "groove"
                        }
                    ]
                }
            },
            "type": "object",
            "responsive": true,
            "default": {
                "desktop": "none"
            }
        },
        "shopengine_account_reset_password_button_border_spacer": {
            "control": {
                "field": "__experimentalSpacer"
            },
            "type": "object",
            "default": {
                "desktop": ""
            }
        },
        "shopengine_account_reset_password_button_border_width": {
            "control": {
                "field": "__experimentalBoxControl",
                "props": {
                    "label": "Border Width (px)",
                    "allowReset": true,
                    "units": [
                        {
                            "label": "px",
                            "value": "px",
                            "default": 0
                        }
                    ]
                }
            },
            "type": "object",
            "responsive": false,
            "default": {
                "desktop": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "shopengine_account_reset_password_button_border_radius": {
            "control": {
                "field": "__experimentalBoxControl",
                "props": {
                    "label": "Border Radius (px)",
                    "values": {
                        "top": "px",
                        "right": "px",
                        "bottom": "px",
                        "left": "px"
                    }
                }
            },
            "type": "object",
            "responsive": false,
            "default": {
                "desktop": {
                    "top": "",
                    "right": "",
                    "bottom": "",
                    "left": ""
                }
            }
        },
        "shopengine_account_reset_password_button_border_end": {
            "type": "PopoverControl",
            "label": "Border Style"
        },
        "shopengine_account_reset_password_button_tabs_style_start": {
            "type": "TabContainer"

        },
        "shopengine_account_reset_password_button_tab_normal_start": {
            "type": "TabControl",
            "label": "Normal"
        },
        "shopengine_account_reset_password_button_text_color": {
            "control": {
                "field": "ColorPalette",
                "label": "Text Color",
                "props": {
                    "colors": [
                        {
                            "name": "red",
                            "color": "#f00"
                        },
                        {
                            "name": "white",
                            "color": "#fff"
                        },
                        {
                            "name": "blue",
                            "color": "#00f"
                        }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": "#FFFFFF"
            }
        },
        "shopengine_account_reset_password_button_bg_color":{
            "control":{
                "field": "ColorPalette",
                "label": "Background Color",
                "props": {
                    "colors": [
                        { "name": "red", "color": "#F00" },
                        { "name": "white", "color": "#FFF" },
                        { "name": "blue", "color": "#00F" }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": "#101010"
            }   
        },
        "shopengine_account_reset_password_button_border_color": {
            "control": {
                "field": "ColorPalette",
                "label": "Border Color",
                "props": {
                    "colors": [{
                            "name": "Blue",
                            "color": "#0000FF"
                        },
                        {
                            "name": "White",
                            "color": "#ffffff"
                        },
                        {
                            "name": "Black",
                            "color": "#000000"
                        }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": "#a6a6a6"
            }
        },
        "shopengine_account_reset_password_button_tab_normal_end": {
            "type": "TabControl",
            "label": "Normal"
        },
        "shopengine_account_reset_password_button_tab_hover_start": {
            "type": "TabControl",
            "label": "Hover"
        },
        "shopengine_account_reset_password_button_hover_text_color": {
            "control": {
                "field": "ColorPalette",
                "label": "Text Color",
                "props": {
                    "colors": [
                        {
                            "name": "red",
                            "color": "#f00"
                        },
                        {
                            "name": "white",
                            "color": "#fff"
                        },
                        {
                            "name": "blue",
                            "color": "#00f"
                        }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": "#FFFFFF"
            }
        },
        "shopengine_account_reset_password_button_hover_bg_color":{
            "control":{
                "field": "ColorPalette",
                "label": "Background Color",
                "props": {
                    "colors": [
                        { "name": "red", "color": "#F00" },
                        { "name": "white", "color": "#FFF" },
                        { "name": "blue", "color": "#00F" }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": "#3D3D3D"
            }   
        },
        "shopengine_account_reset_password_button_hover_border_color": {
            "control": {
                "field": "ColorPalette",
                "label": "Border Color",
                "props": {
                    "colors": [{
                            "name": "Blue",
                            "color": "#0000FF"
                        },
                        {
                            "name": "White",
                            "color": "#ffffff"
                        },
                        {
                            "name": "Black",
                            "color": "#000000"
                        }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": "#a6a6a6"
            }
        },
        "shopengine_account_reset_password_button_tab_hover_end": {
            "type": "TabControl",
            "label": "Hover"
        },
        "shopengine_account_reset_password_button_tabs_style_end": {
            "type": "TabContainer"
        },
        "shopengine_account_reset_password_button_spacer": {
            "control": {
                "field": "__experimentalSpacer"
            },
            "type": "object",
            "default": {
                "desktop": ""
            }
        },
        "shopengine_account_reset_password_button_padding": {
            "control": {
                "field": "__experimentalBoxControl",
                "props": {
                    "label": "Padding (px)",
                    "allowReset": true,
                    "units": [
                        {
                            "label": "px",
                            "value": "px",
                            "default": 0
                        }
                    ]
                }
            },
            "type": "object",
            "responsive": true,
            "default": {
                "desktop": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "shopengine_account_reset_password_button_margin": {
            "control": {
                "field": "__experimentalBoxControl",
                "props": {
                    "label": "Margin (px)",
                    "allowReset": true,
                    "units": [
                        {
                            "label": "px",
                            "value": "px",
                            "default": 0
                        }
                    ]
                }
            },
            "type": "object",
            "responsive": true,
            "default": {
                "desktop": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
    "shopengine_account_reset_password_button_panel_end": {
        "type": "PanelBody",
        "label": "Button"
    },

    "shopengine_account_reset_password_font_panel_start": {
        "type": "PanelBody",
        "label": "Global Font"
    },
        "shopengine_account_reset_password_global_font_family": {
            "control": {
                "field": "FontfamilyControl",
                "label": "Font Family"
            },
            "type": "object"
        },
    "shopengine_account_reset_password_font_panel_end": {
        "type": "PanelBody",
        "label": "Global Font"
    }
}