.mb-3 {
	margin-bottom: 20px;
}

.mb-3 .form-label {
	font-size: 120%;
    border-bottom: 4px solid #66CC00;
    margin: 0px;
    margin-bottom: 15px;
}

.text-muted.small {
	color: red;
}

.text-muted.small::before {
	content: "*";
}

.captcha .form-label {
	font-size: 80%;
	font-weight: normal;
}
.ccm-captcha-image {
	margin-bottom: 10px;
}

.form-actions {
	text-align: center;
}

.form-group.captcha {
	margin-top: 20px;
}

#ccm-captcha-code {
	width: 30%;
}