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

}
label,p,b {

}
.registration-fees-tab{
    border: 2px solid;
}
.registration-fees-tab p {
    margin-bottom: 0rem;
    text-align: left;
}
.info-list {
    font-size: 14px;
}
.form-group > label.required::after {
    content:" *";
    border-left: 2px;
    color: #ea2727;
}

.lodging-close {
    position: absolute;
    right: -13px;
    top: -11px;
    font-size: 27px;
    width: 25px;
    height: 25px;
    line-height: 0;
    cursor: pointer;
}

.lodging-close:hover {
    color: #721515;
}

body {
    background-color: #fafafaab !important;
}

.container-header {
    background-color: #FFFFFF;
    box-shadow: 0 9px 10px 0 rgb(0,0,0,0.05);
}