.index_exhibitorreg_login {
    color: black
}

.eportal-theme .main-logo {
    margin-top: 10px;
    margin-bottom: 10px;
}

main {
    position: relative;
}

.contact-box {
    border: 1px solid var(--primaryColor);
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #eee;
}

.contact-box hr {
    border-color: #333;
    width: 90%;
}

.contact-box h3 {
    color: white;
    background-color: var(--primaryColor);
    margin: 0;
    padding: 5px 0 6px;
    text-align: center;
    width: 98.75%;
}

.contact-card {
    text-align: center;
    padding: 5px 10px;
}

.contact-card h4 {
    font-size: 1rem;
}

.index_exhibitorreg_managereg a, 
.index_exhibitorreg_managereg a:active, 
.index_exhibitorreg_managereg a:visited {
    color: var(--primaryColor);
    font-weight: bold;
    text-decoration: underline;
}

.index_exhibitorreg_managereg a:hover {
    color: var(--secondaryColor);
    text-decoration: none;
}

.new-registration {
    background: var(--accentColor);
    color: white !important;
    transition: all ease 0.3s;
    border: 1px solid white;
    font-weight: 700;
    text-transform: uppercase;
    padding: 7px;
    cursor: pointer;
}

.new-registration:hover {
    background-color: var(--secondaryColor);
    text-transform: uppercase;
}

.index_exhibitorreg_review #publicMenu li {
    flex-basis: 33%;
}

.eportal-theme form input.btn.btn-default.btn-submit {
    width: auto !important;
}
/* FIX GRID LAYOUT */

/* OVERRIDE BUTTON CSS */
.index_exhibitorreg_review a.btn.btn-primary.btn-lg.btn-block {
    width: 100% !important;
}

@media screen and (min-width: 550px) and (max-width: 767px) {
    .index_exhibitorreg_review .ip-group-col.col-lg-3:has(.btn-block) {
        width: 50%;
        float: left;
    }
}

@media screen and (min-width: 768px) {
    .index_exhibitorreg_review .ip-group-col.col-lg-3:has(.btn-block) {
        width: 25%;
        float: left;
    }
}

.index_exhibitorreg_section_23 form a {
    padding: 4px;
    color: white;
    background: var(--accentColor);
    text-decoration: none;
    transition: all ease-in 0.3s;
    cursor: pointer;
}

.index_exhibitorreg_section_23 form a:hover {
    background: var(--secondaryColor);
}