p.errorlist{
  color:#DC3545;
  margin: 10px 0%;
}

input[type="text"].errorClass, select.errorClass, div.errorClass,input[type="file"].errorClass, input[type="date"].errorClass,input[type="email"].errorClass, textarea.errorClass,input[type="datetime-local"].errorClass,input[type="password"].errorClass{
  border:1px solid #DC3545;
  border-radius: 4px;
}

.utf-connect-profile {
  display: flex;
  justify-content: center;
}

.utf-connect-header {
  margin-bottom: 100px;
  margin-top: 15px;
  height: 80px;
  justify-content: center;
  display: flex;
}

.utf-connect-header .utfl-connect-item{

}

.utf-connect-header .utfl-connect-item .utf-connect-item-img{
  display: flex;
  justify-content: center;
}


@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .utf-connect-header .utfl-connect-item .utf-connect-item-img {
    max-width: 60px;
  }

}
.utf-connect-profile .item-image {
	flex: 0 0 80px;
	height: 80px;
	border-radius: 70px;
	box-shadow: 0 0 10px rgba(0,0,0,0.06);
	padding: 2px;
	margin-right: 20px;
	position: relative;
	top: 0;
	border:3px solid rgba(0, 0, 0, 0.08);
	overflow:hidden;
	display: flex;
	background-color: #fff;
  
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .utf-boxed-list-item-item .item-image {
    max-width: 60px;
  }
}

.utf-boxed-list-item-item .item-image img {
	height: auto;
	align-self: center;
	border-radius:100%;
}

.utf-boxed-list-item-item .item-image img {
	width: 100%;
}



.utf-connect-picture{
  /* position: relative;
  border:1px solid red;
  height: 100px;
  display: flex;
  justify-content: center; */

  flex: 0 0 80px;
	height: 80px;
	border-radius: 70px;
	box-shadow: 0 0 10px rgba(0,0,0,0.06);
	padding: 2px;
	margin-right: 20px;
	position: relative;
	top: 0;
	border:3px solid rgba(0, 0, 0, 0.08);
	overflow:hidden;
	display: flex;
	background-color: #fff;
}

.utf-connect-picture img{
  /* position: relative;
  height: 100%;
  width: 100px;
  margin: 0px;
  border:1px solid blue;
  height: auto;
	align-self: center;
	border-radius:100%; */

  height: auto;
	align-self: center;
	border-radius:100%;
}