body {
    background-color: #fff;
    color: #000;
	font-family: 'Signika', sans-serif;
	line-height: 22px;
	font-size: 14px;
	width: 100%;
}

.auth-main{
	min-height: 100vh;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0px 10px;
}

input.form-control {
	width: 200px;
	height: 40px;
	-webkit-border-radius: 500px;
	border-radius: 500px;
}

.form-control {
    color: #000000;
    background-color: #ffffff;
    /* border-color: #444; */
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius:10px; 
}


    
	
	a {
		color: #21008d;
		margin-left: 37px;
		font-size: 15px;
	}



a:hover, a:focus {
	color: #6e6e6e;
    text-decoration: none;
}

.no-padding {
    padding: 0;
}

.fitxt-center {
	z-index:1;
	text-align: center;
}

.img-hol-p {
	padding-bottom: 22px;
}

/* image area */
/* .image-area {
	background: url('../image/shivpith1.jpeg'); 
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	height: 300px;
	width:300px;
	padding:50px;
	position: relative;
	left: 5px;
	-webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px; */
	/* border-radius: 12px; */
	/* z-index: 1; */
	/* position: relative;
	overflow: hidden;
	margin-top:20px;
	
} */


 .container {
    padding-right: 15px;
    padding-left: 0px;
  margin-top: -0px;
    margin-left:-20px!important;
}



.image-area .image-hader {
	padding-bottom: 22px;
}

.image-area .image-hader h2{
	color: #fff;
	text-transform: uppercase;
	position: relative;
}

.image-area .image-hader h2:before {
	content: '';
	background: #fff;
	width: 85px;
	height: 2px;
	position: absolute;
	bottom: -6px;
}

.content .address p{
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 10px;
}

.f-social-links a span {
    font-size: 16px;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-right: 5px;
    border: 1px solid #437df3;
	-moz-box-shadow: 5px 7px 10px #482c2c;
	-webkit-box-shadow: 5px 7px 10px #482c2c;
	box-shadow: 5px 7px 10px #482c2c;
}

.f-social-links a span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #320f4b;
    z-index: -1;
}

.f-social-links a span:hover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: #320f4b;
}


.footer-bottom {
	
	margin-top: 75px; 
	color: #000000;
	width: 100%;
	height: 70px;
	z-index: 900;
	position: relative;
	font-size:15px;
	text-align:right!important;
	}

/* sign area */
.sign-area {
    z-index: 1;
    background: #c5eff8;
    position: relative;
    /* color: #fff; */
    width: 100%;
    height: 570px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 3.5em 6em;
    margin-top: -540px;
	position: relative;
	left: 1030px;
	margin-right: 126px;
}
.img-fluid{
	height:150px;
	width:150px;
	margin-top:-20px;
}
.login-extra{
	margin-left: 150px;
}


