/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* 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{
	background:#f26261;
	font-family: 'Open Sans', sans-serif;
}
.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;
}
h1 {
	font-family: 'Fjord One', serif;
  text-align: center;
  color: #ffffff;
  font-size: 3em;
  padding-top: 1.5em;
}
.login-form {
	background: #282f35;
  height: 655px;
  text-align: center;
  padding: 1em;
  width: 25%;
  margin: 2% auto;
}
.avtar img {
    margin: 1.5em 0;
}
ul.form {
  width: 91%;
  margin: 0 auto;
}
ul.form li{
	list-style: none;
	margin-bottom: 25px;
	width: 100%;
	background: #11192c;
}
input[type="text"] {
	font-family: 'Open Sans', sans-serif;
width: 67%;
  padding: 20px 60px 20px 15px;
	color: #FFFFFF;
	font-size: 18px;
	outline: none;
  background: #1f262c url(../images/adm.png)no-repeat 284px 15px;
	border: none;
	font-weight: 600;
	margin-bottom:1em
}
input[type="password"]{
	font-family: 'Open Sans', sans-serif;
width: 67%;
  padding: 20px 60px 20px 15px;
	color: #FFFFFF;
	font-size: 18px;
	outline: none;
	background: #1f262c url(../images/pass.png)no-repeat 284px 15px;
	border: none;
	font-weight: 600;
}
input[type="submit"] {
  outline: none;
  border: none;
  background: #f2615c;
  color: #91403c;
  padding: 10px 35px;
  font-size: 1em;
  font-weight: 600;
   margin-top: 1.5em;
  	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;	
	cursor: pointer;
}
input[type="submit"]:hover {
	background:#282f35;
	color:#f26261;
	transition: 1s all;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-o-transition: 1s all;
}
/*--checkbox--*/
.check-box {
	width: 28px;
	height: 28px;
	background: #f2615c;

	background: -webkit-linear-gradient(top, #f2615c 0%, #f2615c 40%, #f2615c 100%);
	background: -moz-linear-gradient(top, #f2615c 0%, #f2615c 40%, #f2615c 100%);
	background: -o-linear-gradient(top, #f2615c 0%, #f2615c 40%, #f2615c 100%);
	background: -ms-linear-gradient(top, #f2615c 0%, #f2615c 40%, #f2615c 100%);
	background: linear-gradient(top, #f2615c 0%, #f2615c 40%, #f2615c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2615c', endColorstr='#f2615c',GradientType=0 );

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	-webkit-box-shadow: inset 0px 1px 1px #f2615c, 0px 1px 3px;
	-moz-box-shadow: inset 0px 1px 1px #f2615c, 0px 1px 3px;
	box-shadow: inset 0px 1px 1px #f2615c, 0px 1px 3px ;
	position: relative;
	  left: 22%;
 	 top: 28px;
 	   outline: none;
  border: none;
}

.check-box label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	left: 4px;
	top: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px #f2615c;
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px #f2615c;
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba #f2615c;

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.check-box label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 12px;
  height: 4px;
  background: transparent;
  top: 5px;
  left: 2px;
  border: 3px solid #FFFFFF;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.check-box input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
input#roundedTwo {
  margin-top: 8px;
  outline: none;
  border: none;
  }
/*--/checkbox--*/
.check{
  float: left;
  margin-bottom: 4em;
  height: 0;
}
.remember {
  float: right;
    margin: 5px 0 0 76px;
}
.remember p {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
ul.bottom-sc-icons {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.bottom-sc-icons li {
	display: block;
	  margin: 39px 0px 0;
}
a.facebook {
background: #34579b;
  color: #fff;
  padding: 15px 15px;
  font-size: 14px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  font-weight: 400;
}
a.twitter {
background: #269df9;
  color: #fff;
   padding: 13px 28px 15px 19px;
  font-size: 14px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  font-weight: 400;
}
a.facebook img {
	vertical-align: middle;
	margin-right: 20px;
}
a.twitter img {
	vertical-align: middle;
	margin-right: 16px;
}
a.facebook:hover {
  background: #1B3E81;
  	transition: 1s all;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-o-transition: 1s all;
	border-radius:0;
}
a.twitter:hover {
	background: #1E5681;
	transition: 1s all;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-o-transition: 1s all;
	border-radius:0;
}
.social-icons-1 {
	margin-top: 1em;
	padding: 0 28px 0 28px;
}
.copyrights {
  text-align: center;
  color: #ffffff;
    padding-bottom: 3em;
    font-weight:600;
}
.copyrights p a {
  color: #ffffff;
}
.copyrights p a:hover {
  color: #000;
}
/*--start-responsive-design--*/
@media (max-width:1440px){
	input[type="text"] {
	 	 background: #1f262c url(../images/adm.png)no-repeat 263px 15px;
	  }
	 input[type="password"] {
	  	background: #1f262c url(../images/pass.png)no-repeat 263px 15px;
	  }
}
@media (max-width:1366px){
	input[type="text"] {
		  background: #1f262c url(../images/adm.png)no-repeat 253px 15px;
	}
	input[type="password"] {
		  background: #1f262c url(../images/pass.png)no-repeat 253px 15px;
	}
	.check-box {
		  left: 14%;
	}
	.remember {
		  margin: 5px 0 0 60px;
	}
}
@media (max-width:1280px){
	input[type="text"] {
		  background: #1f262c url(../images/adm.png)no-repeat 238px 15px;
	}
	input[type="password"] {
		  background: #1f262c url(../images/pass.png)no-repeat 238px 15px;
	}
	.login-form {
		height: 645px;
	}
}
@media (max-width:1024px){
	.login-form {
		   width: 42%;
	}
	a.twitter {
    padding: 13px 30px 15px 16px;
  	}
	a.facebook {
		  padding: 15px 14px;
	}
	input[type="text"] {
	  background: #1f262c url(../images/adm.png)no-repeat 312px 15px;
	}
	input[type="password"] {
	  background: #1f262c url(../images/pass.png)no-repeat 309px 15px;
	}
	.check-box {
	  left: 24%;
	}
	.remember {
	  margin: 5px 0 0 75px;
	}
}
@media (max-width:768px){
	.login-form {
	 	 width: 56%;
  		  margin: 5% auto;
	}
	.remember {
  	   margin: 5px 0 0 71px;
	}
	.check-box {
	  left: 8%;
	}
	a.facebook {
	  font-size: 13px;
	}
	a.twitter {
		  padding: 13px 30px 15px 11px;
		  font-size: 13px;
	}
	.check-box {
	  left: 22%;
	}
	input[type="text"] {
	  background: #1f262c url(../images/adm.png)no-repeat 318px 15px;
	}
	input[type="password"] {
	  background: #1f262c url(../images/pass.png)no-repeat 317px 15px;
	}
}
@media (max-width:640px){
	.login-form {
	  	  width: 69%;
	}
	.check-box {
	    left: 23%;
	}
	.remember {
	   margin: 5px 0 0 74px;
	}
	.remember p {
	  font-size: 13px;
	}
	a.twitter {
	  padding: 13px 26px 15px 20px;
	  font-size: 13px;
	}
}
@media (max-width:480px){
	.login-form {
	  width: 82%;
	}
	a.twitter {
	  padding: 13px 29px 15px 21px;
	  font-size: 13px;
	}
	h1 {
	  font-size: 2.5em;
	    padding-top: 1em;
	}
	input[type="text"] {
	  background: #1f262c url(../images/adm.png)no-repeat 286px 16px;
	}
	input[type="password"] {
	  background: #1f262c url(../images/pass.png)no-repeat 287px 18px;
	}
	.remember {
	  margin: 6px 0 0 66px;
	}
	.check-box {
	  left: 18%;
	}
}
@media (max-width:320px){
	h1 {
	  font-size: 1.5em;
	  padding-top: .5em;
	}
	.avtar img {
	  width: 35%;
	    margin: 0em 0 .2em;
	}
	.login-form {
	  width: 80%;
	  height: 407px;
	  margin: 2% auto;
	}
	input[type="text"] {
	  background: #1f262c url(../images/adm.png)no-repeat 201px 8px;
	  width: 73%;
	  padding: 14px 50px 14px 14px;
	  margin-bottom: .5em;
	  font-size: 16px;
	  }
	input[type="password"] {
		background: #1f262c url(../images/pass.png)no-repeat 201px 8px;
		width: 73%;
		padding: 14px 50px 14px 14px;
		font-size: 16px;
	}
	input[type="submit"] {
 		margin-top: 1em;
 		padding: 8px 30px;
 	 }
 	 ul.bottom-sc-icons li {
	  margin: 26px 0px 0;
	}
	a.twitter {
	padding: 10px 25px 10px 14px;
	}
	a.facebook {
	  padding: 10px 10px;
	}
	.check-box {
	  left: 8%;
	  top: 23px;
	}
	.remember {
	  margin: 0px 0 0 48px;
	}
	.check {
	  margin-bottom: 3em;
	}
	.copyrights {
	  padding: 1em 0;
	}
}
/*--End-responsive-design--*/