.change_text_color {
    color: var(--isx-color1) !important;
}
.card{
    background-color:#FCFCFC;
}
.card-header {
    background: #FCFCFC;
    color: #333333;
    border-radius: 15px 15px 0 0 !important;
    text-align: center;
    padding: 2rem;
    border-bottom: 1px solid #e9ecef;
}
.change_btn {
    background-color: var(--isx-color1) !important;
    color: #FCFCFC;
}
.change_btn:hover {
    background-color: var(--isx-color6) !important;
    color: #FCFCFC;
}
.password-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    width: 24px;
    height: 24px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}
.password-toggle:hover {
    opacity: 1;
}
.password-field {
    position: relative;
}
.strength-meter {
    height: 4px;
    border-radius: 2px;
    margin-top: 8px;
    transition: all 0.3s ease;
}
.strength-weak { background-color: #dc3545; }
.strength-medium { background-color: #ffc107; }
.strength-strong { background-color: #28a745; }
.eye-icon {
    display: inline-block;
}
.eye-icon.hidden {
    display: none;
}