body {
	margin: 0px;
	padding: 0px;
    background: #015E7D;
    color: #000000;
}
.fluid_container {
	width: 100%;
	height: 100vh;
	display: flex;
  justify-content: center;
  align-items: center;
	background-image: url('../images/wp-bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.worldpay_logo {
	width: 250px;
    height: 95px;
}
.worldpay_logo img {
    width: 100%;
}