
/****-----start-body----****/

.innercon{width:75%; height:575px;margin:auto; padding:10px;}
	
    .headertext{font-size:24px;font-weight:bold;text-align:center;text-transform:uppercase; margin-bottom:10px;	}
	
	.subheadtext{font-size:18px; font-weight:bold; text-align:center;}
	
	.innerheadtext{font-size:16px; font-weight:bold;text-align:justify; margin:20px 0 20px 30px; text-decoration:underline;}
		
	.ptext{	font-size:16px;text-align:justify;}
	
	.litext{padding-left:60px; line-height:30px;}
	
	.footertext{float: right; width: 48%;padding-right: 50px; text-align: right; padding-top: 5px}

     .footernew {
            width: 100%;
            height: 35px;
            background: #006600;
            font-size: 12px;
            color: white;
            text-align: center;
            padding: 3px 0px 5px 0px;
            font-family: Arial;
            font-weight: bold;
            position: absolute;
            bottom: 0;
        }






  .leftpanel {
            float: left;
            margin-top: 50px;
            width: 65%;
            padding-left: 15px;
            line-height: 20px;
            font-size: 15px;
            text-align: justify;
        }

.rightpanel{
	float:left;
    margin-left: 15px;
    width:30%;
    height:100%;
}

.login-form {
   	/*background: #ccc;*/
    width: 100%;
    margin: 13% auto 4% auto;
    position: relative;
    border-radius: 20px;
    height: 330px;
    /*border: 1px solid rgba(204, 204, 204, 0.62);*/
    border: 1px solid rgb(7, 142, 7);
  /*background: #cccccc; /* Old browsers */
background: -moz-linear-gradient(top,  #cccccc 0%, #eeeeee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cccccc 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cccccc 0%,#eeeeee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cccccc 0%,#eeeeee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cccccc 0%,#eeeeee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
    
background: #008a00; /* Old browsers */
background: -moz-linear-gradient(top,  #008a00 0%, #b4ddb4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008a00), color-stop(100%,#b4ddb4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #008a00 0%,#b4ddb4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #008a00 0%,#b4ddb4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #008a00 0%,#b4ddb4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #008a00 0%,#b4ddb4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008a00', endColorstr='#b4ddb4',GradientType=0 ); /* IE6-9 */

	
}

.head {
	position: absolute;
	top:-15%;
	left: 35%;
}
.head img {
	border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	border:6px solid rgba(21, 160, 69, 0.14);
}
form {
	padding:24% 2.5em;
}
form li{

	border:1px solid #084E08;
	list-style:none;
	margin-bottom:25px;
	width:100%;
	background:none;
	border-radius: 10px;
	/*-webkit-border-radius: 0.3em;
	-o-	border-radius: 0.3em;
	-moz-border-radius: 0.3em;*/
	background-color:#fff;

}

.icon{
	background:url(../images1/icons.png)  no-repeat 0px 0px;
	height:30px;
	width:30px;
	display: block;
	float:left;
	margin:7px -11px 0px 0px
}

.user{
	background: url(../images1/icons.png) no-repeat 12px 11px;
	
}
.lock{
	background: url(../images1/icons.png) no-repeat -17px 11px;
}
input[type="text"], input[type="password"] {
	font-family: 'Open Sans', sans-serif;	
	padding:0.7em 2em 0.7em 1.7em;
	color:#038C03;
	font-size:18px;
	outline: none;
	background: none;
	border:none;
	font-weight:600;
    border-radius: 20px;
	}
form li:hover{
	border:1px solid #40A9DF;
	 box-shadow: 0 0 1em #40A9DF;
	 -webkit-box-shadow: 0 0 1em #40A9DF;
	 -o-box-shadow: 0 0 1em #40A9DF;
	 -moz-box-shadow: 0 0 1em #40A9DF;
     border-radius: 15px;
}
input[type="submit"]{
	float:right;
	font-size:15px;
	display: inline-block;
	font-weight:600;
	color: #fff;
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
	cursor: pointer;
	outline: none;
	padding:6px 10px;
	margin-top:3px;
	font-family: 'Open Sans', sans-serif;
	width:40%;
	border: 1px solid #048C04;
	border-radius: 10px;
	/*-webkit-border-radius: 0.3em;
	-o-	border-radius: 0.3em;
	-moz-border-radius: 0.3em;*/
	background: #19b548; /* Old browsers */
background: -moz-linear-gradient(top, #19b548 0%, #19b548 41%, #128a42 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#19b548), color-stop(41%,#19b548), color-stop(100%,#128a42)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #19b548 0%,#19b548 41%,#128a42 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #19b548 0%,#19b548 41%,#128a42 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #19b548 0%,#19b548 41%,#128a42 100%); /* IE10+ */
background: linear-gradient(to bottom, #19b548 0%,#19b548 41%,#128a42 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19b548', endColorstr='#128a42',GradientType=0 ); /* IE6-9 */
copy
}
input[type="submit"]:hover{
	background: #128a42; /* Old browsers */
background: -moz-linear-gradient(top, #128a42 0%, #19b548 59%, #19b548 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#128a42), color-stop(59%,#19b548), color-stop(100%,#19b548)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #128a42 0%,#19b548 59%,#19b548 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #128a42 0%,#19b548 59%,#19b548 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #128a42 0%,#19b548 59%,#19b548 100%); /* IE10+ */
background: linear-gradient(to bottom, #128a42 0%,#19b548 59%,#19b548 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#128a42', endColorstr='#19b548',GradientType=0 ); /* IE6-9 */
copy
	
}
/***************************/
.p-container{
	margin-top:2em;
}
.p-container  .checkbox input {
	position: absolute;
	left: -9999px;
}
.p-container.checkbox i {
	border-color: #fff;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	
}
.p-container.checkbox i:hover {
	border-color:red;
	
}
.p-container  i:before {
	background-color: #2da5da;	
}
.p-container  .rating label {
	color: #ccc;
	transition: color 0.3s;
	-o-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
}
.p-container  .checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.p-container .checkbox input + i:after {
	content:url(../images1/tick.png) no-repeat 7px 1px;
	top:-15px;
	left:1px;
	width: 15px;
	height: 15px;
}
.p-container  .checkbox {
	float: left;
	margin-right: 30px;
}
.p-container .checkbox {
	padding-left: 40px;
	font-size: 16px;
	line-height:60px;
	color:#858282;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;	
	font-weight: 600;
}
.p-container  .checkbox {
	position: relative;
	display: block;
}
.p-container  .checkbox i {
	position: absolute;
	top:18px;
	left:5px;
	display: block;
	width:22px;
	height:22px;
	outline: none;
	border:1px solid #999;
	background:#fff;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;

}
.p-container  .checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.p-container .checkbox input + i:after {
	color: #2da5da;
}
.p-container .checkbox input:checked + i,
.p-container . input:checked + i {
	border-color: #2da5da;	
}
.p-container .rating input:checked ~ label {
	color: #2da5da;	
}

.p-container .checkbox input:checked + i:after {
	opacity: 1;
}

/****************/
.copy-right {
	position: absolute;
	bottom:-16%;
	left: 43.7%;
}
.copy-right p {
	color: #fff;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;	
	font-weight: 600;
}
.copy-right p a {
	font-family: 'Open Sans', sans-serif;	
	font-size: 1em;
	color:#FF8E03;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.copy-right p a:hover {
	color:#fff;
}
/*-----start-responsive-design------*/
@media (max-width:1024px){


    .user {
    background: url(../images1/icons.png) no-repeat 12px 11px;
}

    .icon {
       margin: -44px -11px 0px 0px;
}

    .head {
    position: absolute;
    top: -22%;
    left: 30%;
}

.login-form  {
		margin: 25% auto 0;
    width: 100%;
	}
	.copy-right {
	left: 41%;
	bottom:-18%;
	}
}
@media (max-width:768px){





    .head {
    position: absolute;
    top: -22%;
    left: 35%;
}
     .user {
    background: url(../images1/icons.png) no-repeat 12px 11px;
}

    .icon {
       margin: 3px -11px 0px 0px;
}
    
     .leftpanel {
            float: left;
            
            width: 100%;
            padding: 10px;
            line-height: 20px;
            font-size: 15px;
            text-align: justify;
        }
      .rightpanel{
	 float: left;
    margin: 10px;
    width: 93%;
    height: 100%;
}
	.login-form  {
		margin:12% auto 0;
		width:57%;
	}
	.copy-right {
	left:38%;
	bottom:-14%;
	}
}
@media (max-width:640px){

    .innercon{width:100%; height:auto;margin:auto; padding:10px;}
	.innerheadtext {font-size: 16px; font-weight: bold; text-align: justify; margin: 20px 0 20px 0px; text-decoration: underline;}
	.litext {padding-left: 20px;line-height: 30px;}
	.header .navbar {margin: 0; display:none;}
	.footertext{float: left; width: 57%;padding-right: 0px; text-align: left; padding-top: 5px; padding-left: 10px;}

     .user {
    background: url(../images1/icons.png) no-repeat 12px 11px;
}

    .icon {
       margin: 3px -11px 0px 0px;
}
    
     .leftpanel {
            float: left;
            
            width: 100%;
            padding: 10px;
            line-height: 20px;
            font-size: 15px;
            text-align: justify;
        }
      .rightpanel{
	 float: left;
    margin: 10px;
    width: 93%;
    height: 100%;
}

    
                                      
	.login-form  {
		margin:13% auto 0;
		width:70%;
	}
	.copy-right {
	left:36%;
	bottom:-18%;
	}
}
@media (max-width:480px){ 
    
     .footernew {
                width: 100%;
                height: 35px;
                background: #006600;
                font-size: 12px;
                color: white;
                text-align: center;
                padding: 3px 0px 5px 0px;
                font-family: Arial;
                font-weight: bold;
                position: relative;
                bottom: 0;
            }

    .innercon{width:100%; height:auto;margin:auto; padding:10px;}
	.innerheadtext {font-size: 16px; font-weight: bold; text-align: justify; margin: 20px 0 20px 0px; text-decoration: underline;}
	.litext {padding-left: 20px;line-height: 30px;}
	.header .navbar {margin: 0; display:none;}
	.footertext{float: left; width: 57%;padding-right: 0px; text-align: left; padding-top: 5px; padding-left: 10px;}

    .head {
    position: absolute;
    top: -20%;
    left: 32%;
}
    
     .leftpanel {
            float: left;
            
            width: 100%;
            padding: 10px;
            line-height: 20px;
            font-size: 15px;
            text-align: justify;
        }

     .rightpanel{
	 float: left;
    margin: 10px;
    width: 93%;
    height: 100%;
}
                                   
	.login-form  {
		margin:auto;
		width:100%;
	}
	/*.copy-right {
	left:30%;
	bottom:-17%;
	}*/
	
  
.icon {
    margin: -45px -19px 15px -5px;
}

.user {
    background: url(../images1/icons.png) no-repeat 15px 12px;
}
}
@media (max-width:320px){ 

    .innercon{width:100%; height:auto;margin:auto; padding:10px;}
	.innerheadtext {font-size: 16px; font-weight: bold; text-align: justify; margin: 20px 0 20px 0px; text-decoration: underline;}
	.litext {padding-left: 20px;line-height: 30px;}
	.header .navbar {margin: 0; display:none;}
	.footertext{float: left; width: 57%;padding-right: 0px; text-align: left; padding-top: 5px; padding-left: 10px;}




    .head {
    position: absolute;
    top: -15%;
    left: 35%;
}

    .leftpanel {
            float: left;
            
            width: 100%;
            padding: 10px;
            line-height: 20px;
            font-size: 15px;
            text-align: justify;
        }

    
                                     
	.login-form  {
		margin: auto;
    width: 97%;
	}
	form{
		padding:19% 1.5em; 
	}
	form li{
		margin-top:10px;
	}
	
	input[type="text"], input[type="password"]{
		font-size:15px;
		padding: 0.5em 1em 0.5em 1em;
	}
	input[type="submit"]{
		float:none;
		font-size: 15px;
		padding: 10px 10px;
		width: 40%;
		margin-left: 28%;
	}
	.head{
		top:-12%;
		left:35.5%;
	}
	.head img {
	width:69%;
	}
	.user {
		background: url(../images1/icons.png) no-repeat 12px 4px;
	}
	.lock {
		background: url(../images1/icons.png) no-repeat -20px 3px;
	}
	.p-container .checkbox {
	float: none;
	text-align: center;
	}
	.p-container{
		margin-top: 0;
	}
	.icon{
		margin:6px -11px 0px 0px;
	}
	.p-container .checkbox i {
	position: absolute;
	top: 18px;
	left: 43px;
	}
	.copy-right {
	left:20%;
	bottom:-10%;
	}

     .footernew {
                width: 100%;
                height: 35px;
                background: #006600;
                font-size: 12px;
                color: white;
                text-align: center;
                padding: 3px 0px 5px 0px;
                font-family: Arial;
                font-weight: bold;
                position: relative;
                bottom: 0;
            }
}
