.form-md{
    max-width: 800px;
    margin: 0 auto;
}
.form-sm{
    max-width: 600px;
    margin: 0 auto;
}
fieldset{
    border:1px solid #ccc;
    border-radius:5px;
    padding:1rem;
}

legend{
    width: auto !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    float:none;
    font-size:0.75rem;
}
 .bg-primary{
    background-color: #006d7a !important;
 }

.hero-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 56px;
}
