select.mktoField,
input[type=text].mktoField,
input[type=email].mktoField {
	background-color: transparent;
	border-radius: 2px;
	display: block;
	height: 52px;
	color: #fff;
	font-weight: 500;
	font-size: 16px
}

.mktoButtonWrap .mktoButton {
	min-width: 100%;
	height: 120px !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	background: #BD2620 !important;
}

.mktoButtonRow {
	background-color: #BD2620 !important;
}

select.mktoField {
	background-image: url(https://ik.imagekit.io/qualys/image/form/select-arrows-white.png);
}

.mktoButtonRow .mktoButtonWrap {
	display: block;
	max-width: none;
}

.mktoForm .mktoCheckboxList label {
    color: #fff;
}

.mktoCheckboxList label:before {
	border:1px solid #fff;
	margin-bottom: 5px;
}

.mktoCheckboxList label.checked::before {
    background-image: url(https://ik.imagekit.io/qualys/image/icon/circle-white.svg);
}

.mktoButtonWrap.mktoNative {
	margin-left: -40px;
	margin-right: -40px;
}
@media (min-width:640px) {
	.mktoButtonWrap.mktoNative {
		margin-left: -80px;
		margin-right: -80px;
	}
}

/*# sourceMappingURL=index.css.map */