.card button.btn-link {
    color: #0a0a0a;
}
.card ul li {
    background: none;
}
.background-image {
    width: 100%;
    height: auto;
    z-index: -1;
}
.form-content {
    border-radius: 5px;
    box-shadow: 5px 5px 1px rgb(0,0,0,0.05);
}
fieldset legend {
    text-align: center;
}
.registration-fees-tab{
    border: 2px solid;
}
.registration-fees-tab p {
    margin-bottom: 0rem;
    text-align: left;
}
.info-list {
    font-size: 0.9rem;
}
.form-group > label.required::after {
    content:" *";
    border-left: 2px;
    color: #ea2727;
}

body {
    background-color: rgb(254 254 254);
}

.top-image-container {
    position: absolute;
    top: 0;
}

.main-container {
    position: relative;
    margin-top: 10rem;
    margin-bottom: 4rem;
}

@media (min-width: 700px) {
    .main-container {
        margin-top: 12rem;
    }
}

@media (min-width: 800px) {
    .main-container {
        margin-top: 13rem;
    }
}

@media (min-width: 900px) {
    .main-container {
        margin-top: 15rem;
    }
}

@media (min-width: 1000px) {
    .main-container {
        margin-top: 16rem;
    }
}

@media (min-width: 1100px) {
    .main-container {
        margin-top: 17rem;
    }
}

@media (min-width: 1200px) {
    .main-container {
        margin-top: 18rem;
    }
}

@media (min-width: 1300px) {
    .main-container {
        margin-top: 21rem;
    }
}

@media (min-width: 1400px) {
    .main-container {
        margin-top: 22rem;
    }
}

@media (min-width: 1500px) {
    .main-container {
        margin-top: 23rem;
    }
}

@media (min-width: 1600px) {
    .main-container {
        margin-top: 24rem;
    }
}

@media (min-width: 1700px) {
    .main-container {
        margin-top: 25rem;
    }
}

.group-1 {
    background-color: green !important;
}

.group-2 {
    background-color: red !important;
}

.group-3 {
    background-color: blue !important;
}

.group-4 {
    background-color: purple !important;
}

.sf-toolbar {
    display: none !important;
}

.custom-file-label-inscription {
    padding-left: 100px;
}

.custom-file-label-inscription > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    border-radius: 0.25rem;
}