{
    "totem_group_auth": {
        "extends": "",
        "stylesheets": "",
        "logo": {
            "src": "http://placehold.it/100x100",
            "width": "",
            "height": "",
            "title": ""
        },
        "pages": {
            "login": {
                "title": "Login",
                "form_fields": {
                    "username": {
                        "type": "input",
                        "input_attributes": {
                            "name": "username",
                            "placeholder": "Username"
                        }
                    },
                    "password": {
                        "type": "input",
                        "input_attributes": {
                            "name": "password",
                            "type": "password",
                            "placeholder": "Password"
                        }
                    },
                    "submit": {
                        "type": "submit",
                        "title": "Login",
                        "input_attributes": {
                            "type": "submit"
                        }
                    }
                },
                "routes": {
                    "forgot_password": {
                        "title": "Forgot password?",
                        "attributes": {
                            "href": "forgot-password.html"
                        }
                    }
                }
            }
        }
    }
}