
/* ==================
 *  CAPTCHA ELEMENTS
 * ================== */
#captchaInput {
	color: #3a3a3a;
    background-color: #f5f5f5;
    font-family: 'Rubik', sans-serif; 
    line-height: 1.43;
    min-height: 1.78em;
	font-size: 2em;
    font-weight: normal;
    width: 2.5em;
	margin-right: .5em;
	border: 1px solid #e8e8e8;
	box-shadow: none;
	border-radius: 4px !important;
	text-align: center;	
}
#captchaText{
	font-size: 1.5em;
	background-color: #FFFFFF;    
    height: 100%;   
	float: none;    
    line-height: 1.0;
	font-family: 'Rubik', sans-serif; 
}
#my-form .error {color: #ff0000;}