.captcha {
margin-top:20px;
display: flex;
flex-direction: column;
align-items: baseline;
}

.captcha h3 {
	font-size: 1.2em
}

.color-red{
	color: #f00!important;
}