.auth-form-wrap {
	background: linear-gradient(123.32deg, var(--up_form_gradient_start, #f76808) 7.16%, var(--up_form_gradient_end, #ffb224) 99.6%);
	padding: 20px 24px;
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
	color: var(--up_text_color, #fff);
	max-width: 915px;
	position: relative;
	margin: 20px auto;
}
@media(min-width: 720px){
	.auth-form-wrap {
		overflow: visible;
	}
}

.auth-form-wrap .auth-form__inner {
	position: relative;
	z-index: 5;
}

@media (min-width: 720px) {
	.auth-form-wrap .auth-form__inner {
		width: 60%;
	}
}

.auth-form-wrap .auth-form-wrap__vip-tag {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: var(--up_tag_background, #ffb224);
	color: var(--up_tag_text_color, #1a1523);
	font-size: 12px;
	font-weight: 700;
	padding: 4px 8px;
	border-radius: 20px;
	margin-bottom: 16px;
}

.auth-form-wrap .auth-form-wrap__vip-tag .crown {
	width: 13px;
	height: 13px;
	color: var(--up_crown_color, currentColor);
}

.auth-form-wrap .auth-form-wrap__title {
	color: var(--up_text_color, #fff);
	font-size: 32px;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 12px;
}

.auth-form-wrap .auth-form-wrap__title strong {
	display: block;
	font-weight: 800;
	color: var(--up_text_strong_color, #282828);
}

.auth-form-wrap .auth-form-wrap__description {
	color: var(--up_text_color, #fff);
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 24px;
}

.auth-form-wrap .auth-form-wrap__social {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 14px;
}

 @media (min-width: 915px){
	.auth-form-wrap .auth-form-wrap__social{
		flex-direction: row;
	}

}

.auth-form-wrap .auth-form-wrap__social-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	height: 48px;
	border-radius: 4px;
	border: none;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	color: var(--up_button_primary_color, #1a1523);
	background: var(--up_button_primary_background, #ffb224);
	cursor: pointer;
}

.auth-form-wrap .auth-form-wrap__social-btn .facebook {
	width: 24px;
	height: 24px;
	color: var(--up_facebook_color, currentColor);
}

.auth-form-wrap .auth-form-wrap__social-btn .google {
	width: 24px;
	height: 24px;
	color: var(--up_google_color, currentColor);
}

.auth-form-wrap .auth-form-wrap__social-btn--alter {
	background: var(--up_button_alternate_background, #313538);
	color: var(--up_button_alternate_color, #ffb224);
}

.auth-form-wrap .auth-form-wrap__email-link {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 6px;
	color: var(--up_text_color_alternate, #282828);
	font-size: 12px;
	text-decoration: underline;
}
.auth-form-wrap .auth-form-wrap__email-link svg{
	order: 1;
}
@media (min-width: 720px) {
	.auth-form-wrap .auth-form-wrap__email-link {
		justify-content: flex-start;
	}
}

.auth-form-wrap .auth-form-wrap__email-link .mail {
	width: 16px;
	height: 16px;
	color: var(--up_mail_color, currentColor);
}

.auth-form-wrap .auth-form--register form {
	display: block;
}

@media (min-width: 720px) {
	.auth-form-wrap .wcp-auth-form.auth-form--register.active {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
		gap: 8px;
	}
}

.auth-form-wrap .auth-form {
	width: 100%;
	margin-top: 10px;
	color: var(--up_text_color, #fff);
}

.auth-form-wrap .auth-form__error {
	background: #c62828;
	color: #fff;
	padding: 10px 16px;
	border-radius: 4px;
	margin-bottom: 15px;
	font-size: 14px;
	text-align: center;
	width: 100%;
	max-width: 375px;
}

.auth-form-wrap .auth-form__success {
	background: #e8f5e9;
	color: #2e7d32;
	padding: 10px;
	border-radius: 4px;
	margin-bottom: 15px;
	font-size: 14px;
	text-align: center;
}

.auth-form-wrap .auth-form__field {
	margin-bottom: 8px;
	text-align: left;
}

@media (min-width: 720px) {
	.auth-form-wrap .auth-form--register .auth-form__field {
		max-width: 184px;
		width: 50%;
	}
}

.auth-form-wrap .auth-form__field label {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 500;
	color: var(--up_label_color, rgba(255, 255, 255, 0.5882352941));
}

.auth-form-wrap .auth-form__field input {
	width: 100%;
	padding: 12px 16px;
	background-color: var(--up_input_background, #2e2e32);
	border: 1px solid #6F6E77;
	border-radius: 4px;
	font-size: 16px;
	color: var(--up_input_color, rgba(255, 255, 255, 0.3882352941));
}

.auth-form-wrap .auth-form__field input:focus {
	outline: none;
}

.auth-form-wrap .auth-form__label-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
}

.auth-form-wrap .auth-form__label-row label {
	margin-bottom: 0;
}

.auth-form-wrap .auth-form__forgot-link {
	font-size: 12px;
	color: var(--up_text_color_alternate, #282828);
	text-decoration: none;
	display: block;
	margin-top: 4px;
}

.auth-form-wrap .auth-form__forgot-link:hover {
	text-decoration: underline;
}

.auth-form-wrap .auth-form__switch {
	margin-top: 15px;
	font-size: 14px;
	text-align: center;
}

@media(min-width: 720px){
	.auth-form-wrap .auth-form__switch{
		width: 100%;
	}
}

.auth-form-wrap .auth-form__switch-row {
	margin-bottom: 5px;
}

.auth-form-wrap .auth-form__switch a {
	color: var(--up_text_color_alternate, #282828);
	font-weight: 400;
	font-size: 12px;
	text-decoration: underline;

}



.auth-form-wrap .welcome__terms {
	margin-top: 15px;
	font-size: 12px;
	color: var(--up_text_color, #fff);
}

@media (min-width: 720px) {
	.auth-form-wrap .welcome__terms {
		margin-top: 0;
	}
}

.auth-form-wrap .welcome__terms-label {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	cursor: pointer;
	position: relative;
}

.auth-form-wrap .welcome__terms .welcome__terms-checkbox-real {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.auth-form-wrap .welcome__terms .welcome__terms-checkbox-real:checked ~ .welcome__terms-checkbox-custom {
	background-color: var(--up_button_alternate_background, #313538);
	border-color: var(--up_button_alternate_background, #313538);
}

.auth-form-wrap .welcome__terms .welcome__terms-checkbox-real:checked ~ .welcome__terms-checkbox-custom::after {
	display: block;
}

.auth-form-wrap .welcome__terms .welcome__terms-checkbox-custom {
	position: relative;
	height: 20px;
	width: 20px;
	background-color: transparent;
	border: 1px solid var(--up_label_color, rgba(255, 255, 255, 0.5882352941));
	border-radius: 2px;
	flex-shrink: 0;
	margin-top: -2px;
	transition: all 0.2s ease;
}

.auth-form-wrap .welcome__terms .welcome__terms-checkbox-custom.invalid {
	border-color: #c62828 !important;
}

.auth-form-wrap .welcome__terms .welcome__terms-checkbox-custom::after {
	content: "";
	position: absolute;
	display: none;
	left: 6px;
	top: 1px;
	width: 6px;
	height: 11px;
	border: solid var(--up_button_alternate_color, #ffb224);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.auth-form-wrap .welcome__terms .welcome__terms-text {
	line-height: 1.4;
}

.auth-form-wrap .welcome__terms a {
	text-decoration: underline;
	color: inherit;
}

.auth-form-wrap .welcome__terms a:hover {
	text-decoration: none;
}

.auth-form-wrap .btn {
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
	border: none;
}

@media (min-width: 720px) {
	.auth-form-wrap .auth-form--register button[type="submit"] {
		width: 50%;
		max-width: 184px;
		margin-top: 0;
		margin-bottom: 8px;
	}
}

.auth-form-wrap .btn__wide {
	width: 100%;
}

.auth-form-wrap .btn__primary {
	background-color: var(--up_button_primary_background, #ffb224) !important;
	color: var(--up_button_primary_color, #1a1523) !important;
}

.auth-form-wrap .flex {
	display: flex;
}

.auth-form-wrap .flex.space-between {
	justify-content: space-between;
}

.auth-form-wrap .wcp-auth-form {
	display: none;
}
.auth-form-wrap form{
	max-width: 380px;
}

.auth-form-wrap .wcp-auth-form.active {
	display: block;
}

.auth-form-wrap .auth-form__promo {
	height: 240px;
	width: 100%;
	position: relative;
}

@media (min-width: 720px) {
	.auth-form-wrap .auth-form__promo {
		bottom: 0;
		right: 0;
		position: absolute;
		width: 50%;
		height: 340px;
	}
}

.auth-form-wrap.is-visible .auth-form__promo-image {
	animation: promoImageAppear 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.auth-form-wrap .auth-form__promo-image {
	position: absolute;
	opacity: 0;
}

.auth-form-wrap .auth-form__promo-image.coin1 {
	max-width: 58px;
	left: 46px;
	top: 26px;
	z-index: 2;
	--move-x: -10px;
	--move-y: -10px;
}

.auth-form-wrap .auth-form__promo-image.coin2 {
	max-width: 69px;
	left: 10px;
	top: 70%;
	z-index: 4;
	--move-x: -5px;
	--move-y: -5px;
}

.auth-form-wrap .auth-form__promo-image.coin3 {
	max-width: 50px;

	left: 77px;
	top: 65%;
	z-index: 1;
	--move-x: -10px;
	--move-y: -10px;
}

.auth-form-wrap .auth-form__promo-image.banner {
	max-width: 280px;
	left: 15px;
	top: 55px;
	z-index: 3;
	--move-x: 0px;
	--move-y: -5px;
}

.auth-form-wrap .auth-form__promo-image.gift {
	max-width: 170px;
	top: -26px;
	right: 11px;
	z-index: 2;
	--move-x: 10px;
	--move-y: -10px;
}

.auth-form-wrap .auth-form__promo-image.chest {
	max-width: 228px;
	bottom: -65px;
	right: 30px;
	z-index: 2;
}

@media (min-width: 720px) {
	.auth-form-wrap .auth-form__promo-image.chest {
		bottom: 0;
	}
}

@keyframes promoImageAppear {
	from {
		transform: translate(0, 0);
		opacity: 0;
	}
	to {
		transform: translate(var(--move-x), var(--move-y));
		opacity: 1;
	}
}

