#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;
}

#voucher_special.ni_voucher-login-modal__button-container::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 8;
}

#voucher_special .ni_voucher-login-modal {
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 120px);
	max-width: 760px;
	padding: 34px 44px 30px;
	background: #000;
	border: 1px solid #1a1a1a;
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.65);
	z-index: 20;
}

#voucher_special .ni_voucher-login-modal__headline {
	color: #ffd744;
	font-size: 24px;
	text-transform: none;
}

#voucher_special .ni_voucher-login-modal__description {
	margin-top: 24px;
	color: #ffffff;
}

#voucher_special .voucher-login-modal__button {
	margin-top: 32px;
}

#voucher_special.ni_voucher-login-modal__button-container
	.disabled-if-not-logged-in::after {
	background: rgba(0, 0, 0, 0.5);
}

#voucher_special .ni_voucher-login-modal__button-container {
	display: flex;
	justify-content: center;
	margin-top: 32px;
	width: 100%;
}

@media (max-width: 991px) {
	#voucher_special .ni_voucher-login-modal {
		width: calc(100% - 32px);
		padding: 20px;
	}

	#voucher_special .ni_voucher-login-modal__headline {
		font-size: 18px;
	}

	#voucher_special .ni_voucher-login-modal__description {
		margin-top: 16px;
		font-size: 14px;
	}

	#voucher_special .voucher-login-modal__button {
		width: 100%;
		margin-top: 22px;
	}
}
/* 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: 40px;
}

#voucher_special .ni_voucher-instructions-copy {
    border: 1px solid #373737;
    background: rgba(0, 0, 0, 1);
    padding: 16px 20px;
    color: #fff;
    margin-bottom: 20px;

    & h2 {
        text-transform: none !important;
        margin: 0 0 8px;
        font-size: 20px;
        color: #ffd744;
    }

    & ol {
        margin: 0;
        padding-left: 22px;
    }

    & li {
        margin: 0;
    }

    & li + li {
        margin-top: 6px;
    }
}

#voucher_special h1.voucher-title {
    text-transform: none !important;
}

#voucher_special h1.voucher-title {
    margin: 0 0 8px;
    font-size: 34px;
    line-height: 1.2;
    text-align: center;
}

@media (max-width: 767px) {

    #voucher_special #VoucherCode {
    margin-left: 0px;
    }
    #voucher_special {
        width: 100%;
        min-height: 0;
    }

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

    #voucher_special .ni_voucher-instructions-copy {
        padding: 14px;
        margin: 0 10px;

        & h2 {
            font-size: 18px;
        }
    }

    #voucher_special h1.voucher-title {
        font-size: 26px;
    }

    #voucher_special .start-game-row .start-game-container,
    #voucher_special .location-row .disabled-if-not-logged-in,
    #voucher_special .form-row .disabled-if-not-logged-in {
        margin: 0 10px;
    }

    #voucher_special #change_hosting_location select,
    #voucher_special #change_hosting_location .button_action {
        width: 100%;
        margin-left: 0 !important;
    }
}

#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;
}
