.change-password-input {
    background: #F2F2F2;
    border-radius: 8px;
    padding: 16px;
    border: none;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
}
#old-password {
    position: absolute;
    top: 35%;
    right: 2.5%;
    font-size: 18px;
}

#old-password:hover {
    cursor: pointer;
}

.btn-custom-change-password{
    align-items: center;
    padding: 16px 42px;
    gap: 10px;
    border-radius: 0px;
    font-size: 14px;
    color: #878787;
    background: #ECECEC;
}

#new-password {
    position: absolute;
    top: 35%;
    right: 2.5%;
    font-size: 18px;
}

#new-password:hover {
    cursor: pointer;
}

.pass-wrapper {
    position: relative;
    display: flex;
    margin-bottom: 14px;
}