@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900|Open+Sans:300,400|Oswald:400,700');


/**************/

.text-center{
text-align: center;
margin-bottom: 20px;
}

.profile-images-card{
	margin: auto;
	display: table;
	background: #fff;
	padding: -1px 50px;
	
	margin-top: -20px;
	
}

.profile-images{
	width: 150px;
	height: 150px;
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
}

.profile-images-2{
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
}

.profile-images img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.profile-images-2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.custom-file input[type='file']{
	display: none
}

.custom-file label{
	cursor: pointer;
	color: #000;
	text-align: center;
	display: table;
	margin: auto;
	margin-top: 15px;
}
