#image{
	box-shadow: 3px 3px 3px 3px gray;
	width: 120px;;
	padding: 10px;
	font-weight: 400;
	padding-bottom: 0px;
	height: 65px;
	user-select: none;
	text-decoration:line-through;
	font-style: italic;
	font-size: x-large;
	border:#4F90F5 2px solid;
	margin-left: 10px;
	background:#DADADA;
}
#user-input{
	box-shadow: 3px 3px 3px 3px gray;
	width:auto;
	margin-right: 20px;
	padding: 10px;
	padding-bottom: 0px;
	height: 65px;
	border: red 0px solid;
	margin-top:0px !important;
}
.captchaa{
	margin:15px 0px;
	padding:20px;
	background:#F9F9F9;
	border:1px solid #CED4DA;
	border-radius:5px;
}
.inline{
	display:inline-block;
}
.captchaa-input{
	height:45px;
	width:200px;
	color:#666;
	font-size:50px !important;
}
#user-input input[type="text"]{font-size:20px !important;}