.resbox {
	display: flex;
	flex-flow: column wrap;
	max-width: 25em;
	margin: 1em auto;
	padding: 1em;
	font-size: 1.25em;
}

.resbox h1 {
	margin-bottom: 0.75em;	
}

.resbox .normalicy {
	display: block;
	font-size: 0.8em;
}

.resbox input {
	font-size: 2em;
	max-width: 100%;
	
	margin-top: 0.25em;
}

.resbox > * {
	position: relative;
	
	text-align: center;
}

.resbox sub {
	font-size: 0.85em;
	font-style: italic;

}

#boxCaptcha {
	margin: 1em auto !important;
}

#boxCaptcha .g-recaptcha > * {
	position: relative;
	margin: auto;
}

#boxCaptcha .errCaptcha {
	display: none;
	color: #d35a88;
	
	font-size: 1em;
	line-height: 0.9em;
	
	font-family: "arial black";
	font-weight: bold;

	letter-spacing: 1px;
	
	margin-top: 0.5em;
}

.resbox button {
	font-weight: bold;
	
	min-height: 2.5em;
	font-size: 2em;
}

.resbox .errorbox {
	display: none;
	
	margin: auto;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	
	border-top: none;
	
	width: 93%;
}

/* -------------------- */


/* -------------------- */

.resSuccess {
	display: none;
}