.otp-simple-info {
	width: 100%; 
	text-align: center;
	height: 100%;
	background-color: #ffffff;
}
.otp-simple-info-container {
	margin: 0 auto;
}
.otp-info-container {
	margin: 0 auto;
	padding-top: 20px;
}
.otp-simple-info-img {
	background-image: url("/css/images/simplepay/simplepay_vertical.png");
	background-repeat: no-repeat;
	background-size: contain;
	height: 200px;
	width: 200px;
	margin: 0 auto;
}
.otp-info-img {
	background-image: url("/css/images/otp/otp.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	height: 200px;
	width: 200px;
	margin: 0 auto;
}
.otp-simple-info-msg {
	font-size: 12px;
    padding-top: 10px;
    font-weight: bold;
}
.simplepay-logo-container {
	background-color: #ffffff;
    width: 135px;
    border-radius: 3px;
    box-shadow: 2px 2px #004452;
    height: 40px;
    padding-top: 3px;
}
.simplepay-logo-img {
    background-image: url("images/simplepay/simplepay_horizontal_02.png");
    height: 35px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: -35px;
}
.simplepay-card-img {
    background-image: url("images/simplepay/bankcards_logos_w482x.png");
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 310px;
    border-radius: 3px;
    box-shadow: 2px 2px #004452;
}

.otp-logo-container {
	background-color: #ffffff;
    width: 150px;
    border-radius: 3px;
    box-shadow: 2px 2px #004452;
    height: 40px;
    padding-top: 3px;
}
.otp-logo-img {
    background-image: url("images/otp/otplogo.png");
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
}
.otp-card-img {
    background-image: url("images/otp/combi.gif");
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 539px;
    border-radius: 3px;
    box-shadow: 2px 2px #004452;
}
.otp-cc-card-img {
    background-image: url("images/otp/otp_szep.png");
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 57px;
    border-radius: 3px;
    box-shadow: 2px 2px #004452;
}
