body{
    background-size: cover;
    background-color: #18191a !important;
    
    
}
.Personal_Attributes{
    /* background-image: url(../images/anothergray.jpeg); */
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    margin-bottom:50px;
    
    
    
}
.info_item_header
{
    text-align: center;
}
.into_item_list
{
    text-align: left;
    
}
.my_label
{
    float:right;
}
.info_item_footer
{
    text-align: right;
    font-weight: bolder;
}
.personal_info
{
    width:20rem;
    background:inherit;
    border:outset 5px white;
    
    
}

.personal_info_header
{
    font-weight: bold;
    
}
.personal_item
{
    background:inherit;
}
.change_password
{
    color:beige;
}

/* .User_Profile_List
{
    list-style-type: none;
    padding:20px;
    margin:20px;
}

.User_Profile_Attributes
{
    margin-bottom:20px;
} */