html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

body {
	background: url(../image/bg.jpg) #f8f6e9;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	-moz-background-size: 100% 100%;
}

.htmleaf-container {
	margin: 0 auto;
}

.index {
	
}

.form-bg {
	/* background: #00b4ef; */
	
}

.form-table {
	/* margin-top:100px; */
	padding-bottom: 40px;
	border-radius: 15px;
	text-align: center;
	box-shadow: 5px 5px 5px #e0e0e0, 3px -3px 3px #e0e0e0, -2px 2px 2px
		#e0e0e0, -1px -1px 1px #e0e0e0;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, 30%);
}

.form-horizontal {
	
}

.form-horizontal .heading {
	display: block;
	font-size: 35px;
	font-weight: 700;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}

.heading .head-name {
	font-size: 20px;
	text-align: right;
	padding-right: 30px;
}

.form-horizontal .form-group {
	padding: 0 40px;
	margin: 0 0 25px 0;
	position: relative;
}

.form-horizontal .form-control {
	background: #fff;
	border: none;
	border-radius: 20px;
	box-shadow: none;
	padding: 0 20px 0 45px;
	height: 40px;
	transition: all 0.3s ease 0s;
}

.form-horizontal .form-control:focus {
	background: #e0e0e0;
	box-shadow: none;
	outline: 0 none;
}

.form-horizontal .form-group i {
	position: absolute;
	top: 12px;
	left: 60px;
	font-size: 17px;
	color: #c8c8c8;
	transition: all 0.5s ease 0s;
}

.form-horizontal .form-control:focus+i {
	color: #00b4ef;
}

.form-horizontal .fa-question-circle {
	display: inline-block;
	position: absolute;
	top: 12px;
	right: 60px;
	font-size: 20px;
	color: #808080;
	transition: all 0.5s ease 0s;
}

.form-horizontal .fa-question-circle:hover {
	color: #000;
}

.form-horizontal .main-checkbox {
	float: left;
	width: 20px;
	height: 20px;
	background: #11a3fc;
	border-radius: 50%;
	position: relative;
	margin: 5px 0 0 5px;
	border: 1px solid #11a3fc;
}

.form-horizontal .main-checkbox label {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.form-horizontal .main-checkbox label:after {
	content: "";
	width: 10px;
	height: 5px;
	position: absolute;
	top: 5px;
	left: 4px;
	border: 3px solid #fff;
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.form-horizontal .main-checkbox input[type=checkbox] {
	visibility: hidden;
}

.form-horizontal .main-checkbox input[type=checkbox]:checked+label:after
	{
	opacity: 1;
}

.form-horizontal .text {
	float: left;
	margin-left: 7px;
	line-height: 20px;
	padding-top: 5px;
	text-transform: capitalize;
}

.form-horizontal .btn {
	float: right;
	font-size: 14px;
	color: #fff;
	background: #00b4ef;
	border-radius: 30px;
	padding: 10px 25px;
	border: none;
	text-transform: capitalize;
	transition: all 0.5s ease 0s;
}

.index-logo {
	width: 100px;
	margin: 0 40px 0 -100px;
}

.error {
	color: red;
}

footer {
	width: 100%;
	bottom: 100px;
	height: 35px;
	position: fixed;
	text-align: center;
}

@media only screen and (max-width: 479px) {
	.form-horizontal .form-group {
		padding: 0 25px;
	}
	.form-horizontal .form-group i {
		left: 45px;
	}
	.form-horizontal .btn {
		padding: 10px 20px;
	}
}

@media ( max-width : 480px) {
	.form-table {
		padding-bottom: 40px;
		border-radius: 15px;
		text-align: center;
		box-shadow: 5px 5px 5px #e0e0e0, 3px -3px 3px #e0e0e0, -2px 2px 2px
			#e0e0e0, -1px -1px 1px #e0e0e0;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 99%;
		transform: translate(-50%, 30%);
	}
	.form-horizontal .heading {
		display: block;
		font-size: 20px;
		font-weight: 700;
		padding: 15px 0;
		border-bottom: 1px solid #ccc;
		margin-bottom: 30px;
	}
	
	.heading .head-name {
		font-size: 14px;
		text-align: right;
		padding-right: 30px;
	}
}

@media ( max-width : 480px) {
	footer {
		width: 100%;
		bottom: 20px;
		height: 35px;
		position: fixed;
		text-align: center;
	}
}