body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

header {
	padding: 15px;
	text-align: center;
}

section {
	margin-top: auto;
	margin-bottom: auto;
}

footer {
	margin-top: auto;
}

footer a {
	color: #666 !important;
	font-weight: 700;
	padding-right: 26px;
	position: relative;
}


.btn {
	border-radius: 25px;
	font-size: 1.875rem;
	font-weight: 300;
	line-height: 1;
	text-transform: initial;
	width: 420px;
	max-width: 80%;
	padding: 1.5rem;
	box-shadow: none !important;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #0accbd !important;
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
	background-color: #0aaa9e !important;
}

.md-form label.error,
.row_parcelas label.error {
	color: #c80000 !important;
	width: 100%;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 4px);
}

.btn.btn-link {
	color: #00e2d1 !important;
	padding: 0;
}

.col > .btn {
	max-width: 100%;
}