@media(max-width:325px){
	.container {
		padding-right: 0px;
		padding-left: 0px;
	  margin-top: -0px;
		margin-left:-7px!important;
		width: 100%;
	}
	.img-fluid{
		height: 140px;
		width: 170px;
		margin-left: -18px;
		margin-top: -15px;
	}
	.forgot-text{
		margin-right: 20px;
	}
	.sign-up {
		width: 100%;
	}
	.col-sm-8{
		width: 50%;
	}
	.input-group-icon input.form-control {
		width: 100%;
	}
	.auth-main{
		width: 100%;
	}
	.col-sm-12 {
		width: 100%;
	}
	/* .login-extra{
		margin-left: 0px;
	} */
	.sign-up2 {
		margin-left:0px;
		margin-top: 40px;
		width: 100%;
	}
	.sign-up3{
		
			margin-left: 45px;
			margin-top: 40px;
			width: 100%;
		
	}
	.login-extra {
        margin-left: -237px;
		width: 25%;
    }

	.login-image{
		width: 300px;
		margin-left: 222px;
	}
	
.sign-area {
    z-index: 1;
    background: #c5eff8;
    position: relative;
    /* color: #fff; */
    width: 100%;
    height: 566px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 3.5em 6em;
    margin-top: -540px;
    position: relative;
    left: 1005px;
    margin-right: 126px;
}
	.log-page,
    .col-lg-offset-right-1,
	.col-md-offset-right-1, 
	.col-sm-12 
	.col-xs-12{
		margin-top: 550px;
		margin-left: -1000px;
	}
	
}
@media(min-width:330px) and (max-width:380px){
	.container {
		padding-right: 0px;
		padding-left: 0px;
	  margin-top: -0px;
		margin-left:-7px!important;
		width: 100%;
	}
	.img-fluid{
		height: 150px;
		width: 160px;
		margin-left: -18px;
		margin-top: -19px;
	}
	.forgot-text{
		margin-right: 20px;
	}
	.forgot{
		margin-left: 27px;
	}
	.sign-up {
		width: 100%;
	}
	.col-sm-8{
		width: 50%;
	}
	.sign-up2{
		margin-left: 0px;
		margin-top: 40px;
	} 
	.input-group-icon input.form-control {
		width: 100%;
	}
	.auth-main{
		width: 100%;
	}
	.col-sm-12 {
		width: 100%;
	}
	/* .login-extra{
		margin-left: 0px;
	} */
	.sign-up2 {
		margin-left: 50px;
		margin-top: 40px;
		width: 100%;
	}
	.sign-up3{
		
			margin-left: 45px;
			margin-top: 40px;
			width: 100%;
		
	}
	.login-extra {
        margin-left: -237px;
		width: 25%;
    }

	.login-image{
		width:365px;
		margin-left: 215px;
	}
	.btn-round {
		/* background-color: #212121;
		border-color: #444;
		margin-top: 25px;
		height: 42px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		-moz-box-shadow: 2px 3px 6px #2c2c2c;
		-webkit-box-shadow: 2px 3px 6px #2c2c2c;
		box-shadow: 2px 3px 6px #2c2c2c; */
	
		background-color:white;
		color: #fd7401;
		margin-top: 10px;
		height: 35px;
		width: 100%;
		margin-left: -20px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 5px;
		border: 3px solid #fd7401;
	}
	.btn-round2{
		background-color:white;
		color: #fd7401;
		margin-top: 50px;
		height: 35px;
		width: 100%;
		margin-left: -40px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 5px;
		border: 1px solid #fd7401;
	}
	.btn-round2:hover{
		background-color: #fd7401;
		color: white;
	}
	
	.btn-round:hover{
		background-color: #fd7401;
		color: white;
	}
	
	.btn-round1 {
		background-color: #ff7b44;
		border-color: #444;
		margin-top: 30px;
		height: 35px;
		width: 50%;
		margin-left: 50px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
	}
	.sign-up2{
		margin-left: 10px;
		margin-top: 40px;
	}
	.sign-area {
		z-index: 1;
		background: #c5eff8;
		position: relative;
		/* color: #fff; */
		width: 100%;
		height: 566px;
		-webkit-border-top-left-radius: 15px;
		-webkit-border-bottom-left-radius: 15px;
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
		padding: 3.5em 6em;
		margin-top: -540px;
		position: relative;
		left: 1005px;
		margin-right: 126px;
	}
		.log-page,
		.col-lg-offset-right-1,
		.col-md-offset-right-1, 
		.col-sm-12 
		.col-xs-12{
			margin-top: 550px;
			margin-left: -1000px;
		}
		


}
	@media(min-width:420px) and (max-width:760px){
		.login-extra {
			margin-left: -237px;
			width: 25%;
		}
	
		.login-image{
			width:480px;
			margin-left: 180px;
		}

		.sign-up2 {
			margin-left: 50px;
			margin-top: 40px;
			width: 35%;
		}
		.sign-up3{
			
				margin-left: 45px;
				margin-top: 40px;
				width: 35%;
			
		}
		.forgot{
			margin-left: 77px;
		   } 
		.sign-up {
			width: 35%;
		}
		.container {
			padding-right: 0px;
			padding-left: 0px;
		  margin-top: -0px;
			margin-left:-7px!important;
			width: 100%;
		}
		.img-fluid{
			height: 135px;
			width: 160px;
			margin-left: -18px;
			margin-top: -10px;
		}
		.forgot-text{
			margin-right: 20px;
		}
		.sign-up {
			width: 100%;
		}
		.col-sm-8{
			width: 50%;
		}
		.sign-up2{
			margin-left: 0px;
			margin-top: 40px;
		} 
		.input-group-icon input.form-control {
			width: 100%;
		}
		.auth-main{
			width: 100%;
		}
		.col-sm-12 {
			width: 100%;
		}
		/* .login-extra{
			margin-left: 0px;
		} */
		.sign-up2 {
			margin-left: 50px;
			margin-top: 40px;
			width: 100%;
		}
		.sign-up3{
			
				margin-left: 45px;
				margin-top: 40px;
				width: 100%;
			
		}
		.btn-round {
			/* background-color: #212121;
			border-color: #444;
			margin-top: 25px;
			height: 42px;
			-webkit-border-radius: 50px;
			-moz-border-radius: 50px;
			border-radius: 50px;
			-moz-box-shadow: 2px 3px 6px #2c2c2c;
			-webkit-box-shadow: 2px 3px 6px #2c2c2c;
			box-shadow: 2px 3px 6px #2c2c2c; */
		
			background-color:white;
			color: #fd7401;
			margin-top: 10px;
			height: 35px;
			width: 100%;
			margin-left: -20px;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 5px;
			border: 3px solid #fd7401;
		}
		.btn-round2{
			background-color:white;
			color: #fd7401;
			margin-top: 50px;
			height: 35px;
			width: 100%;
			margin-left: -40px;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 5px;
			border: 1px solid #fd7401;
		}
		.btn-round2:hover{
			background-color: #fd7401;
			color: white;
		}
		
		.btn-round:hover{
			background-color: #fd7401;
			color: white;
		}
		
		.btn-round1 {
			background-color: #ff7b44;
			border-color: #444;
			margin-top: 30px;
			height: 35px;
			width: 50%;
			margin-left: 50px;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 15px;
		}
		.sign-up2{
			margin-left: 10px;
			margin-top: 40px;
		}
		.sign-area {
			z-index: 1;
			background: #c5eff8;
			position: relative;
			/* color: #fff; */
			width: 100%;
			height: 566px;
			-webkit-border-top-left-radius: 15px;
			-webkit-border-bottom-left-radius: 15px;
			border-top-left-radius: 15px;
			border-bottom-left-radius: 15px;
			padding: 3.5em 6em;
			margin-top: -540px;
			position: relative;
			left: 1005px;
			margin-right: 126px;
		}
			.log-page,
			.col-lg-offset-right-1,
			.col-md-offset-right-1, 
			.col-sm-12 
			.col-xs-12{
				margin-top: 550px;
				margin-left: -1000px;
			}
			

	}
	@media(min-width:600px) and (max-width:790px){
		.login-extra {
			margin-left: -237px;
			width: 25%;
		}
	
		.login-image{
			width:350px;
			margin-left: 230px;
			margin-top: 80px;
		}

		.sign-up2 {
			margin-left: 50px;
			margin-top: 40px;
			width: 35%;
		}
		.sign-up3{
			
				margin-left: 45px;
				margin-top: 40px;
				width: 35%;
			
		}
		/* .sign-up {
			width: 35%;
		} */
		.forgot{
			margin-left: 280px;
		   } 
		.container {
			padding-right: 0px;
			padding-left: 0px;
		  margin-top: -0px;
			margin-left:-7px!important;
			width: 100%;
		}
		.img-fluid{
			height: 130px;
			width: 150px;
			margin-left: -18px;
			margin-top: -30px;
		}
		.forgot-text{
			margin-right: 20px;
		}
		.sign-up {
			width: 100%;
		}
		.col-sm-8{
			width: 50%;
		}
		.sign-up2{
			margin-left: 0px;
			margin-top: 40px;
		} 
		.input-group-icon input.form-control {
			width: 100%;
		}
		.auth-main{
			width: 100%;
		}
		.col-sm-12 {
			width: 100%;
		}
		/* .login-extra{
			margin-left: 0px;
		} */
		.sign-up2 {
			margin-left: 50px;
			margin-top: 40px;
			width: 100%;
		}
		.sign-up3{
			
				margin-left: 45px;
				margin-top: 40px;
				width: 100%;
			
		}
		.text{
			width: 100%;
		}
		.btn-round {
			/* background-color: #212121;
			border-color: #444;
			margin-top: 25px;
			height: 42px;
			-webkit-border-radius: 50px;
			-moz-border-radius: 50px;
			border-radius: 50px;
			-moz-box-shadow: 2px 3px 6px #2c2c2c;
			-webkit-box-shadow: 2px 3px 6px #2c2c2c;
			box-shadow: 2px 3px 6px #2c2c2c; */
		
			background-color:white;
			color: #fd7401;
			margin-top: 10px;
			height: 35px;
			width: 100%;
			margin-left: -25px;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 5px;
			border: 3px solid #fd7401;
		}
		.btn-round2{
			background-color:white;
			color: #fd7401;
			margin-top: 50px;
			height: 35px;
			width: 100%;
			margin-left: -40px;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 5px;
			border: 1px solid #fd7401;
		}
		.btn-round2:hover{
			background-color: #fd7401;
			color: white;
		}
		
		.btn-round:hover{
			background-color: #fd7401;
			color: white;
		}
		
		.btn-round1 {
			background-color: #ff7b44;
			border-color: #444;
			margin-top: 30px;
			height: 35px;
			width: 50%;
			margin-left: 50px;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 15px;
		}
		.sign-up2{
			margin-left: 10px;
			margin-top: 40px;
		}
		.sign-area {
			z-index: 1;
			background: #c5eff8;
			position: relative;
			/* color: #fff; */
			width: 50%;
			height: 566px;
			-webkit-border-top-left-radius: 15px;
			-webkit-border-bottom-left-radius: 15px;
			border-top-left-radius: 15px;
			border-bottom-left-radius: 15px;
			padding: 3.5em 6em;
			margin-top: -565px;
			position: relative;
			left: 1005px;
			margin-right: 126px;
		}
			.log-page,
			.col-lg-offset-right-1,
			.col-md-offset-right-1, 
			.col-sm-12 
			.col-xs-12{
				margin-top: 550px;
				margin-left: -1000px;
			}
			.userpass1{
				width: 260px;
			}
			.userpass2{
				width: 386px !important
			}
			.log-page{
				margin-right: 140px;
			}
			.log-page1{
				margin-left:4px;
			}
			.forgot{
				margin-left: -100px;
			}

	}
	@media(min-width:1030px) and (max-width:1450px){
		.sign-area {
			z-index: 1;
			margin-top: -605px;
			background: #c5eff8;
			position: relative;
			width: 100%;
			height: 590px;
			-webkit-border-top-left-radius: 15px;
			-webkit-border-bottom-left-radius: 15px;
			border-top-left-radius: 15px;
			border-bottom-left-radius: 15px;
			padding: 3.5em 6em;
			/* margin-top: 17px; */
			margin-left: -50px;
		}
		.login-image{
			width:600px;
			margin-left: 10px;
			margin-top: 50px;
		}
	}
	@media(min-width:1470px) {
		/* and (max-width:1510px) */
		.sign-area {
			z-index: 1;
			margin-top: -605px;
			background: #c5eff8;
			position: relative;
			width: 100%;
			height: 590px;
			-webkit-border-top-left-radius: 15px;
			-webkit-border-bottom-left-radius: 15px;
			border-top-left-radius: 15px;
			border-bottom-left-radius: 15px;
			padding: 3.5em 6em;
			/* margin-top: 17px; */
			margin-left: -14px;
		}
		.login-image{
			width:600px;
			margin-left: 10px;
			margin-top: 50px;
		}
	}

	@media(min-width:850px) and (max-width:1050px){
		.login-extra {
			margin-left: -237px;
			width: 25%;
		}
	
		.login-image{
			width:500px;
			margin-left: 260px;
		}

		.sign-up2 {
			margin-left: 50px;
			margin-top: 40px;
			width: 35%;
		}
		.sign-up3{
			
				margin-left: 45px;
				margin-top: 40px;
				width: 35%;
			
		}
		/* .sign-up {
			width: 35%;
		} */
		.container {
			padding-right: 0px;
			padding-left: 0px;
		  margin-top: -0px;
			margin-left:-7px!important;
			width: 39%;
		}
		.img-fluid{
			height: 145px;
			width: 180px;
			margin-left: -18px;
			margin-top: -16px;
		}
		.forgot-text{
			margin-right: 20px;
		}
		.sign-up {
			width: 100%;
		}
		.col-sm-8{
			width: 50%;
		}
		.sign-up2{
			margin-left: 0px;
			margin-top: 40px;
		} 
		.input-group-icon input.form-control {
			width: 100%;
		}
		.auth-main{
			width: 100%;
		}
		.col-sm-12 {
			width: 100%;
		}
		/* .login-extra{
			margin-left: 0px;
		} */
		.sign-up2 {
			margin-left: 50px;
			margin-top: 40px;
			width: 50%;
		}
		.sign-up3{
			
				margin-left: 45px;
				margin-top: 40px;
				width: 100%;
			
		}
		a {
			color: #21008d;
			margin-left: -49px;
		}
		.text{
			width: 100%;
		}
		.btn-round {
			/* background-color: #212121;
			border-color: #444;
			margin-top: 25px;
			height: 42px;
			-webkit-border-radius: 50px;
			-moz-border-radius: 50px;
			border-radius: 50px;
			-moz-box-shadow: 2px 3px 6px #2c2c2c;
			-webkit-box-shadow: 2px 3px 6px #2c2c2c;
			box-shadow: 2px 3px 6px #2c2c2c; */
		
			background-color:white;
			color: #fd7401;
			margin-top: 10px;
			height: 35px;
			width:100%;
			margin-left: -25px;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 5px;
			border: 3px solid #fd7401;
		}
		.btn-round2{
			background-color:white;
			color: #fd7401;
			margin-top: 50px;
			height: 35px;
			width: 100%;
			margin-left: -40px;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 5px;
			border: 1px solid #fd7401;
		}
		.btn-round2:hover{
			background-color: #fd7401;
			color: white;
		}
		
		.btn-round:hover{
			background-color: #fd7401;
			color: white;
		}
		
		.btn-round1 {
			background-color: #ff7b44;
			border-color: #444;
			margin-top: 30px;
			height: 35px;
			width: 100%;
			margin-left: 50px;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 15px;
		}
		.sign-up2{
			margin-left: 10px;
			margin-top: 40px;
			width: 100%;
		}
		.userpass1{
			width: 560px;
		}
		.userpass2{
			width: 686px !important
		}
		.log-page{
			margin-right: 140px;
		}
		.log-page1{
			margin-left:4px;
		}
		.sign-area {
			z-index: 1;
			background: #c5eff8;
			position: relative;
			/* color: #fff; */
			width: 100%;
			height: 566px;
			-webkit-border-top-left-radius: 15px;
			-webkit-border-bottom-left-radius: 15px;
			border-top-left-radius: 15px;
			border-bottom-left-radius: 15px;
			padding: 3.5em 6em;
			margin-top: -550px;
			position: relative;
			left: 1280px;
			/* margin-right: 126px; */
		}
			.log-page,
			.col-lg-offset-right-1,
			.col-md-offset-right-1, 
			.col-sm-12 
			.col-xs-12{
				margin-top: 550px;
				margin-left: -1000px;
			}
	}

	
	@media(min-width:768px){
		.btn-round1 {
		
			margin-left: 100px !important;
		
		}
	}
	
	.btn-round:focus,
	.btn-round:active {
		background-color: #2d2c2c;
		color: #fff;
		border-color: #3a3939;
		outline: none !important;
	
	}
	


