            @import url(https://fonts.googleapis.com/css?family=Sarabun&amp;display=swap);body {
            font-family: 'Sarabun';
            font-size: 16px;
            }

            body,h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
            font-family: 'Sarabun', "Odoo Unicode Support Noto", "Lucida Grande", Helvetica, Verdana, Arial, sans-se
            }
            .oe_signup_form {
                max-width: 700px;
                padding: 10px 30px;
                position: relative;
                margin: 50px auto;
                border: #d0c0c0 solid 2px;
                border-radius: 15px;
            }
            .oe_signup_form h2{
                border-bottom: #d0c0c0 2px solid;
                padding-bottom: 10px;
            }

            .oe_signup_form .form-group label::after{
                content: '*';
                color: red;
                margin-left: 3px;
            }

            .oe_signup_form .form-group label.no-required::after{
                content: '';
            }

            .oe_signup_form .form-group label span.description{
                font-size : 12px;
                color : red;
            }