﻿.profile-title-container h1 {
    background: #F4F5F8;
    color: #0F1D3D !important;
    font-size: 32px;
    font-weight: 600;
}

.profile-edit-password-btn {
    margin-top: 36px;
    background: white;
    color: #0F1D3D;
    font-weight: 500;
    font-size: 18px;
    padding: 6px 18px;
    border-radius: 5px;
    border: solid 1px #d1d6db;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    transition: all .2s ease-in;
}

.profile-edit-password-btn:hover {
    transform: scale(1.05);
}