@media(min-width:768px){
	/* .sign-area {
		z-index: 1;
		background: #c5eff8;
		position: relative;
		width: 100%;
		height: 570px;
		-webkit-border-top-left-radius: 15px;
		-webkit-border-bottom-left-radius: 15px;
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
		padding: 3.5em 6em;
		margin-top: 17px;
		position: relative;
		right: 135px;
	} */
	/* .image-area {
		background: url('../image/shivpith1.jpeg'); 
		background-position: center;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		height: 500px;
		width:70%;
		padding:50px;
		position: relative;
		left: 130px;
		-webkit-border-top-left-radius: 15px;
		-webkit-border-bottom-left-radius: 15px;
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
		position: relative;
		overflow: hidden;
		margin-top:20px;
		
	} */
	
}

@media(min-width:1024px){
	/* .sign-area {
		z-index: 1;
		margin-top: -548px;
		margin-left: 100px;
		background: #c5eff8;
		position: relative;
		width: 100%;
		height: 570px;
		-webkit-border-top-left-radius: 15px;
		-webkit-border-bottom-left-radius: 15px;
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
		padding: 3.5em 6em;
		margin-top: 17px;
		
	} */
	/* .image-area {
		background: url('../image/shivpith1.jpeg'); 
		background-position: center;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		height: 495px;
		width:100%;
		padding:50px;
		-webkit-border-top-left-radius: 15px;
		-webkit-border-bottom-left-radius: 15px;
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
		position: relative;
		overflow: hidden;
		margin-top:20px;
	
	} */
	
}


