.wss-captcha-wrap {
	margin-top: 16px !important;
	padding: 12px;
	background: #f6f7f7;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
}

.wss-captcha-wrap label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
}

.wss-captcha-wrap .input {
	width: 100%;
	max-width: 120px;
}

.wss-captcha-code {
	display: inline-block;
	padding: 4px 10px;
	background: #1d2327;
	color: #fff;
	letter-spacing: 4px;
	font-family: monospace;
	border-radius: 3px;
	user-select: none;
}
