/* Updated 7-21-25 */

td#ContentPane {
    padding-left: 20px;
}

h1 {
    padding-left: 0px;
    margin-bottom: 20px;
    padding-left: 0px;
}

.col-form-label {
    padding-left: 0px !important;
}

.form-group {
    margin-bottom: 2rem;
}

.help-block {
    display: none;
}

br {
    display: none;
}

input#ForgotPwdControl_ForgotPasswordGoButton {
    background-color: #cf102d !important;
    border-color: #cf102d !important;
}

    input#ForgotPwdControl_ForgotPasswordGoButton:hover {
        background-color: #cf102d !important;
        border-color: #cf102d !important;
    }

button#ForgotPwdControl_ForgotPasswordGoButtonCancel:hover {
    background-color: #001629 !important;
    border-color: #001629 !important;
}





@media (max-width: 992px) {
    .col-lg-8.col-sm-12.mt-2 {
        padding-left: 0px;
    }
}
