.login-form {
	/*background:#eee;*/
	/*background:#F7DA55;*/
	background: #adc400;
	/*width: 26%;*/
	margin:9% auto 4% auto;
 	position: relative;
 	-webkit-border-radius: 0.4em;
	-o-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	box-shadow: rgba(243, 208, 39, 0.33) 1px 1px,
 rgba(243, 208, 39, 0.33) 2px 2px,
 rgba(243, 208, 39, 0.33) 3px 3px,
 rgba(243, 208, 39, 0.33) 4px 4px,
 rgba(243, 208, 39, 0.33) 5px 5px,
 rgba(243, 208, 39, 0.33) 6px 6px,
 rgba(243, 208, 39, 0.33) 7px 7px,
 rgba(243, 208, 39, 0.33) 8px 8px,
 rgba(243, 208, 39, 0.33) 9px 9px,
 rgba(243, 208, 39, 0.33) 10px 10px,
 rgba(243, 208, 39, 0.33) 11px 11px,
 rgba(243, 208, 39, 0.33) 12px 12px,
 rgba(243, 208, 39, 0.33) 13px 13px,
 rgba(243, 208, 39, 0.33) 14px 14px,
 rgba(243, 208, 39, 0.33) 15px 15px,
 rgba(243, 208, 39, 0.33) 16px 16px,
 rgba(243, 208, 39, 0.33) 17px 17px,
 rgba(243, 208, 39, 0.33) 18px 18px,
 rgba(243, 208, 39, 0.33) 19px 19px,
 rgba(243, 208, 39, 0.33) 20px 20px,
 rgba(243, 208, 39, 0.33) 21px 21px,
 rgba(243, 208, 39, 0.33) 22px 22px,
 rgba(243, 208, 39, 0.33) 23px 23px,
 rgba(243, 208, 39, 0.33) 24px 24px,
 rgba(243, 208, 39, 0.33) 25px 25px,
 rgba(243, 208, 39, 0.33) 26px 26px,
 rgba(243, 208, 39, 0.33) 27px 27px,
 rgba(243, 208, 39, 0.33) 28px 28px,
 rgba(243, 208, 39, 0.33) 29px 29px,
 rgba(243, 208, 39, 0.33) 30px 30px,
 rgba(243, 208, 39, 0.33) 31px 31px,
 rgba(243, 208, 39, 0.33) 32px 32px,
 rgba(243, 208, 39, 0.33) 33px 33px,
 rgba(243, 208, 39, 0.33) 34px 34px,
 rgba(243, 208, 39, 0.33) 35px 35px,
 rgba(243, 208, 39, 0.33) 36px 36px,
 rgba(243, 208, 39, 0.33) 37px 37px,
 rgba(243, 208, 39, 0.33) 38px 38px
 
}

.head {
	position: absolute;
	top:-12%;
	left: 37%;
}
.head img {
	border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	border:6px solid rgba(221, 218, 215, 0.23);
}
.main{
	position:relative;
}
.main-heading{
	font-size:25px;
	color:#676767;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	padding-top: 19%;
	text-align: center;
}
.main form {
	width: 80%;
	margin: 0 auto;
	padding: 6% 0 9% 0;
}
.main p {
text-align: center;
}
.main form p a {
	color: #888;
	font-family: 'Open Sans', sans-serif;
}
form p a:hover {
	color:#21A957;
}
 
 /*input[type="text"]*/
 /*input[type="password"]*/
 .login-input-text, 
 .login-password-text
 {
	text-align:left;
	position: relative;
	width:99%;
	padding:3%;
	background:#D3D3D3;
	margin-bottom: 6%;
	font-family: 'Open Sans', sans-serif;
	color: #676767;
	font-weight:600;
	font-size: 16px;
	outline: none;
	border: none;
	border-radius: 5px;
	border:1px solid #DED6D6;
	-webkit-appearance:none;
}
 /*input[type="text"]:hover,*/ /*input[type="password"]:hover*/
 .login-input-text:hover, .login-password-text:hover{
 	border:1px solid #949494;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:	0.5s;
 	
 }
/*input[type="submit"]*/
.login-submit-button{
	width: 99%;
	padding: 3%;
	margin-bottom: 8%;
	background: #21A957;
	font-family: 'Open Sans', sans-serif;
	color: #ECECEC;
	box-shadow: inset 0px 0px 10px #666464;
	-webkit-text-shadow: 0px 0px 3px #000;
	-moz-text-shadow: 0px 0px 3px #000;
	-o-text-shadow: 0px 0px 3px #000;
	-ms-text-shadow: 0px 0px 3px #000;
	font-size: 20px;
	outline: none;
	border: none;
	cursor: pointer;
	font-weight:500;
	border-radius: 5px;
	transition: 0.5s;
	-webkit-appearance:none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
/*input[type="submit"]*/
.login-submit-button:hover{
	background:#128A42;
	color:#fff;
}

/*-----start-responsive-design------*/
@media (max-width:1440px){
	.login-form {
	/*width:30%;
	margin: 11% auto 4% auto;*/
	}
	.main-heading {
	padding-top: 23%;
	}
	.copy-right {
	bottom: -26%;
	}
}
@media (max-width:1366px){
	.login-form {
	/*width: 32%;
	margin: 10% auto 4% auto;*/
	}
}
@media (max-width:1280px){
	
}
@media (max-width:1024px){

	
}
@media (max-width:768px){
	
}
@media (max-width:640px){                                  
	
}
@media (max-width:480px){                                  
	.login-form {
	margin: 32% auto 0;
	/*width: 74%;*/
	
	
	}
	.copy-right {
	left:30%;
	bottom:-17%;
	}
	.main-heading {
	font-size: 20px;
	}
	.head img {
	width: 78%;
	}
	.head {
	/*top: -15%;*/
	/*left: 34%;*/
	top: -18%;
	left: 37%;
	}
	/*input[type="text"], input[type="password"], input[type="submit"]*/
	.login-input-text,.login-password-text,.login-submit-button {
	font-weight: 300;
	margin-bottom: 4%;
	}
@media (max-width:320px){                                  
	
	.main-heading {
	padding-top: 20%;
	font-size: 20px;
	}
	.head img {
	width: 60%;
	border: 5px solid rgba(221, 218, 215, 0.23);
	}
	.head {
	top: -15%;
	left: 36%;
	}
	/*input[type="text"], input[type="password"],input[type="submit"]*/
	.login-input-text,.login-password-text,.login-submit-button  {
	font-weight:600;
	font-size: 15px;
	}
	.main form p a {
	font-size: 15px;
	}
	/*input[type="submit"]*/
	.login-submit-button {
	padding: 4%;
	}
		
}
