.content-site {
    padding: 90px 20px;
}
.form-change-password {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 500px;
}

.forget-password-page {
    margin: 150px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.forget-password-page .element {
    width: 70%;
}
.main-content-profile .page-1 .items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* main-content-profile */
.main-content-profile .page-1 .items .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fbfbff;
    padding: 10px 20px;
    border-radius: 14px;
}
.main-content-profile .page-1 .items .item button {
    background: #667aeb;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
}
.main-content-profile .page-1 .items .item h6 {
    display: flex;
    gap: 24px;
    align-items: center;
    width: 300px;
    justify-content: space-between;
}
.main-content-profile .page-1 .items .remove-account {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
    border: 1px solid #f3f3f3;
    padding: 17px;
    border-radius: 13px;
}

.search-app {
    margin-top: 80px;
    background-color: #0d6efd;
    padding: 40px 20px;
    color: #fff;
}

.search-app .app {
    position: relative;
}
.search-app .app i {
      position: absolute;
    right: 16px;
    top: 39%;
    color: #555;
}
.search-app .app input {
    padding: 10px 45px;
}
.search-app .app button {
    position: absolute;
    left: 0;
    top: 19px;
    left: 25px;
    width: 10%;
}

.main-title{
        color: #2a2d2e;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    background-color: #e8f6ff;
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
}
.page-person{
    background: #fbfbfb;
}
.page-person .content .side-content .member-prim .content-member .box{
    background-color: #ffffff;
        gap: 14px;
    align-items: center;
    padding: 40px 10px;
}
