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;}
ol,ul{list-style:none;margin:0;padding:0;}
a{text-decoration:none;}
.clear{clear:both;}
.pos-relative{position:relative;}
.pos-absolute{position:absolute;}
img{max-width:100%;}

body{
	font-family: 'Open Sans', sans-serif;
	background: url(/img/login/bg.jpg);
}
.logo {
	text-align: center;
}

.logo h1 {
		font-size: 0.9em;
		color: #FFF;
		text-shadow: 0 1px rgba(0, 0, 0, 0.41);
		padding: 13px 0 0px;
		font-weight: bold;
}

.into {
	float:right;
	cursor: pointer;
}

.into a{
	 content: 'x';
}

.form {
	padding: 0 1.9em 1.9em 2em;
	border-top: 2px ridge rgba(124, 124, 124, 0.41);
	margin-top: 15px;
}

.forml {
	padding: 0 1.9em 1.9em 2em;
	margin-top: 15px;
}

.forml p {
	color: #999999;
}

.form ul {
		text-align: center;
		margin: 0px auto;
	}	
	.form li{ 
		float: left;
		width: 100%;
		outline: none;
		font-weight: 600;
		margin-top: 12%;
		border-radius:5px;
		position:relative;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		-o-border-radius: 5px;
		text-align: center;
		box-shadow: inset 0px 0px 5px #090909;
		-webkit-box-shadow: inset 0px 0px 5px #090909;
		-moz-box-shadow: inset 0px 0px 5px #090909;
		-o-box-shadow: inset 0px 0px 5px #090909;
		background: rgba(0, 0, 0, 0.80);
	}
	.form li input {
		font-family: 'Open Sans', sans-serif;
		float: left;
		font-size: 0.9em;
		padding: 10px 0px;
		width: 79%;
		border: none;
		outline: none;
		color: #FFF;
		background: none
	}
	.form li label{
		float: left;
		padding-top: 12px;
		width: 20%;
		cursor: pointer;
	}
	.form p a{
		font-family: 'Open Sans', sans-serif;
		float: left;
		font-size: 0.82355em;
		padding: 20px 0px 3px;
		color: #C9C8C7;
		transition: all 0.5s ease-out;
		-webkit-transition: all 0.5s ease-out;
		-moz-transition: all 0.5s ease-out;
		-ms-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
	}
	.form p a:hover{
		color: #FAF19D;
	}
	.form li.style{ 
		background: #77a033;
		background: -moz-linear-gradient(top,  #77a033 0%, #668f24 33%, #5b8220 72%, #52761c 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77a033), color-stop(33%,#668f24), color-stop(72%,#5b8220), color-stop(100%,#52761c));
		background: -webkit-linear-gradient(top,  #77a033 0%,#668f24 33%,#5b8220 72%,#52761c 100%);
		background: -o-linear-gradient(top,  #77a033 0%,#668f24 33%,#5b8220 72%,#52761c 100%);
		background: -ms-linear-gradient(top,  #77a033 0%,#668f24 33%,#5b8220 72%,#52761c 100%);
		background: linear-gradient(to bottom,  #77a033 0%,#668f24 33%,#5b8220 72%,#52761c 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77a033', endColorstr='#52761c',GradientType=0 );
		margin-top: 20px;
		display:block;
		display: block;
		box-shadow: 0px -1px 4px #000;
		-webkit-box-shadow: 0px 0px 7px #030303;
		-moz-box-shadow: 0px 0px 7px #030303;
		-o-box-shadow: 0px 0px 7px #030303;
		transition: all 0.5s ease-out;
		-webkit-transition: all 0.5s ease-out;
		-moz-transition: all 0.5s ease-out;
		-ms-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
	}
	.form li.style:hover{ 
		background: #52761c;
		background: -moz-linear-gradient(top,  #52761c 0%, #5b8220 28%, #668f24 67%, #77a033 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#52761c), color-stop(28%,#5b8220), color-stop(67%,#668f24), color-stop(100%,#77a033));
		background: -webkit-linear-gradient(top,  #52761c 0%,#5b8220 28%,#668f24 67%,#77a033 100%);
		background: -o-linear-gradient(top,  #52761c 0%,#5b8220 28%,#668f24 67%,#77a033 100%);
		background: -ms-linear-gradient(top,  #52761c 0%,#5b8220 28%,#668f24 67%,#77a033 100%);
		background: linear-gradient(to bottom,  #52761c 0%,#5b8220 28%,#668f24 67%,#77a033 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52761c', endColorstr='#77a033',GradientType=0 );
	}
	.form li.style input{
		text-align: center;
		width: 100%;
		font-size: 0.9em;
		font-family: 'Open Sans', sans-serif;
		padding: 8px 0px;
		border: none;
		outline: none;
		color: #fff;
		cursor: pointer;
	}

.message {
	box-shadow: 0 0 0 1px rgba(0,0,0,0.2) inset, 0 1px 0 rgba(255,255,255,0.1) inset, 0 1px 2px rgba(0,0,0,0.4);
	position: relative;
}
.warning {
	text-align: center;
	margin: 14% auto;
	width: 600px;
	background: rgba(40, 40, 40, 0.80);
}

.contact-form {
	background: rgba(40, 40, 40, 0.80);
	float: right;
	width: 299px;
	height: 331px;
	border-left: 1px solid #fff;
}

.logo-form {
	background: rgba(40, 40, 40, 0.80);
	border-right: 1px solid #fff;
	float: left;
	width: 299px;
	height: 331px;
}

@media only screen and (max-width:320px){
	.wrap{
		width:95%;
	}
	.footer {
		bottom: 10px;
		left: 25%;
	}
	.warning {
		margin: 16% auto;
	}
}


/* footer */
.footer{
	position: absolute;
	bottom: 20px;
	left: 45%;
}
.footer p{
	position:relative;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	display: block;
	font-size: 0.9em;
	text-shadow: 1px 2px 5px #000;
	font-weight: 600;
	text-align:center;
	padding-top:2em;
}
.footer p a{
	color:#fff;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}
.footer p a:hover{
	color:#FAF19D;
}




.logo-form, .contact-form {
	box-shadow: 0px 4px 9px rgba(5, 5, 5, 0.56);
	-webkit-box-shadow: 0px 4px 9px rgba(5, 5, 5, 0.56);
	-moz-box-shadow: 0px 4px 9px rgba(5, 5, 5, 0.56);
	-o-box-shadow: 0px 4px 9px rgba(5, 5, 5, 0.56);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
}
