.index_exhibitorreg_login main {
    margin-bottom: 30px;
}

.index_exhibitorreg_login form input[type="text"] {
    width: 80%;
}

.eportal-help h2 {
    text-align: center;
}

#rememberMe {
    margin-top: 8px;
}

.eportal-page .btn, .eportal-page .ip-buttonBar a.btn {
    float: left;
}

.eportal-page .taskDisplay[style] {
    float: left !important;
    width: 65%;
}

.eportal-page .taskFilters {
    width: 20%;
}

.eportal-page div.task {
    width: 100%;
}

.eportal-page .new-registration {
    background: var(--gradient1);
    color: white;
    padding: 3px 7px;
    text-decoration: none;
    border-radius: 40px;
    cursor: pointer;
}

.eportal-page .new-registration:hover {
    background: var(--gradient2);
}

/* @media screen and (min-width: 768px) {
 
} */




@media screen and (min-width: 768px) {
    .eportal-page #publicMenu li {
        flex-basis: 25%;
    }    
}


.index_exhibitorreg_login input[type=password] {
    border-radius: 5px;
    padding: 4px;
}