@media(min-width:1321px){
	.log-footer1 {
	margin-top: -45px;
		
	}
}
.log-forget{
	margin-left: 110px;
	margin-top: -20px;
}
@media(min-width:768px){
	.log-forget {
		margin-left: 250px;
		
	}
}
.sign-area::before {
    border-right: 60px solid #212121;
    border-top: 70px solid transparent;
    border-bottom: 70px solid transparent;
    content: '';
    height: 0;
    left: -60px;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: 213px;
}

.sign-area .sign-hader {
	text-align: center;
	/* margin-top: -40px; */
	/* padding-top: 30px;
	padding-bottom: 30px; */
}

/* btn round */
/* background-color: #212121;
	border-color: #444;
	margin-top: 25px;
	height: 42px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-moz-box-shadow: 2px 3px 6px #2c2c2c;
	-webkit-box-shadow: 2px 3px 6px #2c2c2c;
	box-shadow: 2px 3px 6px #2c2c2c; */
/* @media(min-width:1024px) and (max-width:1440px){
 .btn-round {
	
	background-color:white;
    color: #fd7401;
    margin-top: 10px;
    height: 35px;
    width: 100%;
    margin-left: -40px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 5px;
    border: 3px solid #fd7401;
}
.btn-round2{
	background-color:white;
    color: #fd7401;
    margin-top: 50px;
    height: 35px;
    width: 82%;
    margin-left: 37px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 5px;
    border: 1px solid #fd7401;
}
.btn-round2:hover{
	background-color: #fd7401;
	color: white;
}

.btn-round:hover{
	background-color: #fd7401;
	color: white;
}

.btn-round1 {
    background-color: #ff7b44;
    border-color: #444;
    margin-top: 30px;
    height: 35px;
    width: 50%;
    margin-left: 50px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.sign-up2{
	margin-left: 10px;
	margin-top: 40px;
} 
} */
@media(min-width:1430px) {
	.btn-round {
	   
	   background-color:white;
	   color: #fd7401;
	   margin-top: 10px;
	   height: 35px;
	   width: 100%;
	   margin-left: -22px;
	   -webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	   border-radius: 5px;
	   border: 3px solid #fd7401;
   }
   .btn-round2{
	   background-color:white;
	   color: #fd7401;
	   margin-top: 50px;
	   height: 35px;
	   width: 100%;
	   margin-left: -5px;
	   -webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	   border-radius: 5px;
	   border: 1px solid #fd7401;
   }
   .btn-round2:hover{
	   background-color: #fd7401;
	   color: white;
   }
   
   .btn-round:hover{
	   background-color: #fd7401;
	   color: white;
   }
   
   .btn-round1 {
	   background-color: #ff7b44;
	   border-color: #444;
	   margin-top: 30px;
	   height: 35px;
	   width: 50%;
	   margin-left: 50px;
	   -webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	   border-radius: 15px;
   }
   .sign-up2{
	   margin-left: 10px;
	   margin-top: 40px;
   }
   .forgot{
	margin-left: 30px;
   } 
   
	/* .sign-area {
		z-index: 1;
		margin-top: -610px;
		background: #c5eff8;
		position: relative;
		width: 100%;
		height: 590px;
		-webkit-border-top-left-radius: 15px;
		-webkit-border-bottom-left-radius: 15px;
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
		padding: 3.5em 6em;
		margin-top: 17px;
		margin-left: 50px;
	} */
	.login-image{
		width:600px;
		margin-left: 10px;
		margin-top: 50px;
	}
}
   
   
@media(min-width:768px){
	.btn-round1 {
	
		margin-left: 100px !important;
	
	}
}

