body {
	background-image: url("../_images/christmas/main-background.jpg");
}

body.uk {
	background-image: url("../_images/christmas/main-background.jpg");
}

.lbox-terms {
	width: 584px;
	height: 708px;
	background: none;
	background-image: url("../_images/christmas/lbox-christmas.png");
	border: none;
	margin: 6% auto 0 auto;
	padding: 145px 50px 98px 50px;
}

.lbox-title {
	top: 99px;
	background-image: none;
	color: #fff;
}

.jspTrack {
	background: #10ad5b
}

.jspDrag {
	background: #10ad5b;
}

.lbox-week1,
.lbox-other-week {
    background: none;
    background-image: url("../_images/christmas/lbox-message.png");
    border: none;
    width: 503px;
    height: 483px;
    margin: 11% auto 0 auto;
    padding: 56px 26px 47px 20px;
    background-position: center 30px;
    background-repeat: no-repeat;
    background-size: auto;
}

.close {
    right: 17px;
    top: 43px;
}

.lbox-terms .close {
	right: 52px;
	top: 106px;
	color: #10ad5b;
}

.username-field::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1;
	/* Firefox */
}

.username-field:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

.username-field::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #fff;
}

/* Christmas Mobile and Tablet */

@media only screen and (max-width: 1024px) {
	body {
		background-image: url("../_images/christmas/main-background-720.jpg");
	}

	body.uk {
		background-image: url("../_images/christmas/main-background-720.jpg");
	}

	.left-container {
		margin-top: 400px;
	}
}

@media only screen and (max-width: 630px) {
	.lbox-terms {
		width: 315px;
		height: 670px;
		background-image: url("../_images/christmas/lbox-christmas-mobile.png");
		background-repeat: round;
		padding: 99px 14px 68px 16px;
		background-size: cover !important;
		margin: 6% auto 20px auto;
	}

	.lbox-title {
		top: 51px;
	}

	.lbox-terms .close {
		right: 24px;
		top: 63px;
	}

	.scroll-pane {
		height: 100%;
	}

	.lbox-week1,
	.lbox-other-week {
		background-image: url("../_images/christmas/lbox-message-mobile.png");
		width: 300px;
		height: 292px;
		padding: 50px 10px 40px 10px;
	}

	.lbox-week1 img,
	.lbox-other-week img {
		width: 60%;
	}

	.lbox-week1 p,
	.lbox-other-week p {
		font-size: 14px;
		margin: 10px auto;
	}

	.lbox-week1 span,
	.lbox-other-week span {
		font-size: 11px;
	}

	.lbox-week1 .btn,
	.lbox-other-week .btn {
		font-size: 13px;
		padding: 12px 12px 8px 12px;
	}

	.close {
		right: 11px;
		top: 39px;
	}
}

@media only screen and (max-width: 596px) {
	body {
		background-image: url("../_images/christmas/main-background-480.jpg");
	}

	body.uk {
		background-image: url("../_images/christmas/main-background-480.jpg");
	}

	.left-container {
		margin-top: 255px;
	}
}