
/* 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*/
/****-----start-body----****/
body{
	/*font-family: 'Open Sans', sans-serif;*/
	/*background-size:cover;*/
	/*-webkit-background-size:cover;*/
	/*-moz-background-size:cover;*/
	/*-o-background-size:cover;*/
}
.dbys{
	background: url(../images/dlyys.jpg) no-repeat;
	width: 100%;
	height: 100%;
	background-size: cover;
}
.mainbody{
	background: url(../images/back.jpg) no-repeat;
	background-size: 100% 100%;
}
.wrap{
	margin: 0 auto;
	width: 80%;
}
body a,form li,input[type="submit"],input[type="text"],.sixth-login input[type="submit"],.third-login input[type="submit"]{
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
}
.header {
	height: 80px;padding-top: 20px;
}
/*--close--*/
/*.close{*/
/*background: url('../images/close.gif') no-repeat 0px 0px;*/
  /*cursor: pointer;*/
  /*width: 30px;*/
  /*height: 30px;*/
  /*position: absolute;*/
  /*left: 20px;*/
  /*top: 20px;*/
  /*-webkit-transition: color 0.2s ease-in-out;*/
  /*-moz-transition: color 0.2s ease-in-out;*/
  /*-o-transition: color 0.2s ease-in-out;*/
  /*transition: color 0.2s ease-in-out;*/
/*}*/
/*--/close--*/
h1 {
	font-family: 'Exo 2', sans-serif;
	  text-align: center;
	  padding-top: 4em;
	  font-weight: 400;
	  color: #2B2B36;
	  font-size: 2em;
}

.login-form {
	background:#6c7c92;
	position: relative;
	width: 25%;
	height:47%;
	margin-left: 56%;
	margin-top: 10%;
	/*margin: 60% 20% 0 auto;*/
	/*padding-top: 15%;
	padding-left: 50%;*/
	text-align: center;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
}
.head img {
	width: 100%;
}

