fieldset{
    display: block;
    border: solid 2px darkblue;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 10px;
    padding: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 20, 255, 0.2), 0 6px 20px 0 rgba(0, 20, 255, 0.2);
}

legend {
    margin-bottom: 0;
    width: auto;
    font-size: 18px;
    position: relative;
}

fieldset legend{
    display: block;
    -webkit-padding-start: 2px;
    -webkit-padding-end: 2px;
    border: none;
    color: #e32;
    font-weight: bold;
    font-family: inherit;
}

p{
    margin-bottom: 10px;
}