I had a similar problem,as you can see in link below box-sizing is not fully supported in older versions of browsers
https://caniuse.com/#search=box-sizing
by editing meet-my-team/public/assets/css/public.min.css you can improve compatibility by adding -webkit-box-sizing:border-box;-moz-box-sizing:border-box; just before box-sizing:border-box;