@charset "utf-8";
/* CSS Document */

#checkCode h1 { /*color:#FFF; font-weight:400; font-size:2.7em; padding:0; margin:0;*/ }
#checkCode a { color:#FFF; font-weight:bolder; }
#checkCode a:hover { color:#B3FF99; }
#checkCode p {}
#checkCode p.para1 {}
#checkCode p.para2 { font-weight:300; }
#checkCode .form-content { font-size:1em; }
#checkCode .form-content form {}
#checkCode .form-content fieldset {}
#checkCode .form-content fieldset input[type=text] { border-color:#FFF; font-weight:500; font-size:1.4em; text-align:center; border-radius:5px; }
#checkCode .form-content fieldset.fieldset1 {}
#checkCode .form-content .btn-row { padding-bottom:2em; margin:0; }
#checkCode .form-content .btn-row button { width:100%; float:none; }

#checkCode .form-content fieldset input[type=text],
#checkCode .form-content .btn-row button {}

@media only screen and (max-width: 1000px) {
	#checkCode .form-content form	{ max-width:350px; margin-left:0; }
}
@media only screen and (max-width: 768px) {
	/*
	#checkCode 				{ display:block; }
	#checkCode .txt 			{ width:auto; }
	#checkCode .form-content 	{ width:auto; max-width:250px; padding-bottom:1em; }
	#checkCode h1 			{ font-size:2.2em; }
	#checkCode p 				{ margin:0.5em 0; }
	#checkCode .para1 		{ font-size: calc(1em + 4px) !important; }
	*/
	#checkCode .form-content fieldset input[type=text] 	{ font-size:1.6em; }
	#checkCode .form-content .btn-row button 			{ font-size:1.7em; }
}
@media only screen and (max-width: 450px) {
	#checkCode .form-content 	{ max-width:215px; }
	#checkCode h1 			{ font-size:2em; }
	#checkCode .para1 		{ font-size: calc(1em + 3px) !important; }
	
	#checkCode .form-content fieldset input[type=text] 	{ font-size:1.5em; }
	#checkCode .form-content .btn-row button 				{ font-size:1.6em; }
}
@media only screen and (max-width: 375px) {
	#checkCode .form-content { max-width:180px; }
	#checkCode h1 			{ font-size:1.8em; }
	#checkCode p 			{ margin:0.5em 0; }
	#checkCode .para1 		{ font-size: calc(1em + 2px) !important; }
	#checkCode .para2 br	{ display:none; }
	
	#checkCode .form-content fieldset input[type=text] 	{ font-size:1.4em; }
	#checkCode .form-content .btn-row button 				{ font-size:1.5em; }
}