.securepay-ui-iframe {
	border: none;
	width: 100%;
}

.loader {
	z-index: 1000;
	border: medium none;
	margin: 0;
	padding: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	opacity: 0.6;
	cursor: default;
	position: absolute;
}

.loader:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-family: 'Font Awesome 5 Free', serif;
	font-weight: 900;
	vertical-align: baseline;
	content: "\f110";
	-webkit-animation: fa-spin 0.75s linear infinite;
	animation: fa-spin 0.75s linear infinite;
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
}

.payment_method_securepay .ph-form-element-label {
  display: inline-block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #161616;
	margin-bottom: 10px;
}

.payment_method_securepay input[type=text].ph-form-element {
  display: block;
  width: 100%;
  height: 40px;
  padding: 7px 10px;
  border: 1px solid #e2dfda;
  border-radius: 3px;
  outline: 0;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 15px;
  color: #161616;
  line-height: normal;
	background-color:rgb(255, 255, 255);
	box-shadow: none;
}

.payment_method_securepay input[type=text].ph-form-element:hover {
	background-color:rgb(255, 255, 255)
}

/* https://primesuppliesdev.ls.spnet.com.au/checkout/ */
ul.payment_methods li input#cardholderName {
	position: unset;
	left: unset;
}

#securepay-3ds-container.holds-the-iframe {
    background:url('../img/loader.gif') center center no-repeat;
}
