.card button.btn-link {
    color: #0a0a0a;
}
.card ul li {
    background: none;
}
.background-image {
    width: 100%;
    height: auto;
    z-index: -1;
}
.form-content {
    border-radius: 10px;
    box-shadow: 5px 5px 6px rgb(0,0,0,0.2);
}
.image-header {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.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: #f4f4d1;
}

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

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

.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;
}

.custom-inscription-radio .custom-control-input:checked+.custom-inscription-radio-label {
    background: #5bccff;
}

.custom-inscription-radio .custom-inscription-radio-label label::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}