.btn-round:focus,
.btn-round:active {
    background-color: #2d2c2c;
    color: #fff;
    border-color: #3a3939;
    outline: none !important;

}

.text{
	
	text-align: center;
	color:#FE9569;

}

.text1{
	
	text-align: center;
	color:#000000;

}

.forgot-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 10px;
}

.sign-footer p {
	color: #444;
	text-align: center;
	margin-top: 30px !important;
}

.forgot-header {
	color: #545454;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #444;
    border-radius: 4px;
	background: #212121;
	text-align: center;
}

.forgot-header h4 {
	color:#fff;
	margin-top:0;
	margin-bottom:6px;
}

.alert-msg {
	color: #6ca115;
    padding: 8px;
	margin-top: -8px;
    margin-bottom: 12px;
    border: 1px solid #6ca115;
    border-radius: 4px;
	background: #212121;
	text-align: center;
}
			
.alert-msg.danger {
	color: #de1313;
    border-color: #de1313;
}

/* form - input icon */

.icon{
	color: #8bc3cf;
	font-size: 15px;
}

.input-group-icon {
	width: 100%;
	table-layout: fixed;
}

.input-group-icon input.form-control {
	font-size: 1.2rem;
	padding-right: 36px;
}

.input-group-icon input.form-control:first-child,
.input-group-icon input.form-control:last-child {
	-webkit-border-radius: 500px;
	border-radius: 500px;
}

