Add some CSS rules AFTER the Bootstrap CSS files:
fieldset{
border:2px solid navy;
border-radius:12px;
}
legend {
float: none;
width: auto;
padding: 0 4px;
font-size:1.1rem;
}
This way the legend is embedded in the top border and the fieldset's border is shown.