body {
	background: rgba(53, 152, 219, 1) url(../../images/weform-bg.png) fixed top center repeat;
	background-size: cover;
}
.template-content h1 {
	color: #fff;
	font-size: 30px;
	margin: 27px 0px;
}
.template-content .form-holder h2 {
	color: #3b9bdb;
	font-size: 22px;
	position: relative;
	top: 25px;
	margin: 5px 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height:50px;
}

.template-content .form-holder {
	border-radius: 2px;
	background: #fff;
}
.template-content .form-holder form {
	padding: 27px;
}
.template-content .form-holder form label {
	font-size: 12px;
}
.template-content .form-holder form .form-group {
	margin-bottom: 3px;
}
.template-content .form-holder .btn-submit {
	display: block;
	width: 100%;
	border: 0px;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin-top: 10px;
}
.template-content .form-holder .btn-submit h3 {
	font-size: 30px;
	font-family: 'PT Sans Narrow';
	display: block;
	width: 100%;
	padding: 12px 5px;
}
.countdown-timer {
	font-family: 'PT Sans Narrow';
	margin-top: 13px;
}
.countdown-timer .countdown-holder {
	font-size: 30px;
	background: #f6f6f6;
	border: 0px solid #f6f6f6;
	padding: 8px;
	border-radius: 2px;
}
.countdown-timer .countdown-holder i {
	font-size: 19px;
	color: #333;
	position: relative;
	top: -5px;
	margin-right: 15px;
}
.copy {
	padding: 15px;
}
.copy p {
	color: #fff;
	font-size: 14px;
	margin: 0px;
}
.template-content .checkbox {
	position: relative;
	display: block;
	margin-top: 20px;
	margin-bottom: 0px;
}
.tos{
	font-weight:600;
	position:relative;
	top:2px;
}
@media handheld, screen and (max-width: 768px) {
	.countdown-timer .countdown-holder {
		margin-bottom: 5px;
	}
	.template-content h1 {
		font-size: 25px !important;
		margin: 22px 0px !important;
	}
	.template-content h2 {
		padding-top: 22px !important;
	}
	.template-content .form-control {
		font-size: 12px;
		height: 34px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.countdown-timer .countdown-holder {
		font-size: 25px;
		padding: 5px;
	}
	.countdown-timer .countdown-holder i {
		font-size: 15px;
		top: -5px;
		margin-right: 15px;
	}
	.template-content .form-holder form {
		padding: 22px;
		padding-top: 10px;
	}
	.template-content .form-holder .btn-submit {
		font-size: 25px;
		padding: 7px 5px;
	}

	/* Ahmed Changes*/
	.container{
		width: 100%
	}


	.template-content .form-holder form label {
		font-size: 15px;
	}

	.template-content .form-holder form .form-group {
		margin-bottom: 12px;
	}
	.form-group-lg .form-control {
		height: 70px;

	}
	.template-content .form-control {
		font-size: 18px;
	}

	.template-content .checkbox {
		padding: 20px 0px;
	}

	.template-content .form-holder h2 {
		margin-bottom: 20px
	}
}

@media handheld, screen and (max-width: 1024px) {
	/* Ahmed Changes*/
	.container{
		width: 100%
	}


	.template-content .form-holder form label {
		font-size: 15px;
	}

	.template-content .form-holder form .form-group {
		margin-bottom: 12px;
	}
	.form-group-lg .form-control {
		height: 70px;

	}
	.template-content .form-control {
		font-size: 18px;
	}

	.template-content .checkbox {
		padding: 20px 0px;
	}

	.template-content .form-holder h2 {
		margin-bottom: 20px
	}
}


@media handheld, screen and (max-width: 1024px) {


	.form-date-field .day-drop{
		margin-bottom: 5px;
		width: 100%;
	}

	.form-date-field .day-drop:not(:first-child){
		margin-left: 0px!important;
		clear: both;
	}
	.form-date-field .day-drop > label{
		width: 80px;
		margin-bottom: 0px;
	}

	.form-date-field .day-drop > select{
		width: 100%;
		margin-left: 0px;
	}
}


.form-date-field{
	display: block;
	overflow: hidden;
}

.form-date-field select{
	width: 100px;
	margin-left: 10px;
}

.form-date-field .day-drop label{
	line-height: 45px;
}

.form-date-field .day-drop:not(:first-child){
	margin-left: 40px;
}

.required-field{
	color: #ed5555
}



label[for="prefilled-check"]{
	height: 40px;
	padding-left: 0px;
}
label[for="prefilled-check"] a{
	padding-left: 5px;
	font-size: 13px;
}