.input-group-icon .input-group-addon {
	position: relative;
	padding: 0;
	border: 0 none;
	width: 0;
}

.input-group-icon .input-group-addon span.icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border: 0;
	z-index: 4;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 11px 16px;
	background: #fd7401;
	line-height: 1.42857143;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	pointer-events: none;
	color: #ffffff;
}

.form-control{
	height: 55px;
	margin-left: -85px;
	border-radius: 0px;
	 font-family: arial black;
	 margin-bottom: 10px;
}


.input-group-icon .input-group-addon:last-child span.icon {
	left: auto;
	right: 0;
	top:9px;
	height: 18px;
	border-radius: 5px;
}
.addon{
	margin-bottom: 10px;
}

.input-group-icon .input-group-addon + input.form-control {
	padding-right: 12px;
	padding-left: 38px;
	color: #000;
}

/* Form - Custom Checkbox */
.checkbox-replace .i-checks {
	padding-left: 20px;
	cursor: pointer;
	margin-bottom: 0;
}

.checkbox-replace .i-checks input {
	position: absolute;
	margin-left: -20px;
	opacity: 0;
}

.checkbox-replace .i-checks input:checked + span .active {
	display: inherit;
}

.checkbox-replace .i-checks > span {
	margin-left: -20px;
}

