/* Landing Tpay */
.tpay-page .jumbotron {
    background-color: #042554;
}

.tpay-page section.bar {
    background: -webkit-linear-gradient(-180deg,#91FEB2 0%,#3ED36D 100%);
    background: -moz-linear-gradient(-180deg,#91FEB2 0%,#3ED36D 100%);
    background: -ms-linear-gradient(-180deg,#91FEB2 0%,#3ED36D 100%);
    background: -o-linear-gradient(-180deg,#91FEB2 0%,#3ED36D 100%);
    background: linear-gradient(270deg,#91FEB2 0%,#3ED36D 100%);
}

.tpay-page section.bar p {
    color: #042554;
}

.tpay-page .btn.btn-primary {
	background-color: #183e91;
	-webkit-box-shadow: 0px 3px 0px 0px #8afcab;
    box-shadow: 0px 3px 0px 0px #8afcab;
}

.tpay-page .jumbotron .btn-secondary {
	color: #042554;
	-webkit-box-shadow: 0px 3px 0px 0px #8afcab;
    box-shadow: 0px 3px 0px 0px #8afcab;
}

.tpay-page .btn-secondary:hover {
	background: #8afcab !important;
	color: #042554 !important;
	-webkit-box-shadow: 0px 3px 0px 0px #183e90!important;
    box-shadow: 0px 3px 0px 0px #183e90!important;
}

.tpay-page .btn.btn-primary:hover {
	color: #8afcab;
}

.tpay-page .transfer-now {
    background: linear-gradient(45deg,#2953C6 0%,#072759 77%,#052554 100%);
}

.tpay-page .pink {
	color: #32e068;
}

.tpay-page .icons-three {
	background-color: #FFF !important;
}

.tpay-page img.bg-light {
    background: #FFF !important;
}