#trust_ppgm_container .trust_ppgm_form_header {
	font-size: 1.6em;
	margin-bottom: 5vh;
}
#trust_ppgm_container .trust_ppgm_tou,
#trust_ppgm_container .trust_ppgm_privacy_policy,
#trust_ppgm_container .trust_ppgm_cookie_policy {
	-webkit-box-shadow: 0 2px 6px 0 rgba(5, 34, 97, 0.1);
	box-shadow: 0 2px 6px 0 rgba(5, 34, 97, 0.1);
	padding: 1vw;
	margin-bottom: 3vh;
	border-left: 5px solid #a5b2c3;
}
#trust_ppgm_container .trust_ppgm_tou .fieldset-title,
#trust_ppgm_container .trust_ppgm_privacy_policy .fieldset-title,
#trust_ppgm_container .trust_ppgm_cookie_policy .fieldset-title {
	font-size: 1em;
	color: #555;
}
#trust_ppgm_container .form-type-checkbox label {
	font-size: 1em;
	font-weight: 200;
	color: #555 !important;
}
#trust_ppgm_container .form-type-checkbox {
	margin-left: 1vw;
}
#trust_ppgm_container .form-submit {
	border: 2px solid #a5b2c3;
	background: transparent;
	border-radius: 30px;
	color: #a5b2c3;
	font-size: 10pt;
	padding: 10px 35px;
	cursor: pointer;
	transition: all 0.5s;
	position: relative;
}

#trust_ppgm_container .form-submit:hover {
	background-color: #0747a6;
	border: 2px solid #0747a6;
	color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

#trust_ppgm_container .form-type-checkbox input[type="checkbox"] {
	display: inline-block;
	height: 16px !important;
	width: 16px !important;
	overflow: hidden;
	vertical-align: middle;
	-webkit-appearance: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	transition-property: all;
	-webkit-transition-property: background-color, border-color, box-shadow;
	transition-property: background-color, border-color, box-shadow;
	border: 1px solid #ccc;
}
#trust_ppgm_container .form-type-checkbox input[type="checkbox"]:checked {
	background-image: url("/modules/contrib/trust_ppg/img/arrow.svg");
}
#trust_ppgm_container .form-type-checkbox input[type="checkbox"]:checked {
	background-color: #a5b2c3;
	border: 1px solid #a5b2c3;
}
