.jt-container .backgrounheader-image {
    margin-bottom: 15px;
}

.jt-container .toggle input:checked + .slider {
    background-color: var(--color-primary) !important;
}

body > div.jt-container.jt-body-container.complianceonboarding-candidateactionpage > div.container-fluid.d-flex.w-100.h-100.p-0.mx-auto.flex-column > div.container-fluid > main > div > div > div.col-lg-5 > div > p:nth-child(10) > span > span > span > img {
    width: 100% !important;
}

@media (max-width: 1400px) and (min-width: 992px) {
    .jt-container .logoShawTrust {
        margin-left: auto;
        margin-top: 8%;
    }
}

@media (max-width: 990px) {
    #lnkFooterLogo > img.register__image.register__image--margin {
        max-width: 150px;
        margin-top: 250px;
    }
}

#divImageUpload .plupload_droptext.drag-drop-text {
    color: #474747;
    font-size: 13px;
    font-family: var(--body-font);
    margin-top: 8px;
}

#divImageUpload .plupload_cell.plupload_file_name {
    color: var(--color-grey-dark);
    font-size: 16px;
    font-family: var(--body-font);
    padding: 6px;
}

#divImageUpload .ui-button .ui-button-text {
    color: var(--color-grey-dark) !important;
    font-weight: 700;
    font-size: 16px;
    font-family: var(--body-font);
    padding: 0px;
    line-height: 24px;
}

#divImageUpload .plupload_cell.plupload_file_name:hover {
    background-color: #0081a1;
    color: var(--color-white) !important;
}

#divImageUpload .plupload_cell.plupload_file_name #uploader_buttons span:hover {
    background-color: #0081a1;
    color: var(--color-white) !important;
}

#divImageUpload .plupload_cell.plupload_file_name #uploader_buttons:hover {
    background-color: #0081a1;
    color: var(--color-white) !important;
}

.jt-container .register__image {
    width: 200px;
}

.jt-container .container .reset-password-confirmation {
    height: 500px !important;
}

@media (min-width: 993px) {
    .jt-container .bottom-include.footer__list li {
        text-align: start;
    }
}

#close {
    margin-bottom: 10px;
}

#body-content > div > div > div.col-md-12 > div:nth-child(1) {
    display: none;
}

.jt-container .logoShawTrust img {
    max-width: 130px;
    max-height: 100px;
}

@media (max-width: 768px) {
    .jt-container .register__image {
        align-self: center;
        width: 150px !important;
    }
}


/* Mobile-specific adjustments */
@media (max-width: 576px) {
    .footer__list.flex-column {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .footer__list li {
        margin: 5px 10px;
        flex: 0 0 auto;
    }

    .jt-container .bottom-include.footer__list {
        display: -webkit-inline-box !important;
    }

    .jt-container .footer {
        border-top: none;
    }

    .jt-container .sign_in_detail {
        margin-top: 0px;
    }

    body {
        margin-bottom: 70vh !important; /* 20% of the viewport height */
    }

    .jt-container .footer__brand img {
        max-height: none !important;
    }

    .logoShawTrust {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        padding: 15px 10px;
    }

        .logoShawTrust img {
            max-width: 100px;
            height: auto;
            object-fit: contain;
        }

        .logoShawTrust img {
            flex: 1 1 45%; /* two logos per row */
            max-width: 80px;
        }

}