.head-info {
  padding: 5px 0;
  text-align: center;
  font-weight: 600;
  font-size: 2em;
  color: black;
  background: #23232e;
  height: 50px;
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-o-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-o-border-top-right-radius: 10p
}
.header{height:80px;padding-top:20px;} .alert{position:relative;width:300px;margin:0 auto;*padding-bottom:0px;}
label.error{background:none;width:270px;font-weight:normal;color:inherit;margin:0;}
input[type="text"]{
	width: 77%;
	height: 30px;
	/* padding: 1em 2em 1em 3em; */
	color: #9199aa;
	font-size: 18px;
	outline: none;
	background: #ffff;
	border: none;
	font-weight: 100;
	border-bottom: 2px solid#484856;
	margin-top: 2em;
	z-index: 999;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-top: 5px;
	margin-left: 30px;
}
.usericon{
	position: absolute;
	margin-left: -10px;
	margin-top: 4px;
	z-index: 5;
	background-image: url(../images/adm.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 40px;
	height: 40px;
}
.passicon{
	position: absolute;
	margin-left: -10px;
	margin-top: 19px;
	z-index: 5;
	background-image: url(../images/key.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 40px;
	height: 40px;
}
 input[type="password"]{
	 width: 77%;
	 height: 30px;
	 /* padding: 1em 2em 1em 3em; */
	 color: #dd3e3e;
	 font-size: 18px;
	 outline: none;
	 background: #ffff;
	 border: none;
	 font-weight: 100;
	 border-bottom: 2px solid#484856;
	 margin-bottom: 2em;
	 z-index: 999;
	 border-top-right-radius: 4px;
	 border-bottom-right-radius: 4px;
	 border-top-left-radius: 0;
	 border-bottom-left-radius: 0;
	 margin-top: 20px;
	 margin-left: 30px;
 }
input[type="submit"]{
	font-size: 20px;
	color: #fff;
	outline: none;
	border: none;
	background: #12d0d5;
	width: 50%;
	height: 40px;
	/* padding: 18px 0; */
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-o-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-o-border-bottom-right-radius: 4px;
	cursor: pointer;
}
input[type="submit"]:hover {
	background: #ff2775;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-o-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-o-border-bottom-right-radius: 4px;
  	transition: 1s all;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-o-transition: 1s all;
}

input[type='text']:focus{color:red}
input[type='password']:focus{color:#ffffff}
/*--copyrights--*/
.copy-rights{
	position: relative;
	padding-top: 6px;
	margin-left: 55%;
	font-size: 10px;
}

.hr{
	background: url(../images/hr.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	height: 2px;
	position: relative;
}

.xmzdspt{
	background: url(../images/xmzdspt.png) no-repeat;
	background-size: cover;
	width: 190px;
	height: 19px;
	position: relative;
	margin-bottom: 20px;
	padding-top: 10px;
	margin-left: 35px;
}
.avtar{
	height: 20px;
	width: 100%;
	padding-top: 40px;
	margin-bottom: 15%;
}
/*--/copyrights--*/
/*--start-responsive-design--*/
/*@media (max-width:1440px){*/

	/*body {*/
		/*min-height: 811px;*/
	/*}*/
/*}*/
/*@media (max-width:1600px){*/

	/*body {*/
		/*min-height: 900px;*/
	/*}*/
/*}*/
/*@media (max-width:1280px){*/
	/*.login-form{*/
		/*margin-left: 70%;*/
	/*}*/
	/*.copy-rights {*/
		/*padding-top: 6px;*/
		/*margin-left: 72%;*/
	/*}*/
	/*body {*/
		/*min-height: 768px;*/
	/*}*/
/*}*/
/*@media (max-width:1366px){*/
	/*.login-form{*/
		/*margin-left: 66%;*/
	/*}*/
	/*.copy-rights {*/
		/*padding-top: 6px;*/
		/*margin-left: 69%;*/
	/*}*/
	/*body {*/
		/*min-height: 768px;*/
	/*}*/
/*}*/
/*@media (max-width:1280px){*/
	/*body {*/
		/*min-height: 711px;*/
	/*}*/
	/*.copy-rights {*/
		/*margin-top: 0.5em;*/
	/*}*/
/*}*/
/*@media (max-width:1024px){*/
	/*.login-form {*/
		/*max-width: 35%;*/
		/*max-height: 50%;*/
		/*margin-left: 70%;*/
	/*}*/
	/*.copy-rights {*/
		/*padding-top: 3px;*/
		/*margin-left: 72%;*/
	/*}*/

	/*body {*/
		/*min-height: 768px;*/
	/*}*/
/*}*/
/*@media (max-width:800px){*/
	/*.login-form {*/
		/*width: 350px;*/
		/*max-height: 50%;*/
		/*margin-left: 120%;*/
		/*margin-top: 25%;*/
	/*}*/
	/*.copy-rights {*/
		/*padding-top: 1px;*/
		/*margin-left: 123%;*/
		/*width: 300px;*/
	/*}*/

	/*body {*/
		/*min-height: 600px;*/
	/*}*/
/*}*/
/*@media (max-width:768px){*/
	/*.login-form {*/
		/*width: 300px;*/
		/*height: 50%;*/
		/*margin-left: 100%;*/
		/*margin-top: 30%;*/
	/*}*/
	/*.copy-rights{*/
		/*width: 500px;*/
		/*padding-top: 6px;*/
		/*margin-left: 99%;*/
	/*}*/
	/*body {*/
		/*min-height: 929px;*/
	/*}*/
/*}*/
/*@media (max-width:640px){*/
	/*.login-form {*/
		/*width: 300px;*/
		/*max-height: 50%;*/
		/*margin-left: 120%;*/
		/*margin-top: 16%;*/
	/*}*/
	/*.copy-rights {*/
		/*width: 500px;*/
		/*padding-top: 6px;*/
		/*margin-left: 119%;*/
	/*}*/
/*}*/
/*@media (max-width:480px){*/
	/*.login-form {*/
		/*width: 80%;*/
	/*}*/
/*}*/
/*@media (max-width:320px){*/
	/*h1 {*/
		/*padding-top: 1em;*/
		/*font-size: 1.5em;*/
	/*}*/
	/*.login-form {*/
		/*width: 90%;*/
		/*margin: 10% auto 0 auto;*/
	/*}*/
	/*input[type="text"] {*/
		/*width: 62%;*/
		/*padding: 1.2em 2em .5em 2.5em;*/
		/*font-size: 17px;*/
		/*margin-top: .5em;*/
	/*}*/
	/*input[type="password"] {*/
		/*width: 62%;*/
		/*padding: 1.2em 2em .5em 2.5em;*/
		/*font-size: 17px;*/
		/*margin-top: .5em;*/
		/*margin-bottom: 2em;*/
		/*background: url(../images/key.jpg) no-repeat 8px 23px;*/
	/*}*/

	/*.head-info {*/
		/*height: 35px;*/
	/*}*/
	/*label.lbl-1 {*/
		/*margin: 8px 10px 0px 0px;*/
	/*}*/
	/*label.lbl-2 {*/
		/*margin: 8px 10px 0px 0px;*/
	/*}*/
	/*label.lbl-3 {*/
		/*margin: 8px 10px 0px 0px;*/
	/*}*/
	/*.close {*/
		/*left: 16px;*/
		/*top: 13px;*/
	/*}*/
	/*.copy-rights {*/
		/*margin-top: 2em;*/
	/*}*/
	/*body {*/
		/*min-height: 504px;*/
	/*}*/
	/*input[type="submit"] {*/
		/*font-size: 28px;*/
		/*padding: 10px 0;*/
	/*}*/
/*}*/

/*--end-responsive-design--*/