.subform-row input {
	width: 100%;
	font-weight: 400;
	height: 40px;
	padding: 0 50px 0 16px;
	background: var(--light_color);
}
.subform-row .bx-input-group {
	position: relative;
	margin-bottom: 16px;
	max-width: 280px;
	transition: .3s ease;
}
.subform-row .bx-input-group.dis {
	opacity: 0.35;
	pointer-events: none;
}
.subform-row .bx-input-group button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0 14px 0 10px;
	cursor: pointer;
}
.subform-row .bx-input-group button svg {
	display: block;
	transition: .3s ease;
 }
.subform-row .bx-input-group button:hover svg {
	transform: translateX(30%);
}
#sender_subscribe_component {
	padding: 34px 45px;
	width: 410px;
	max-width: calc(100% - 20px);
}
.subscribe_response_title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 38px;
	margin-top: 20px;
	text-align: center;
}
.subscribe_response_text {
	line-height: 1.8;
	font-weight: 400;
	text-align: center;
}