.card.card-white {
    background-color: #fff;
}

.form-panel {
	width: 100%;
	display: none;
}

.form-panel.active {
	display: block;
}

#submit {
	height: 2.4375rem;
	min-width: 8rem;
}

#submit .loading-animate {
	z-index: 10;
}

#submit .loading-animate .dot {
	background-color: #fff;
}

#submit.btn-blue:disabled::after,
#submit.btn-blue:disabled:hover:after {
	background-color: #7f51ff;
}

.captcha,
.captcha * {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.captcha {
	width: 20rem;
	height: 2.4375rem;
	display: inline-block;
	float: none;
	position: relative;
}

#captcha-input {
	height: 2.4375rem;
	font-weight: 700;
	letter-spacing: 0.5rem;
	font-size: 1rem;
	line-height: 1rem;
	text-align: center;
	display: block;
	float: left;
	position: relative;
	z-index: 1;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.captcha-image {
	width: 8.125rem;
	height: 2.4375rem;
	font-size: 0;
	display: block;
	float: left;
	position: relative;
}

.captcha-image .captcha-image-tip {
	width: 8.125rem;
	height: 2.4375rem;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 0.875rem;
	line-height: 0.875rem;
	color: #1833e3;
    background-color: #e0e8ff;
	display: block;
	position: absolute;
	z-index: 15;
	cursor: pointer;
}

.captcha-image .captcha-image-tip span {
	width: 8.125rem;
	height: 2.4375rem;
	display: table-cell;
	vertical-align: middle;
}

.captcha-image-tip:hover {
	background-color: #eef2ff;
}

.captcha-image .captcha-image-tip.hidden {
	display: none;
}

.captcha-image .captcha-loading {
	width: 8.125rem;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f5f7fc;
	display: block;
	position: absolute;
	z-index: 10;
}

.captcha-image .captcha-loading.hidden {
	display: none;
}

.captcha-image .captcha-progress {
	width: 0;
	height: 10%;
	bottom: 0;
	left: 0;
	background-color: #006be6;
	display: block;
	position: absolute;
	z-index: 30;
	-webkit-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-ms-transition: all 0s linear;
	-o-transition: all 0s linear;
	transition: all 0s linear;
}

.captcha-image .captcha-progress.hidden {
	display: none;
}

.captcha-image .ci-tip-b {
	width: 100%;
	top: 100%;
	left: 0;
	padding: 0.25rem;
	font-size: 0.75rem;
	color: #adadad;
	background-color: #f5f7fc;
	opacity: 0;
	text-align: center;
	display: block;
	position: absolute;
}

.captcha-image:hover .ci-tip-b {
	opacity: 1;
}

.captcha-image .ci-tip-b.hidden {
	display: none;
}

#captcha-image {
	width: 8.125rem;
	height: auto;
	cursor: pointer;
}

.captcha-input-wrap {
	width: 11rem;
	position: relative;
}

.screen-s .form-line,
.screen-x .form-line {
	margin-top: 0.5rem;
}

.screen-s .form-label,
.screen-x .form-label {
	font-size: 0.75rem;
	padding: 0.25rem 1rem;
}

.screen-s .captcha,
.screen-x .captcha {
	width: 100%;
}

.screen-s .captcha-input-wrap,
.screen-x .captcha-input-wrap {
	width: 100%;
	padding-right: 8.125rem;
}

.screen-s .captcha-image,
.screen-x .captcha-image {
	top: 0;
	right: 0;
	position: absolute;
}

.screen-s .captcha-image .ci-tip-b,
.screen-x .captcha-image .ci-tip-b {
	opacity: 1;
	background-color: transparent;
}

.screen-s #submit,
.screen-x #submit {
	min-width: auto;
	width: 100%;
	margin-top: 2rem;
}