.payment-method #type {
  margin-left: 22%;
}

.payment-method #issuer {
  margin: 1% 5%;
  display: none;
}

.payment-method-options .form-row {
  width: 25%;
}

.payment-method #type .logo {
  position: absolute;
}

.payment-method #type label {
  display: inline;
  float: none;
  padding: 0.75em 6em 0;
  width: auto;
}

.adyen-redirect-message {
	text-align:center;
	height: 250px;
	padding-top: 50px;
}
.adyen-redirect-message img {
	margin-top: 50px;
}