.rubix-mailing-form {
	display: flex;
	align-items: center;
}
.bx-subscribe {
	margin: 10px 0;
}
.bx-subscribe div.bx-block-title {
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
}
.bx-subscribe-desc {
	color: #aaa;
	font-size: 12px;
	position: relative;
	margin-top: -5px;
	margin-bottom: 3px;
}
.bx-subscribe .bx-input-group .bx-form-control {
	padding: 16px;
	background: #FFFFFF1A;
	caret-color: #fff;
	border-radius: 4px 0 0 4px;
	min-width: 270px;
	color: #fff;
}
.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}

div#sender_subscribe_component {
	background: #1B1B1B;
	padding: 60px 50px;
	width: 87.5vw;
	max-width: 584px;
	border-radius: 10px;
}

.sender-btn.btn-subscribe {
	line-height: 192%;
	border: 1px solid #915CE5;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	padding: 10px 20px;
	font-size: 13px;
	font-weight: 600;
	text-transform: inherit;
	border-radius: 0 4px 4px 0;
	max-width: 112px;
	background: #915CE5 !important;
	color: #fff !important;
}

.btn-subscribe.send {
	padding: 5px 40px;
	-webkit-animation-name: MeilSend;
	animation-name: MeilSend;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	outline: none;
	color: #fff;
}
.btn-subscribe:hover, .btn-subscribe:active{color: #fff;}
.btn-subscribe.send:before {
	width: 0;
	background-position: 100px 50%;
	-webkit-animation-name: MeilSendButton;
	animation-name: MeilSendButton;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}
@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}

.bx_subscribe_response_container {
	font-weight: 400;
	font-size: 16px;
	line-height: 180%;
	color: rgba(255, 255, 255, 0.7);
	padding: 0;
}

.bx_subscribe_checkbox_container {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 3px;
  vertical-align: middle;
  color: #aaa;
}

.bx_subscribe_response_container > table > tbody > tr {
	display: flex;
	align-items: center;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
	font: 11px/10px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

.search-button.rubix-mailing-btn {
	position: relative;
	left: -2px;
}

@media all and (max-width: 450px) {
	.rubix-mailing-form {
		flex-direction: column;
	}
	.bx-input-group,
	.bx-subscribe .bx-input-group .bx-form-control,
	.search-button.rubix-mailing-btn,
	.sender-btn.btn-subscribe {
		width: 100%;
		max-width: 100%;
	}
	.bx-subscribe .bx-input-group .bx-form-control,
	.sender-btn.btn-subscribe {
		border-radius: 4px;
	}
	.rubix-mailing-form .bx-input-group {
		margin-bottom: 15px;
	}
}