#captcha-image {
	text-align: center;
	padding: 0;
	width: 100%;
	font-weight: 400;
	
	border: 1px solid #dee2e6;
	border-radius: 0.375rem;
	text-decoration:line-through;
	font-style: italic;
	font-size: x-large;

	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.captcha-refresh {
	width: 40px;
	cursor: pointer;
	filter: brightness(0) saturate(100%) invert(68%) sepia(35%) saturate(679%) hue-rotate(5deg) brightness(88%) contrast(98%);
}
