.voucher-form-block_wrapper {
	background-color: var(--ast-global-color-4);
	max-width: 500px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 5px;
}

.voucher-form-block_wrapper,
.voucher-form-block_wrapper h1,
.voucher-form-block_wrapper h2,
.voucher-form-block_wrapper h3 {
	color: var(--ast-global-color-8) !important;
}

.voucher-form-block_wrapper form label {
	font-weight: bold;
}

.voucher-form-block_input-group {
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}

.voucher-form-block_input-group input {
	width: 100%;
	border-radius: 5px;
}

.voucher-form-block input[type=submit]{
	background-color: var(--ast-global-color-0);
	margin: 10px auto 0;
	display: block;
}

.voucher-form-block .error-message{
	margin-top: -10px;
	margin-bottom: 10px;
	color: red;
	text-align: center;
	font-weight: bold;
}

.voucher-form-block .success-message{
	text-align: center;
	font-weight: bold;
}