.profile-content-custom{
    /* background: #f6faff; */

}

.profile-links-btn-custom:hover{
    /* background: #ecf0f5; */
    background: #f4f4f4;
    text-decoration: underline;
}

.profile-account-title-custom{
    color: var(--bs-primary);
}

.profile-account-submit-btn-custom{
    background-color: var(--bs-primary) !important;
    border-radius: 10px;
}

.profile-account-submit-btn-custom:hover{
    background-color: #368ed6 !important;
}


/*LOG-IN*/
.log-in-btn-custom{
    background-color: var(--bs-primary) !important;
    border-radius: 10px;
}

.log-in-btn-custom:hover{
    background-color: #368ed6 !important;  
}

.log-in-insert-password-custom{
    border-right: 1px solid !important;
    border-radius: 10px 0px 0px 10px;
}
.log-in-insert-password-custom:focus{
    border: 1px solid var(--bs-primary) !important;
}

.log-in-see-password-custom{
    border-radius: 0px 10px 10px 0px;
}


/*END LOG-IN*/