Hi Ian,
Thanks for reaching out and thanks for using Crio Pro WordPress theme!
I inspected your WeForms contact form and was able to come up with a bit of CSS to add a border. Pull up the CSS/JS Editor from Appearance<<Customize<<CSS/JS Editor and add:
.weforms-56 {
border-style: solid;
boder-width: thick;
border-radius: 5px;
border-color: #17a398;
}
I hope this helps! Please reach back out if you have any other questions for us.