
/* Used for Custom CSS for form turner */


.warning-label{
	background-color: red ;
	color: white;
	border-radius: 5px;
	display: inline-flex;
}
.success-label{
	background-color: #13c200 ;
	color: white;
	border-radius: 5px;
	display: inline-flex;
}
.info-icon{
	color: white;
	font-size: 1.3rem;
	align-self: center;
	margin-right: 10px;
}