/* class.css */
.sm
{
	margin-left: 10px;
	color: #111;
}

.sm:hover
{
	color: #555;
}


.text_foot {
    height: 15px;
	background-color: transparent;
	margin-top: 8px;
    color: #000;
	font-size:12px;
}

.header-content-profile {
    display: flex;
    justify-content: left;
    align-items: left; 
	width: calc(100% - 25px);
}

.form-group {
	width: 500px;
	
}