body{text-align: center;font-family: Helevetica,Arial;font-weight: normal;padding: 0; margin: 0; } /* font, txt title,  */
.white{background-color: #FFFFFF !important;}
.txtBlack{color:black !important;}
.txtWhite{color:white !important;}

#sumup-card{
	border: 0px solid red;;
}

#globalWrapper{
	position: relative;
	width: 100%;
	height: 100%;
}

#labelReturnToApp{
	color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    padding: 20px 20px 20px 20px;
    border: 0px solid;
    background-color: #FF0000;
    margin-bottom: 25px;

}

#loadingPopin{
	position: absolute;
	border: 0px solid red;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	text-align: center;
	color: #FFFFFF;
	display: block;
	padding-top: 12px;
}

#loading{
	margin-top: 15px;
	display: none;
}

#logoWrapper{
	z-index: 10;
	width: 100%;
	padding-top: 20px;
	text-align: center;
	position: relative;
}

#formWrapper{
	position: relative;
	z-index: 2;
	padding: 0 20px 0 20px;
	padding-bottom: 50px;
}

#btSubmitWrapper{
	padding: 0 20px;
}
#iconWrapper{
	display: block;
	clear: both;
	overflow: hidden;
	padding: 10px 20px 0 20px;
	margin-bottom: -30px;
	height: 50px;
	border: 0px solid red;
}

#iconWrapper .icon{
	width: 33%;
	float: left;
	vertical-align: middle;
	text-align: center;
	height: 50px;
}

#iconWrapper .icon:first-child{
	text-align: left;
}

#iconWrapper .icon:last-child{
	text-align: right;
	padding-top: 10px;
}

#iconWrapper img{
	display: inline-block;
	max-width: 45px;
}
#btSubmit{
	height: 40px;
	width: 100%;
	background: none;
	display: inline-block;
	border-radius: 20px;
	border: 0px solid #3F8FD8;
	background-color:#3F8FD8 !important;
	color: #FFFFFF !important;
	font-size: 20px !important;
	outline: none !important;
}

#maskName{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 70px;
	opacity: .4;
	background-color: teal;
}

#creditCardForm{
	z-index: 1;
	margin-top: 50px;
}
input{
	background:none; 
	border: none !important;
	width: 250px;
	color: white;
	height: 37px;
	float: left;
	margin: 0 auto; 
	margin-bottom: 10px;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid white !important;
}


#cardNumber{
	width: 100%;
}

#expirationDate, #cvv{
	width: 100%;
}
#cvv{
	float:right;
}
