/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	font-family: 'Open Sans', sans-serif;
	background:#15172b;
}
/*--start-wrap--*/
.wrap{
	width:50%;
	margin:0 auto;
}

/*--strat-login-form--*/
.login-form{
	background:url(../images/login-bg.png) no-repeat;
	width:358px;
	height:410px;
	display:block;
	position: absolute;
	top: 28%;
	left:38%;
}
.user{
 background: url(../images/user-icon.png) no-repeat #FFFFFF 1% 50%;
	height:30px;
	width:30px;
	display:block;
}
.lock{
	background:url(../images/lock-icon.png) no-repeat #FFFFFF 1% 50%;
	height:30px;
	width:30px;
	display:block;
}
.login-form form {
	width:80%;
	margin:0 auto;
}
.span  img{
	vertical-align:left;
}
.login-form form input[type="text"]{
	width: 99%;
	font-size: 0.872em;
	outline: none;
	font-weight:600;
	color:#3D474C;
	padding: 0.2em 0em;
	margin: 1.5em auto;
	text-indent: 37px;
	font-family: 'Open Sans',sans-serif;
	border: 1px solid;
	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;
	-webkit-appearance: none;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius: 6px;
	box-shadow: 0px 0px 8px 1px #000;
}
.login-form form input[type="text"]:hover{
	border-color:#3C4449;
}
.login-form form input[type="password"]{
	width: 99%;
	font-size: 0.875em;
	outline: none;
	font-weight:600;
	color:#3D474C;
	padding: 0.2em 0em;
	margin: 1.5em auto;
	text-indent: 37px;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid;
	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;
	-webkit-appearance: none;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius: 6px;
	box-shadow: 0px 0px 8px 1px #000;
}
.login-form form input[type="password"]:hover{
	border-color:#3C4449;
}
.login-form h1{
	color: #FFF;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	padding-top: 60px;
	text-shadow: 0px 0px 10px #000;
	-webkit-text-shadow: 0px 0px 10px #000;
	-moz-text-shadow: 0px 0px 10px #000;
	-o-text-shadow: 0px 0px 10px #000;
}
.submit{
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 0.3em 0.38em 0.22em 0.4em;
}
.login-form form input[type="submit"]{
	font-size: 16px;
	width: 100%;
	display: inline-block;
	font-weight: 800;
	color: #FFF;
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
	cursor: pointer;
	border-bottom: 0px solid #0088dd;
	border-top: 0px solid #fff;
	outline: none;
	padding: 0.8em 0.6em;
	border-left: none;
	border-right: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	font-family: 'Open Sans', sans-serif;
	-webkit-appearance: none;
	text-transform: capitalize;
	background: #0088dd;
	background: -moz-linear-gradient(top, #0088dd 0%, #38a7ec 50%, #1a8cd4 50%, #1a8cd4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0088dd), color-stop(50%,#38a7ec), color-stop(50%,#1a8cd4), color-stop(100%,#1a8cd4));
	background: -webkit-linear-gradient(top, #0088dd 0%,#0a94ea 50%,#0a94ea 50%,#0088dd 100%);
	background: -o-linear-gradient(top, #0088dd 0%,#0a94ea 50%,#0a94ea 50%,#0088dd 100%);
	background: -ms-linear-gradient(top, #0088dd 0%,#0a94ea 50%,#0a94ea 50%,#0088dd 100%);
	background: linear-gradient(to bottom, #0088dd 0%,#0a94ea 50%,#0a94ea 50%,#0088dd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088dd', endColorstr='#1a8cd4',GradientType=0 );
}
.login-form form input[type="submit"]:hover{
	background: #0088dd; /* Old browsers */
	background: -moz-linear-gradient(top, #0088dd 0%, #38a7ec 50%, #1a8cd4 50%, #1a8cd4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0088dd), color-stop(50%,#38a7ec), color-stop(50%,#1a8cd4), color-stop(100%,#1a8cd4));
	background: -webkit-linear-gradient(top, #0088dd 0%,#0a94ea 50%,#0a94ea 50%,#0088dd 100%);
	background: -o-linear-gradient(top, #0088dd 0%,#0a94ea 50%,#0a94ea 50%,#0088dd 100%);
	background: -ms-linear-gradient(top, #0088dd 0%,#0a94ea 50%,#0a94ea 50%,#0088dd 100%);
	background: linear-gradient(to bottom, #0088dd 0%,#0a94ea 50%,#0a94ea 50%,#0088dd 100%);
}
/*--//End-login-form--*/
/*--start-check-box--*/

.uncheked{
	height:20px;
	width:20px;
	display:block;
	background:url(../images/check-sprit.png) no-repeat;
}
.cheked{
	height:20px;
	width:20px;
	display:block;
	background:url(../images/check-sprit.png) no-repeat 50% 50%;
	color:#394146;
}
.col_checkbox {
	display: inline-flex;
}
.disabled{
	height:20px;
	width:20px;
	display:block;
	background:url(../images/check-sprit.png) no-repeat 0% 100%;
}
.checkbox-grid-left input[type="checkbox"]{
	display:none;
}
.checkbox-grid-left input[type="checkbox"]+label{
	display:inline-block;
}
.Remember-me
{
	margin: 5% 0%;
}
.checkbox-grid-left Remember me{
	display:block;
	padding:5px;
}
.col_checkbox a{
	color: #D4D4D4;
	font-size: 0.9em;
	margin-top: 3px;
}

.checkbox-grid-right p{
	display:block;
	padding:5px;
}
.forget-pass a{
	float:right;
	color: #D4D4D4;
	font-size:0.9em;
	margin-top: 3px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.forget-pass a:hover{
	color:#A4C92F;
}
input[type=checkbox] {
	height: 22px;
	width: 21px;
	display: inline-block;
	line-height: 18px;	
	background-repeat: no-repeat;
	background-position: 0 0px;
	cursor: pointer;
}
input[type=checkbox].css-checkbox10:checked + label.css-label10 {
}
input[type=checkbox].css-checkbox11 + label.css-label11 {
	height: 22px;
	width: 21px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: -79px 1px;
	cursor: pointer;
}
.copy-right {
	text-align: center;
	margin-top: 4em;
}
.copy-right p{
	font-size:0.875em;
	color:#D4D4D4;
}
.copy-right p a{
	color:#FFF;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.copy-right p a:hover{
	color:#A4C92F;
}

    	.login-form {
    	    top: 14%;
    	}

/*--//End-wrap--*/
/*----start-responsive design-----*/
@media only screen and (max-width:1440px) and (min-width:1366px) {
	.login-form {
		top: 24%;
		left: 36%;
	}
}
@media only screen and (max-width:1366px) and (min-width:1280px) {
	.login-form {
		top: 24%;
		left: 36%;
	}
}
@media only screen and (max-width:1280px) and (min-width:1024px) {
	.login-form {
      
		top: 24%;
		left: 32%;
	}
}
@media only screen and (max-width:1024px) and (min-width:768px) {
	.login-form {
      width: 100%;
		top: 24%;
		left: 34%;
	}
  
      .login-form form input[type="text"] {
    width: 35%;
  margin-left:-20px;
}
.login-form form input[type="password"] {
    width: 35%;
  margin-left:-20px;
}
.login-form form input[type="submit"] {
  width: 35%;
  margin-left:-20px;
  }
 
  .Remember-me .col_checkbox {
    margin-left:-20px;
}
  .login-form h1 {
    margin-left:-57%;
  }  
}

@media only screen and (max-width:768px) and (min-width:640px) {
	.login-form {
      width: 100%;
		top: 24%;
		left: 26%;
	}
  
}
@media only screen and (max-width:640px) and (min-width:480px) {
	.login-form {
		top: 13%;
		left: 12%;
	}
  .login-form form input[type="text"] {
    width: 95%;
  margin-left:-20px;
}
.login-form form input[type="password"] {
    width: 95%;
  margin-left:-20px;
}
.login-form form input[type="submit"] {
  width: 95%;
  margin-left:-20px;
  }
 
  .Remember-me .col_checkbox {
    margin-left:-20px;
}
  .login-form h1 {
    margin-left:-54px;
  }
  
.login-form {
    width: 100%;
}
  
}
@media only screen and (max-width:480px) and (min-width:320px) {
	.login-form {
      width: 82%;
		top: 12%;
		left: 8%;
	}
  .login-form form input[type="text"] {
    width: 100%;
  margin-left:0px;
}
.login-form form input[type="password"] {
    width: 100%;
  margin-left:0px;
}
.login-form form input[type="submit"] {
  width: 100%;
  margin-left:0px;
  }
 
  .Remember-me .col_checkbox {
    margin-left:0px;
}
  .login-form h1 {
    margin-left:-54px;
  }  
  
  
	.login-form form input[type="text"],.login-form form input[type="submit"],.login-form form input[type="reset"]{
		-webkit-appearance:none; 
	}
}
@media only screen and (max-width:320px) and (min-width:240px) {
	.login-form {
		top: 2%;
		left: 2.8%;
	}
	.login-form form {
		width: 77%;
	}
	.login-form h1 {
		padding-top: 46px;
	}
	.login-form form input[type="text"],.login-form form input[type="submit"],.login-form form input[type="reset"]{
		-webkit-appearance:none; 
	}
	.login-form form input[type="text"] {
		margin: 0.7em auto;
	}
	.login-form {
		background: url(../images/login-bg.png) no-repeat;
		width: 303px;
		background-size: 100%;
		height:300px;
	}
	.login-form form input[type="submit"] {
		padding: 0.4em 0.6em;
		font-size:15px;
	}
	.Remember-me {
		margin: 5% 0% 0 0;
	}
	.submit {
		padding: 0.2em 0.2em 0.12em 0.3em;
	}
	.forget-pass a {
		font-size: 0.8em;
	}
	.col_checkbox a {
		font-size: 0.841em;
	}
	.login-form h1 {
		font-size: 1em;
		margin-bottom: 1em;
	}
	.login-form form input[type="text"] {
		padding: 0.18em 0em;
		width:100%;
	}
}

html {
    overflow-y: scroll;
}