* {
	margin: 0;
	padding: 0;
}
placeholder {text-align:center;}
html {
	/*background: url('../images/bg.png') #161718;*/
	font-family: Arial;
}
body {
	/*background: url('../images/bg_center.png') no-repeat center center;*/
	min-height: 600px;
	padding: 100px 0 0;
	font: 14px/1.3 'Segoe UI', Arial, sans-serif;
}
a, a:visited {
	text-decoration: none;
	outline: none;
	color: #54a6de;
}
a:hover {
	text-decoration: underline;
}
section, footer {
	display: block;
}
#logo_inlog {height:80px;}
#logintxt,#rectxt {
	position: relative;
	padding-left: 35px;
	padding-top: 10px;
	width: 230px;
	text-shadow: 0px 0px 1px #141414;
	/*filter: dropshadow(color=#141414, offx=0, offy=0);*/
}
#logintitle ,#rectitle {
	position: relative;
	text-align:center;
	padding-top: 40px;
	text-shadow: 1px 1px 1px #141414;
	/*filter: dropshadow(color=#141414, offx=1, offy=1);*/
}
#formContainer {
	width: 288px;
	height: 321px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	-moz-perspective: 800px;
	-webkit-perspective: 800px;
	perspective: 800px;
}
#formContainer form {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: 0.8s;
	-webkit-transition: 0.8s;
	transition: 0.8s;
	-moz-animation: pulse 2s infinite;
	-webkit-animation: pulse 2s infinite;
}


@-moz-keyframes pulse {
 0% {
box-shadow:0 0 1px #008aff;
}
 50% {
box-shadow:0 0 8px #008aff;
}
 100% {
box-shadow:0 0 1px #008aff;
}
}

@-webkit-keyframes pulse {
 0% {
box-shadow:0 0 1px #008aff;
}
 50% {
box-shadow:0 0 10px #008aff;
}
 100% {
box-shadow:0 0 1px #008aff;
}
}
#login {
	background: url('../images/login_form_bg.png') no-repeat;
	z-index: 100;
}
#recover {
	background: url('../images/recover_form_bg.jpg') no-repeat;
	z-index: 1;
	opacity: 0;
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
#formContainer.flipped #login {
	opacity: 0;
	-moz-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
#formContainer.flipped #recover {
	opacity: 1;
	-moz-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

#login .flipLink, #recover .flipLink {
	height: 65px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 0;
	width: 65px;
	z-index: 100;
}
#recover .flipLink {
	right: auto;
	left: 0;
}
input[type=text], input[type=password] {
	font: 15px 'Segoe UI', Arial, sans-serif;
	border: none;
	background: none;
	height: 36px;
	left: 26px;
	position: absolute;
	top: 176px;
	width: 234px;
	text-indent: 8px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	color: #eee;
	outline: none;
}
#pass ,#recoverEmail{
	top: 215px;
}
#user {
	top: 175px;
}
.clear {clear:both;}
input[type=submit] {
	border-right:1px solid #5d5d5d; 
	border-left:1px solid #929292; 
	border-bottom:1px solid #575757; 
	border-top:1px solid #797979;
	width:235px; 
	height:30px; 
	margin-top:110px;
    /* Gradient backgrounds for the buttons. Generated using http://gradients.glrzad.com/ */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #787878), color-stop(0.5, #5E5E5E), color-stop(0.51, #707070), color-stop(1, #838383));
    background-image: -moz-linear-gradient(center bottom, #787878 0%, #5E5E5E 50%, #707070 51%, #838383 100%);
    background-color:#5f5f5f; /* Fallback */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-left: none;
	margin-right: 5px;
	margin-bottom:20px;
	color: white;
	font-weight: bold;
	margin-left:25px;
}
input[type=submit]:hover {
	opacity: 1;
}
 input::-webkit-input-placeholder {
 color:#eee;
}

footer {
	background-color: #111111;
	bottom: 0;
	box-shadow: 0 -1px 2px #111111;
	height: 45px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 100000;
}
footer h2 {
	color: #EEEEEE;
	font-size: 14px;
	font-weight: normal;
	left: 46%;
	padding: 13px 0 0;
	position: absolute;
}
footer h2 i {
	font-style: normal;
	color: #888;
}
footer a.tzine, a.tzine:visited {
	color: #999999;
	font-size: 12px;
	left: 50%;
	margin: 16px 0 0 110px;
	position: absolute;
	text-decoration: none;
	top: 0;
}
footer a i {
	color: #ccc;
	font-style: normal;
}
footer a i b {
	color: #c92020;
	font-weight: normal;
}
