

[type="submit"], button, .btn {
	text-transform: none;
}


input.actie-radio {
	appearance: auto !important;
}

.container-input-lang {
	margin-top: 25px;
}


input.fivecode::-webkit-outer-spin-button,
input.fivecode::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.fivecode[type=number] {
  -moz-appearance: textfield;
}

.input--license.-be input {
	border-radius: 4px;
	color: #000;
	border-color: #dadada;
}

.input--license.-be input:focus {
	border-color: gray;
}


.confirmation-lang-spacer {
	border-top: 1px solid #fff;
	margin-top: 25px;
	padding-bottom: 25px;
}

.loading-message {
	text-align: center;
	font-style: italic;
	margin: 15px 0 0;
}


.error-message {
	margin-top: 15px;
	color: #f00;
}
.error-message ul {
	margin: 0;
}


