.pv-edit-profile-main {
    height: calc(100vh - 10rem);
    .card {
        transform: translate(-50%,-50%);
        max-width: 500px;
    }
}