.charity-lottery__field-container input {
    font-size: 1.8rem;
}

div.charity-lottery__result-header {
    font-size: 1.8rem;
}

div.charity-lottery__result-body {
    font-size: 1.8rem;
}

.charity-lottery {
	width: 100%;
	max-width: 100%;
	float: left;
	box-sizing: border-box;
	background-color: #f39200;
    -webkit-box-shadow: 6px 6px 24px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 6px 6px 24px 1px rgba(0,0,0,0.25);
    box-shadow: 6px 6px 24px 1px rgba(0,0,0,0.25);
    padding: 40px 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}

div.charity-lottery > h2 {
	width: 100%;
	float: left;
	font-family: "Chaloops Bold",Arial,sans-serif;
	font-size: 47px;
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.45);
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 35px;
}

.charity-lottery > h2:before,
.charity-lottery > h2:after {
	content: none;
}

.charity-lottery__form {
	font-family: "Adrianna Condensed Regular",Arial,sans-serif;
	width: 100%;
	float: left;
}
.charity-lottery__field-container {
	width: 50%;
	float: left;
	box-sizing: border-box;
	position: relative;
	margin: 5px 0;
	background-color: transparent;
}
.charity-lottery__field-container:nth-child(odd) {
	padding-right: 10px;
}
.charity-lottery__field-container:nth-child(even) {
	padding-left: 10px;
}
.charity-lottery__field-container > label.charity-lottery__field-label {
	color: #fff;
	font-family: "Adrianna Condensed Regular",Arial,sans-serif;
	display: block;
	position: absolute;
	left: 15px;
	top: 12px;
	display: none;
}

.charity-lottery__field-container > label.error {
	position: absolute;
	left: 10px;
	top: -9px;
	border: 1px solid  #FF5733 ;
	border-radius: 4px;
	padding: 3px 10px;
	font-size: 14px;
	line-height: 14px;
	color:  #FF5733 ;
	background-color:  #fadbd8 ;
}

.charity-lottery__field-container > input.charity-lottery__field {
	width: 100%;
	height: 40px;
	border: 1px solid #fbc16f;
	box-sizing: border-box;
	background-color: #fbc16f;
	box-shadow: none;
	display: block;
	padding: 5px 15px;
	color: #fff;
	font-weight: normal;
	border-radius: 0;
}

.charity-lottery__field-container > input.charity-lottery__field::placeholder {
	color: #fff;
	opacity: 0.9;
}

.charity-lottery__field-container > input.charity-lottery__field:focus {
	color: #fff;
}

div.charity-lottery button.charity-lottery__form-submit {
	display: block;
	float: left;
	margin-top: 10px;
	background-color: #fbc16f;
	border: 2px solid #fbc16f;
	color: #fff;
	font-family: "Adrianna Condensed Regular",Arial,sans-serif;
	text-transform: uppercase;
	padding: 10px 15px;
	font-weight: bold;
	transition: all 0.5s ease;
}
div.charity-lottery button.charity-lottery__form-submit:hover {
	background-color: transparent;
}

input[type=checkbox].charity-lottery__terms-field {
	width: 1px;
	height: 1px;
	opacity: 0;
	display: none;
}
label.charity-lottery__terms-label {
	position: relative;
	display: block;
	width: 100%;
	float: left;
	padding-left: 35px;
	margin-top: 15px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
}
label.charity-lottery__terms-label:before {
	position: absolute;
	left: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	content: '';
}
label.charity-lottery__terms-label:after {
	position: absolute;
	left: 5px;
	top: 8px;
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	background-color: #fff;
	content: none;
}
input[type=checkbox].charity-lottery__terms-field:checked + label.charity-lottery__terms-label:after  {
	content: '';
}

label.charity-lottery__terms-label > a,
label.charity-lottery__terms-label > a.visited {
	display: inline;
	color: #fff;
	transition: all 0.5s ease;
	text-decoration: none;
	border: none;
	font-weight: bold;
}

label.charity-lottery__terms-label > a:hover,
label.charity-lottery__terms-label > a:hover {
	display: inline;
	color: #fff;
	text-decoration: underline;
	border: none;
}

/* Result form */
div.charity-lottery__hidden {
	display: none;
}

div.charity-lottery__result-form {
	width: 500px;
	max-width: 100%;
	float: none;
	margin: 0 auto;
	position: relative;
	background-color: #1ae592;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.4);
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.4);
}
div.charity-lottery__result-form.form-success {
	background-color: #fff17c;
}
div.charity-lottery__result-form.form-not-valid {
	background-color: #ff6666;
}
div.charity-lottery__result-form.form-error {
	background-color: #ff3333;
}
div.charity-lottery__result-header {
	min-height: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 35px 10px 15px;
	font-family: "Adrianna Condensed Regular",Arial,sans-serif;
	font-weight: bold;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	color: #675c9f;
	text-transform: uppercase;
}
div.charity-lottery__result-body {
	min-height: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 15px;
	font-family: "Adrianna Condensed Regular",Arial,sans-serif;
	font-weight: normal;
	border: none;
	color: #675c9f;
}
.mfp-bg {
	background-color: rgba(255,255,255,0.8);
}
.mfp-close-btn-in .mfp-close {
	color: #fff;
	opacity: 0.9;
}
.mfp-close-btn-in .mfp-close:hover {
	color: #fff;
	opacity: 1;
}
/* Media query*/

@media screen and (max-width: 991px) {
	.charity-lottery__field-container {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.charity-lottery__field-container:nth-child(odd),
	.charity-lottery__field-container:nth-child(even) {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 600px) {
	div.charity-lottery__result-form {
		max-width: 90%;
	}
	div.charity-lottery > h2 {
		font-size: 32px;
	}
	.charity-lottery__field-container {
		background-color: transparent;
	}

	.charity-lottery__field-container > label.charity-lottery__field-label  {
		position: static;
		margin-top: 10px;
		top: auto;
		left: auto;
	}
	.charity-lottery__field-container > label.error {
		position: static;
		margin-top: 5px;
		display: block;
		float: left;
		width: 100%;
	}
	.charity-lottery__field-container > input.charity-lottery__field,
	.charity-lottery__field-container > input.charity-lottery__field-company {
		background-color: #fbc16f;
		padding-left: 15px;
	}

}