


.voucher_1 {
	display: inline-block;
	width: 35%;
}
.voucher_sep {
	display: inline-block;
	width: 10%;
	font-weight: bold;
	text-align: center;
}
.voucher_2 {
	display: inline-block;
	width: 55%;
}
.voucher_1 input,
.voucher_2 input {
	height: auto;
	line-height: 1.5 !important;
	font-size: 16px !important;
	text-align: center;
}
.voucher_errors {
	margin-bottom: 20px;
	padding: 10px;
	color: #a94442;
	border: 1px solid #ebccd1;
	background-color: #f2dede;
}
.voucher_errors ul {
	margin-bottom: 0;
}
.voucher_message {
	margin-bottom: 20px;
	padding: 10px;
	color: #31708f;
	border: 1px solid #bce8f1;
	background-color: #d9edf7;
}
.form-button {
	margin-top: 10px;
}
@media (min-width: 375px) {
	.voucher_sep {
		font-size: 20px;
	}
	.voucher_1 input,
	.voucher_2 input {
		font-size: 20px !important;
	}
}
@media (min-width: 1024px) {
	.voucher_sep {
		font-size: 25px;
	}
	.voucher_1 input,
	.voucher_2 input {
		font-size: 25px !important;
	}
}
@media (min-width: 1300px) {
	.voucher_1 {
		width: 38%;
	}
	.voucher_sep {
		width: 14%;
		font-size: 35px;
	}
	.voucher_2 {
		width: 48%;
	}
	.voucher_1 input,
	.voucher_2 input {
		font-size: 35px !important;
	}
}



.thalia_code,
.thalia_pin {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	line-height: 3;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: rgb(190, 203, 10);
	border: 1px dashed #d5d8db;
}