.checkbox-replace .i-checks > span .active {
	display: none;
}

.checkbox-replace .i-checks > i {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: -2px;
	margin-right: 4px;
	margin-left: -20px;
	line-height: 1;
	vertical-align: middle;
	background-color: transparent;
	border: 1px solid #444;
	-webkit-transition: all .2s;
	transition: all .2s;
}

html.dark .checkbox-replace .i-checks > i {
	border-color: #535353;
}

.checkbox-replace .i-checks > i:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	background-color: #ffbd2e;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .2s;
	transition: all .2s;
}

.checkbox-replace .i-checks input:checked + i {
	border-color: #ffbd2e;
}

html.dark .checkbox-replace .i-checks input:checked + i{
	border-color: #ff685c;
}

.checkbox-replace .i-checks input:checked + i:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

html.dark .checkbox-replace .i-checks input:checked + i:before {
	background-color: #ff685c;
}

.checkbox-replace .i-checks input:disabled + i {
	border-color: #dee5e7;
}

.checkbox-replace .i-checks input:disabled + i:before{
	background-color: #dee5e7;
}

html.dark .checkbox-replace .i-checks input:disabled + i{
	border-color: #4c4c4d;
}

html.dark .checkbox-replace .i-checks input:disabled + i:before{
	background-color: #4c4c4d;
}

/* Forms Validations */
label.valid {
	display: inline-block;
	text-indent: -9999px;
}

span.error {
	color: #C10000;
	font-size: 0.9em;
	font-weight: normal;
	margin-top: -5px;
	margin-bottom: 0;
	padding: 0;
}





/* animation */
.slideIn {
	-webkit-animation-name: slideIn;
	-moz-animation-name: slideIn;
	-o-animation-name: slideIn;
	animation-name: slideIn;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	visibility: visible !important;
}
			
