.btn-group {
	width: 100%;
	text-align: center;
	padding: 10px 24px;
}

.btn_back {
	background-color: black;
	border: none;
	color: white;
	cursor: pointer;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	/* deixava botão com problemas
	width: 10%;*/
}

.btn_continue {
	background-color: #10c2ff; /* Azul HF */
	border: none;
	color: white;
	cursor: pointer;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	/* deixava botão com problemas
	width: 10%;*/
}

.payment_method {
	display: none;
}