.change-password-form-section .change-password-form-block{
    background: #000;
}
.change-password-form-heading{text-align: center;}
.change-password-form-heading {margin-bottom: 30px !important;display: block;}
.change-password-form-section .buttons-container{
    margin-top: 0 !important;
    justify-content: space-between;
}
.change-password-btn {
    border-radius: 30px !important;
    font-size: 16px;
    font-weight: 700;
    width: 200px;
    text-align: center;
    line-height: 1.5;
    margin: 0 !important;
    padding: 12px 30px !important;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(min-width:768px){
    .form-fields-row{gap: 30px !important;}
}
@media(max-width:767px){
    .change-password-form-section .buttons-container{
        justify-content: center;
    }
    .change-password-form-block{    padding: 30px 15px !important;}
}


/* Edit profile */
