body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	color: #535353;
	line-height: 30px;
}

.main {
	width: 100%;
	margin: 0 auto;
}

.title {
	width: 100%;
	min-height: 60px;
	text-align: center;
}

.footer{
	font-family: Helvetica, Arial, sans-serif;
	width: 100%;
	float: left;
	text-align: center;
	font-size: 13px;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #00a2df;
}

.footer a {
	color: #00a2df;
}

.challenge-logo {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.challenge-logo-responsive {
	max-width: 100%;
	height: auto;
}

.challenge-main {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 20px;
	color: #415b6a;
	padding-top: 30px;
	line-height: 35px;
}

.challenge-host {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.challenge-msg {
	width: 100%;
	float: left;
	text-align: center;
	color: #415b6a;
	font-size: 15px;
	padding-top: 30px;
}

/* ImageCaptcha */

.captcha-img {
	border-radius: 4px 4px 0 0;
	margin-bottom: -10px;
}

.captcha-form {
	width: 170px;
	height: 30px;
	border: 0 none #fff;
	color: #6a7d7d;
	background-color: #ffffff;
	padding: 5px 5px 5px 35px;
	text-transform: uppercase;
	letter-spacing: 30px;
	outline: none;
	margin-bottom: 5px;
}

.captcha-box {
	width: 210px;
	border: 1px solid #dddddd;
	margin-right: auto;
	margin-left: auto;
	border-radius: 4px;
	transition: all 0.15s ease-in-out;
}

.captcha-box:hover {
	box-shadow: 0 0 3px #dddddd;
}

.captcha-timer {
	margin-top: 15px;
}

.form-submit {
	width: 210px;
	display: inline-block;
	padding: 0 30px;
	border: 1px solid transparent;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 13px;
	line-height: 35px;
	height: 40px;
	cursor: pointer;
	outline: none;
	transition: all 0.15s ease-in-out;
	box-sizing: border-box;
	background-color: #00a2df;
}

.form-submit:hover, .form-submit:focus {
	background-color: #00c2df;
	border-color: #00c2df;
}

/* ImageCaptcha */

/* ClickVeify */

.form-button {
	width: 210px;
	display: inline-block;
	padding: 0 30px;
	border: 1px solid transparent;
	outline: 0;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 13px;
	line-height: 35px;
	height: 40px;
	cursor: pointer;
	outline: none;
	transition: all 0.15s ease-in-out;
	box-sizing: border-box;
	background-color: #00a2df;
	position: relative;
	transition: padding-left .3s ease-out;
}

.form-button.loading {
	background-color: #00c2df;
	padding-left: 40px;
}

.form-button.loading:after {
	content: "";
	position: absolute;
	border-radius: 100%;
	left: 6px;
	top: 50%;
	width: 0px;
	height: 0px;
	margin-top: -2px;
	border: 2px solid rgba(255,255,255,0.5);
	border-left-color: #fff;
	border-top-color: #fff;
	animation: spin .6s infinite linear, grow .3s forwards ease-out;
}

@keyframes spin { 
	to {
		transform: rotate(359deg);
	}
}

@keyframes grow { 
	to {
		width: 14px;
		height: 14px;
		margin-top: -8px;
		left: 13px;
	}
}

#clickok {
	display: none;
}

#clicknok {
	display: none;
	color: #fb6a6a;
	font-size: 35px;
}

