
.banner_2_form .form-label {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	width: 100%;
	margin-bottom: 0;
}

.banner_2_form .form-label i {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner_2_form .form-label i.bi-person:before {
	font-size: 24px;
}

.banner_2_form .form-label-text {
	position: absolute;
	top: 50%;
	left: 1.3rem;
	font-size: 1rem;
	user-select: none;
	pointer-events: none;
	transform-origin: 0 0;
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	transform: translateY(-50%);
}

.banner_2_form .banner_form_input:not(:placeholder-shown) ~ .form-label-text,
.banner_2_form .banner_form_input:focus ~ .form-label-text {
	transform: scale(.75) translateY(-120%) translateX(0.25rem);
	opacity: 0.5;
}

.banner_2_form .skit-button {
	width: 100%;
	height: 60px;
	padding: 1rem 1.3rem !important;
	border-radius: 1rem !important;
}

.form-label.error input,
.form-label.error textarea,
.captcha_wrap.error input,
.form-check-label.error input{
	border-color: #ff0000 !important;
}

.form-check-label {
	color: inherit;
	line-height: 1.2;
}

.form-check-label.error {
	color: #ff0000;
}

.form-check-label label {
	display: none;
}

.banner_2_form .form-check-input {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
}

.form-check-input,
.form-check-input:focus {
	border-color: var(--primary);
	outline: none;
	box-shadow: none !important;
}

.form-check-input:checked {
	background: var(--primary);
	border-color: var(--primary);
}

.captcha_wrap {
	position: relative;
	display: -webkit-flex;
	display: flex;
}

.captcha_wrap img {
	margin-right: 1rem;
}

.banner_2_form .captcha_wrap input.skit-input-text {
	font-size: 1.8rem;
	line-height: 1;
	padding: 5px 15px !important;
	height: 40px;
	background: transparent;
	outline: none;
	box-shadow: none !important;
}

.mess-error {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1rem;
	font-size: 1rem;
	line-height: 1.2;
	color: #ff0000;
}

.form-label textarea {
	width: 100%;
}

@media all and (max-width: 768px){
	.captcha_wrap {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.captcha_wrap img {
		margin-right: 0;
		margin-bottom: 1rem;
	}
}