.exhibitor-portal-section a,
.exhibitor-portal-section a:visited,
.exhibitor-portal-section a:active,
.forgotPasswordLink a {
    color: var(--color-white);
    text-decoration: underline;
}

.exhibitor-portal-section a:hover {
    text-decoration: none;
}

.index_exhibitorreg_managereg table {
    width: 100%;
    border: 1px solid var(--color-white);
}

.index_exhibitorreg_managereg table  tr {
    border: 1px solid var(--color-white);
}

.exhibitor-portal-section .manage-registrants-promocode-table tr.headers,
.exhibitor-portal-section .manage-registrants-promocode-table tr.manage-even,
.exhibitor-portal-section .manage-registrants-promocode-table tr.manage-odd {
    background-color: transparent;
}

.index_exhibitorreg_managereg table .fa {
    color: var(--secondaryColor);
}

.exhibitor-portal-section .new-registration {
    cursor: pointer;
    color: var(--color-white);
    background: #F132F1;
    padding: 7px;
    border-radius: 3px;
    transition: all ease .7ms;
    text-decoration: none;
}

.exhibitor-portal-section .new-registration:hover {
    color: #F132F1;
    background: var(--color-white);
}

label[for="Dtqxjw62priceAndSoldText"] {
    margin-left: 5px;
}

#public .IP_PageBuilder_ExhibitorRegManage div.ip-element > label.ip-elementLabel {
    width: auto !important;
}

label[for="GzEInL60-1225"] {
    margin-left: 20px;
}

input#GzEInL60-1225 {
    margin-top: 5px;
}


.landing-page.exhibitor-landing input[type="text"] {
    width: 80%;
}
/*** Start:: BG Color Application ***/
.landing-page.exhibitor-landing form {
    background-color: #eee;
    border-radius: 16px;
    color: var(--color-black);
    padding: 10px;
}
.landing-page.exhibitor-landing form span.taskElement .taskDisplay {
    width: 69%;
    margin: auto 0 auto 10px;
}
.landing-page.exhibitor-landing form span.taskElement .taskFilters {
    width: 10.5rem;
    font-size: small;
}
.landing-page.exhibitor-landing form div.task span.optOutBox{
    display: block;
    margin: 10px 0 5px;
    padding-left:0;
}
.landing-page.exhibitor-landing form div.task div.checkboxRow ul.list-spinner i.bigger,
.landing-page.exhibitor-landing form div.task .optOutBox i.bigger {
    font-size: 18px;
    font-weight: bold;
    padding-right: 5px;
}
.landing-page.exhibitor-landing form div.task span.button-text {
    padding: 0 2px;
    width: 100%;
}
/*** END ::  BG Color Application ***/
.landing-page.exhibitor-landing .ip-buttonBar {
    width: 100%;
    margin-bottom: 20px;
}

.landing-page.exhibitor-landing .ip-buttonBar a {
    background: var(--secondaryColor);
    color: var(--color-white);;
    transition: all ease 0.3s;
    border-radius: 0.5rem;
    border: unset;
    padding: 8px;
    text-decoration: none;
    cursor: pointer;
}

.landing-page.exhibitor-landing .ip-buttonBar a:hover {
    background: var(--primaryColor);
    color: var(--color-white);
}

.taskDisplay {
    width: 62%;
}

.allTasks div.task {
    width: 100%;
}

.index_exhibitorreg_section_19 label[for="gKMFVt61"] ~ span {
    margin: -30px 0 0 10px;
    padding: 0;
    display: block;
}

.index_exhibitorreg_login form {
    margin-bottom: 20px;
}

.forgotPasswordLink a {
    color: var(--secondaryColor);
}

.new-registration {
    background: var(--secondaryColor);
    color: var(--color-white);
    transition: all ease 0.3s;
    border-radius: 0.5rem;
    padding: 12px 26px;
    cursor: pointer;
}

.new-registration:hover {
    background: var(--color-black);
    color: var(--color-white);
    text-decoration: none;
}

.index_exhibitorreg_managereg .ip-buttonBar {
    margin-top: 20px;
}