.p-0 {
    padding: 0 !important;
}

.pass-valid {
    color: var(--portal-theam-color);
}

.reset-password-box {
    font-family: sans-serif;
}

.reset-password-box div.form-group {
    height: auto !important;
    margin-bottom: 15px !important;
}

.reset-password-box input[type=text],
.reset-password-box input[type=password],
.reset-password-box input:focus {
    outline: 0 !important;
    border-width: 0 0 1px !important;
    width: 100% !important;
    font-weight: 400;
    box-shadow: 0 0 0 !important;
}

.reset-password-box .pass-input-group {
    position: relative;
}

.reset-password-box .pass-input-group i {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: end;
    cursor: pointer;
}

.reset-password-box p.help-block {
    font-size: 15px;
}

.reset-password-box .change-pass-instruction-box {
    margin-top: 10px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.reset-password-box .change-pass-instructions {
    text-align: left;
    padding: 12px 0px 0px 0px;
    font-size: 15px;
    line-height: 25px;
    list-style-type: none;
}

.reset-password-box .change-pass-instructions li::before {
    content: "";
    margin-right: 10px;
    background-color: #e0e0e0;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.reset-password-box .change-pass-instructions li.pass-valid::before {
    content: '\2714'; /* Check mark for valid rules */
    color: #ffffff;
    background-color: var(--portal-theam-color);
    line-height: normal;
    font-size: 12px;
}

.reset-password-box .reset-submit-btn {
    margin-top: 25px !important;
    margin-bottom: 20px !important;
    clear: both;
    border-radius: 22px;
    min-width: 100%;
    font-weight: 400;
    text-transform: capitalize;
}
