vn-client-sample-create {
    vn-dialog {
        & > div {
            padding: 0 !important
        }

        tpl-body {
            min-width: 800px;

            .container, .container h1 {
                font-family: "Roboto","Helvetica","Arial",sans-serif;
                font-size: 1em !important;

                h1 {
                    font-weight: bold;
                    margin: auto
                }

                p {
                    margin: 1em 0
                }

                footer p {
                    font-size: 10px !important;
                    line-height: 10px
                }
            }

            
            .title h1 {
                font-size: 2em !important;
                margin: 0
            }
        }
    }
}