#voucher_special {
	background-color: black;
	width: 917px;

	background-size: cover !important;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 800px;

	position: relative;
	display: flex;
}
/* my styling start */
#voucher_special h1 {
	margin: 0.2em 0 0.8em 0;
	line-height: 1.4;
}
#voucher_special .input.text input,
#voucher_special .input.select select {
	background-color: transparent;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom: 1px solid #ffd744;
	color: #fff;
	margin-bottom: 1em;
	padding: 0px 0px;
	height: 28px;
	font-size: 11pt;
}
#voucher_special .input.select select option {
	background-color: #000;
}
#voucher_special .input.checkbox {
	margin-bottom: 1em;
	display: grid;
	align-items: end;
}
#voucher_special .input.text label,
#voucher_special .input.select label {
	color: #ddd;
	margin: 0;
	font-size: 9pt;
}
/* my styling end*/

#voucher_special .row.form-row {
	padding-top: 20px;
}

#voucher_special #VoucherCode {
	margin-left: 2px;
	width: 100%;
	max-width: none;

	font-size: 25px !important;
	font-family: Courier New;
	font-weight: bold;
	text-align: center;
}

#voucher_special .form-row .button_action {
	display: block;
	width: 100%;
	margin: 0px !important;
	max-width: none;
	height: 48px;
}

#voucher_special .location-row {
	padding-top: 20px;
}

#voucher_special #change_hosting_location select {
	margin-top: 2px !important;
	width: 60%;
}

#voucher_special #change_hosting_location .button_action {
	margin-left: 2% !important;
	width: 38%;
}

#voucher_special .start-game-row {
	padding-top: 230px;
}

#voucher_special .start-game-row .start-game-container {
	padding: 4px 8px 8px 4px;
	background-color: black;
	border: 1px solid #373737;
	color: #aaa;
	min-height: 49px;
	position: relative;
}

#voucher_special .start-game-row .start-game-container h2 {
	margin-left: 70px;
}
#voucher_special .start-game-row .start-game-container img {
	position: absolute;
	left: 7px;
	top: 8px;
	width: 58px;
}

#voucher_special .start-game-row .start-game-container select {
	margin-top: 3px;
	margin-left: 70px;
	width: calc(100% - 70px);
}

.error-message {
	font-size: 1.25em;
	background-color: black;
	padding: 10px;
	text-align: center;
}

#voucher_special .disabled-if-not-logged-in {
	position: relative;
}

#voucher_special .disabled-if-not-logged-in::after {
	display: block;

	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;

	background: rgba(0, 0, 0, 0.75);
}

#voucher_special[data-is-logged-in="1"] .disabled-if-not-logged-in::after {
	display: none;
}
