.dual_pay_plz {
	background-color:white;
	text-align:center;
		width: 100%;
}

.dual_adm_o {
	background-color:white;
	
	width: 70%;
	
}

.dual_adm_left {
	
	width: 35%;
}
.dual_adm_right {
	
	width: 65%;
}

.dual_adm_submit {
  font-weight: 700;
  color: white;
  text-decoration: none;
  padding: .8em 1em calc(.8em + 3px);
  border-radius: 3px;
  background: rgb(64,199,129);
  box-shadow: 0 -3px rgb(53,167,110) inset;
  transition: 0.2s;
} 
.dual_adm_submit:hover { background: rgb(53, 167, 110);color: white; }
.dual_adm_submit:active {
  background: rgb(33,147,90);
  box-shadow: 0 3px rgb(33,147,90) inset;
  color: white;
}