.tm-captcha-layout {
	background: #e3dbdb;
	padding: 10px;
	border: 2px solid #d7d1d1;
	border-radius: 10px;
}
.tm-captcha-layout input {
	padding: 10px;
	font-size: 22px;
	border-radius: 10px;
	min-width: 200px;
	max-width: 260px;
	display: inline-block;
}
.tm-captcha-layout img {
	display: inline-block;
	margin-right: 25px;
}
.tm-error {
	background: red;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
}
.tm-error img {
	width: 50px;
	margin-right: 24px;
}
.tm-success {
	background: #00cfff;
	padding: 10px;
	border-radius: 169px;
}
.tm-success img {
	border-radius: 250px;
	width: 150px;
	display: inline-block;
}
.tm-success span {
	font-size: 26px;
	padding: 25px;
	font-weight: bold;
	color: #fff;
}