/*
Custom Styles. Bootstrap Styles are default'
*/
@import url("styles_.css");


/*Update all styles to be Driven by class only*/
#ctl00_ContentPlaceHolder1_pnlLogin > div > p:nth-child(4) > label {
    display: none;
}


#ctl00_ContentPlaceHolder1_pnlPassword > div > div:nth-child(8) {
    display: flex;
    gap: 10px;
    flex-direction: column-reverse;
    max-width: 25rem;
}

#ctl00_ContentPlaceHolder1_btnReset {
    all: unset;
    color: #636666 !important;
    cursor: pointer;
}

    #ctl00_ContentPlaceHolder1_btnReset:hover {
        text-decoration: underline;
        color: #08142c;
    }


    #ctl00_ContentPlaceHolder1_btnReset > i {
        display: none;
    }

#ctl00_ContentPlaceHolder1_pnlLogin > div > p:nth-child(4) > label {
    display: none;
}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder3_divAccessCodeContentPage > div.main__middle__container.primaryBackground {
    display: none;
}


@media (max-width: 494px) {

    .register #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder3_txtNXGAccessCode {
        margin-bottom: 10px;
    }
}