.checkmark__circle {
	stroke-dasharray: 166;
	stroke-dashoffset: 166;
	stroke-width: 2;
	stroke-miterlimit: 10;
	stroke: #0de090;
	fill: none;
	animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: block;
	stroke-width: 2;
	stroke: #fff;
	stroke-miterlimit: 10;
	margin: auto auto;
	box-shadow: inset 0px 0px 0px #7ac142;
	animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
	transform-origin: 50% 50%;
	stroke-dasharray: 48;
	stroke-dashoffset: 48;
	animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes scale {
	0%, 100% {
		transform: none;
	}
	50% {
		transform: scale3d(1.1, 1.1, 1);
	}
}

@keyframes fill {
	100% {
		box-shadow: inset 0px 0px 0px 30px #0de090;
	}
}

/* ClickVeify */

/* SliderCaptcha */

.block {
	position: absolute;
	left: 0;
	top: 0;
}

.card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-body {
	flex: 1 1 auto;
	padding: 1.25rem;
}

.sliderContainer {
	position: relative;
	text-align: right;
	line-height: 40px;
	padding-right: 15px;
	background: #f7f9fa;
	color: #45494c;
	border-radius: 2px;
}

.sliderbg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-color: #f7f9fa;
	height: 40px;
	border-radius: 2px;
	border: 1px solid #e6e8eb;
}

.sliderContainer_active .slider {
	top: -1px;
	border: 1px solid #00a2df;
}

.sliderContainer_active .sliderMask {
	border-width: 1px 0 1px 1px;
}

.sliderContainer_success .slider {
	top: -1px;
	border: 1px solid #52ccba;
	background-color: #52ccba !important;
}

.sliderContainer_success .sliderMask {
	border: 1px solid #52ccba;
	background-color: #d2f4ef;
}

.sliderContainer_success .sliderIcon:before {
	content: "OK";
}

.sliderContainer_fail .slider {
	top: -1px;
	border: 1px solid #f57a7a;
	background-color: #f57a7a !important;
}

.sliderContainer_fail .sliderMask {
	background-color: #fce1e1;
	border-width: 1px 0 1px 1px;
}

.sliderContainer_fail .sliderIcon:before {
	content: "OOPS!";
}

.sliderContainer_active .sliderText, .sliderContainer_success .sliderText, .sliderContainer_fail .sliderText {
	display: none;
}

.sliderMask {
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	border: 0 solid #00a2df;
	background: #d1e9fe;
	border-radius: 2px;
}

.slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 40px;
	background: #fff;
	box-shadow: 0 0 5px #cdcdcd;
	cursor: pointer;
	transition: background .2s linear;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: blinkMe 1s linear infinite;
}

@keyframes blinkMe {
	0% {
		opacity: 0.1;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.1;
	}
}

.slider:hover {
	background: #00a2df;
}

.slider:hover .sliderIcon {
	background-position: 0 -13px;
}

.sliderText {
	position: relative;
}

.sliderIcon {
}

.refreshIcon {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	margin: 6px;
	color: rgba(0, 0, 0, .25);
	font-size: 2rem;
	z-index: 5;
	transition: color .3s linear;
}

.refreshIcon:hover {
	color: #6c757d;
}

.refreshIcon:hover {
	color: #6c757d;
}

.slidercaptcha {
	width: 314px;
	height: 286px;
	border-radius: 4px;
	box-shadow: 0 0 5px #cdcdcd;
	margin: 25px auto 0;
}

.slidercaptcha .card-body {
	padding: 1rem;
}

.slidercaptcha canvas:first-child {
	border-radius: 4px;
	border: 1px solid #e6e8eb;
}

.slidercaptcha.card .card-header {
	background-image: none;
	background-color: rgba(0, 0, 0, 0.03);
	text-align: left;
	text-transform: capitalize;
}

.refreshIcon {
	top: -65px;
}

.refreshIcon:before {
	content: "\27F3";
}

.arrowRight:before {
	content: "\279C";
}

/* SliderCaptcha */

/* Auto JS */

#movingBallG {
	position: relative;
	width: 256px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
}

.movingBallLineG {
	position: absolute;
	left: 0;
	top: 8px;
	height: 4px;
	width: 256px;
	background-color: #ffffff;
}

.movingBallG {
	background-color: #349dff;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	animation-name: bounce_movingBallG;
	animation-duration: 1.7s;
	animation-iteration-count: infinite;
	animation-direction: normal;
}

@keyframes bounce_movingBallG {
	0% {
		left: 0;
	}
	50% {
		left: 236px;
	}
	100% {
		left: 0;
	}
}

/* Auto JS */