@-webkit-keyframes slideIn {
    0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
    100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
			
@-moz-keyframes slideIn {
    0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
    100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes slideIn {
    0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
    100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes slideIn {
    0% {
		opacity: 0;
		transform: translateX(-20px);
	}
    100% {
		opacity: 1;
		transform: translateX(0);
	}
}
	/* .container {
		padding-right: 15px;
		padding-left: 15px;
		 margin-right:0;
		margin-left:300px;
	} */


	
	.login-box h2 {
		margin: 0 0 30px;
		padding: 0;
		color: #fff;
		text-align: center;
	  }
	  
	  .login-box .user-box {
		position: relative;
	  }
	  
	  .login-box .user-box input {
		width: 100%;
		padding: 10px 0;
		font-size: 20px;
		color: #000000;
		margin-bottom: 30px;
		border: none;
		border-bottom: 1px solid #000000;
		outline: none;
		background: transparent;
	  }
	  .login-box .user-box label {
		position: absolute;
		top:0;
		left: 0;
		padding: 10px 0;
		font-size: 16px;
		color: #312d2d60;
		pointer-events: none;
		transition: .5s;
	  }
	  
	  .login-box .user-box input:focus ~ label,
	  .login-box .user-box input:valid ~ label {
		top: -20px;
		left: 0;
		color: #000000;
		font-size: 12px;
	  }
	  
	  .login-box form a {
		position: relative;
		display: inline-block;
		padding: 10px 20px;
		color: #000000;
		font-size: 16px;
		text-decoration: none;
		text-transform: uppercase;
		overflow: hidden;
		transition: .5s;
		margin-top: 40px;
		letter-spacing: 4px
	  }
	  
	  .login-box a:hover {
		background: #000000;
		color: #fff;
		border-radius: 5px;
		box-shadow: 0 0 5px #000000,
					0 0 25px #000000,
					0 0 50px #000000,
					0 0 100px #000000;
	  }
	  
	  .login-box a span {
		position: absolute;
		display: block;
	  }
	  
	  .login-box a span:nth-child(1) {
		top: 0;
		left: -100%;
		width: 100%;
		height: 2px;
		background: linear-gradient(90deg, transparent, #000000);
		animation: btn-anim1 1s linear infinite;
	  }
	  

	.user-box {
		display: flex; /* Use flexbox to align items horizontally */
		align-items: center; /* Center items vertically within the container */
	}
	
	.user-box input[type="text"] {
		flex: 1; /* Let the input field take the remaining space */
	}
	
	.user-box .icon {
		margin-left:-25px; /* Add some space between the input field and the icon */
		font-size: 20px;
		margin-bottom: 21px;
	}



/* media queries */


@media(max-width:325px) {

	.btn-round {
		/* background-color: #212121;
		border-color: #444;
		margin-top: 25px;
		height: 42px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		-moz-box-shadow: 2px 3px 6px #2c2c2c;
		-webkit-box-shadow: 2px 3px 6px #2c2c2c;
		box-shadow: 2px 3px 6px #2c2c2c; */
	
		background-color:white;
		color: #fd7401;
		margin-top: 10px;
		height: 35px;
		width: 100%;
		margin-left: 3px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 5px;
		border: 3px solid #fd7401;
	}
	.btn-round:hover{
		background-color: #fd7401;
		color: white;
	}
	.forgot{
		margin-left: -28px;
	}
	.btn-round2{
		background-color:white;
		color: #fd7401;
		margin-top: 50px;
		height: 35px;
		width: 100%;
		margin-left: -40px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 5px;
		border: 1px solid #fd7401;
	}
	.btn-round2:hover{
		background-color: #fd7401;
		color: white;
	}
	}






@media(max-width:991px) {
    .sign-area {
		-webkit-border-top-left-radius: 15px;
		-webkit-border-bottom-left-radius: 15px;
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
		}
    }

	.sign-area::before {
	    display: none;
	}

	.sign-area {
	    padding: 1.5em 2em;
	}

	.w-full {
	    padding: 8px 5px;
	}


@media(max-width:1199px) {
	.sign-area::before {
	    border-right-width: 50px; 
	    border-top-width: 60px; 
	    border-bottom-width: 60px; 
	    left: -50px;
	    top: 223px;
	}
}





/* Twitter */
  .fa-twitter {
	background: white;
    color: #a4a1a1;
  }

  .fa-instagram {
	background: white;
    color: #a4a1a1;
  }
 
  .fa-facebook {
	background: white;
    color: #a4a1a1;
  }









  @media (min-width:300px){
	.userpass1{
		width: 120px;
	}
	.userpass2{
		width: 245px !important
	}
	.log-page{
		margin-right: 140px;
	}
	.sign-up{
		margin-left:0px;
	}
	.log-page1{
		margin-left:0px;
	}
}

@media (min-width:360px){
	.userpass1{
		width: 170px;
	}
	.userpass2{
		width: 300px !important
	}
	.log-page{
		margin-right: 140px;
	}
	.log-page1{
		margin-left:22px;
	}
	.sign-up{
		margin-left:27px;
	}
}

@media (min-width:410px){
	.userpass1{
		width: 220px;
	}
	.userpass2{
		width: 350px !important
	}
	.log-page{
		margin-right: 140px;
	}
	.log-page1{
		margin-left:44px;
	}
	.sign-up{
		margin-left:27px;
	}
}

@media (min-width:750px){
	
	/* .sign-up{
		margin-left:80px;
	} */
}

@media (min-width:1000px){
	.userpass1{
		width: 195px;
	}
	.userpass2{
		width: 320px !important
	}
	.log-page{
		margin-right: 300px;
	}
	.log-page1{
		margin-left:-10px;
	}
}

@media (min-width:1400px){
	.userpass1{
		width: 285px;
	}
	.userpass2{
		width: 415px !important
	}
	.log-page{
		margin-right: 500px;
	}
	.log-page1{
		margin-left:92px;
	}
}



.fa {
	font-size: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    text-decoration: none;
	margin-left: 8px;
  }
  
  /* Add a hover effect if you want */
  .fa:hover {
	opacity: 0.7;
  }