.promailer-form {
	margin-top:20px;

	margin-bottom: 20px;
}

.promailer-form .wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.promailer-form .wrapper .box,
.promailer-form .wrapper .box_label {
	width: 100%;
	max-width: 100%;
}
.promailer-form .box {
	display: flex;
	justify-content: center;
}


.promailer-form .form-policy {
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
}
.promailer-form .form-policy a {
	border-bottom: 1px solid;
}
.promailer-form .form-policy label {
	display: flex;
	
}

.promailer-form label {
	float:left;
	clear:left;
	display:block;
	max-width:360px;
	margin-bottom:20px;
	position: relative;
	cursor: pointer;
}
.promailer-form label input {
	margin-right: 10px;
}
.promailer-form label input:after {
	content: ' ';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 3px;
	z-index: 1;
	background-color: white;
	border-radius: 10px;
	visibility: visible !important;

}
.promailer-form label input:checked:after {
	background-image: url(img/check.svg);
	background-position: center top 5px;
	background-repeat: no-repeat;
	background-size: 11px;
}


.promailer-form #subscribe_email,
.promailer-form #unsub_email {
	display:block;
	padding:5px 15px;
	background:rgba(255,255,255,1);
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	border:none;
	outline:none;
}

section.cards .card.newsletter:hover form #email {
	background-color:rgba(0,32,204,0.1);
}

.promailer-form button {
	float:left;
	display:block;
	padding:5px 15px;
	background-color:#0020CB;
	display:inline-block;
	color:#fff;
	border:none;
	outline:none;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	cursor:pointer;
}

section.cards .card.newsletter:hover form button {
	background-color:#0020CB;
	color:#fff;
}



.promailer .success {
	margin-bottom: 20px;
	font-weight: bold;
}
.promailer .error {
	margin-bottom: 0px;
	font-weight: bold;
}