/*Security Image*/
.imgcircle {
	width:90%; 
	padding : 10px; 
}

.box-selected > img{
	
	padding: 5px;  
	border-style: double;
	border-width: 8px;
	border-radius: 10px;
	border-color:rgb(18,9,130);
	box-shadow: rgba(205,211,248) 0px 4px 12px;
}

/*Confirm ID*/
.left-img-card {
  flex-direction: row;
}

.center-screen {
  display: flex;
  justify-content: center;
  align-items: center; 
  min-height: 100vh;
}
.center-screen-attend {
	 position: fixed; 
	 top: 50%; 
	 left: 50%; 
	 transform: translate(-50%, -50%);
}
.btn-confirm {
	border-radius:20%; 
	border-color: white;
	width: 25%;
}


@font-face {
	font-family: 'Conv_MLSJN';
	src: url('fonts/MLSJN.eot');
	src: local('☺'), url('fonts/MLSJN.woff') format('woff'), url('fonts/MLSJN.ttf') format('truetype'), url('fonts/MLSJN.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



 
 