fieldset {
    border: 1px solid #fff !important;
    margin: 0;
    xmin-width: 0;
    padding: 10px;
    position: relative;
    border-radius: 4px;
    background-color: #f2f2f2;
    padding-left: 10px !important;
    top: -40px;"
}

legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    width: 35%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
    background-color: #ffffff;
}

.nav-input-form {
    background-color: #f2f2f2; 
    top: -20px;"
}

input[type="text"],
input[type="textarea"],
textarea {
    background-color: #fff !important;
}

.nav-link.active {
      border-bottom: 2px solid #077a82;
      display: inline-block;
      padding-bottom: 1px !important;
}