body.modal-page-for-iframe{
	padding-top:0;
	height:auto;
}
body.modal-page-for-iframe:before{
	content:none;
	
}
.spModal{
	position: fixed;
	width: 50%;
	max-width: 800px;
	z-index: 2;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -400px;
	padding: 0px;
	border: none;
	background-color: white;
	border-radius: 0px;
	text-align: center;
	height: 200px !important;
	filter: drop-shadow(6px 4px 15px #00000022);
	background-color: white
}
.modal-iframe-wrapper{
	display: block;
	max-width: 460px;
	vertical-align: top;
	width:100%;
	margin: 0 auto;
	padding-top: 20px;
}


#sensorProForm #Spro-Btn-Signup-StyleNo{

	background:transparent;
	color: #ffffff;
	border: 0 none;
	display: inline-block;
	border-radius: 0;
	height: 42px;
	margin-left: -5px;
	padding: 5px 16px;
	float: right;
	
	background-image: url('../images/icon-arrow-right-white.svg');
	background-position: right 12px top 12px;
	background-repeat: no-repeat;
	background-size: 21px auto;
	padding-right: 47px;
	font-family: 'ballinger';
	font-weight: 400;
	font-size: 16px;	
	transition: all .5s ease;
	width:120px;
	-webkit-appearance:button	;
}

#sensorProForm input.email{
	display: inline-block;
	padding: 8px 0;
	margin: 0 0 0px 0;
	text-indent: 0px;
	width: 64%;
	min-width: 75px;
	border: 0 none;
	height: 42px;
	vertical-align: top;
	background: transparent;
	color: rgba(255,255,255,0.5);
	font-family: 'ballinger';
	font-weight: 400;
	font-size: 16px;
	margin-top: 0;
}


#sensorProForm #spro-Container-Style1{
	display: inline-block;
	max-width: 460px;
	vertical-align: top;
	width:100%;
}
#sensorProForm .spro-consent{
	padding:0;
	margin-bottom: 10px;
	border-top:1px solid rgba(0,0,0,0.6); 
	padding-top:8px;
	font-size: 14px;
}

#sensorProForm p{
	margin-bottom: 6px;
	padding-bottom: 5px;
	font-family: 'ballinger';
	font-weight: 400;
	font-size: 16px;
	color: #000000;
}
#sensorProForm h6{
	color: rgba(255,255,255,0.5);
	font-family: 'ballinger';
	font-weight: 400;
	font-size: 16px;
	margin-top: 0;
	color: #000000;
}
#sensorProForm #spro-Container-Style1 span{
	color: #000000;
	font-size: 14px;
	padding-left: 4px;
}
#sensorProForm #spro-Container-Style1 span a{
	color: #000000;
	font-size: 14px;
}

#Spro-Btn-Signup-StyleNo:hover{
	cursor: pointer;
}


#sensorProMsg{
	font-size: 14px;
	color:#FF5E3E;
}

#sensorProForm .sufContainer{
	text-align: left;
}


body.light #sensorProForm input.email {
	color: rgba(0,0,0,0.6);
	border:none;
}
body.light #sensorProForm input.email:-webkit-autofill {
	 -webkit-box-shadow:0 0 0 50px white inset; /* Change the color to your own background color */
	 -webkit-text-fill-color: rgba(255,255,255,0.5);
	 color: rgba(0,0,0,0.6);
}
body.light #sensorProForm input.email:-webkit-autofill:focus {
	 -webkit-box-shadow: 0 0 0 50px white inset;/*your box-shadow*/
	 -webkit-text-fill-color: rgba(255,255,255,0.5);
	 color: rgba(0,0,0,0.6);
} 
body.light #sensorProForm #Spro-Btn-Signup-StyleNo{
	color: #000000;	
	background-image: url('../images/arrow-right-submit.svg');
}




a.closeSpModal{
	position: relative;
	width:30px;
	height:30px;
	float: right;
	z-index: 9999;

}
.spro-close-button {
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	float: none;
	width: 40px;
	height: 40px;
	position: absolute;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-o-text-overflow: clip;
	text-overflow: clip;
	top: 15px;
	right: 0px;
	
}

.spro-close-button::before {
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	content: "";
	top: 0.33em;
	left: 0.155em;
	border: none;
	-o-text-overflow: clip;
	text-overflow: clip;
	background: #ffffff;
	text-shadow: none;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	
	width: 30px;
	height: 1px;
	color: rgba(0,0,0,1) !important;
	background: #FF5E3E !important;
	
}

.spro-close-button::after {
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	content: "";
	top: 0.33em;
	left: 0.155em;
	border: none;

	-o-text-overflow: clip;
	text-overflow: clip;
	background: #ffffff;
	text-shadow: none;
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	
	width: 30px;
	height: 1px;
	color: rgba(0,0,0,1) !important;
	background: #FF5E3E !important;
	
}


.closeSpModal:hover{
	cursor: pointer;
}