html, body {
	height: 100%;
	width: 100%;
}

body {
	background: rgb(253,253,253); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(30%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	overflow: hidden;
	font-family: Titillium Web;
	text-shadow: 1px 1px 0px #fff;
}

a {
	color: #cf2929;
	text-decoration: none;
}

.copyright {
	position: fixed;
	left:0;
	right:0;
	bottom:0;
	padding: 10px;
	font-size: 0.8em;
	color: #777;
}
.version {
	float: right;
}
.slide a {
	float: right;
	font-size: 0.7em;
	margin-bottom: 5px;
	line-height: 32px;
}

a:hover {
	color: #ed1a1a;
}

.clear {
	clear: both;
}
.wrapper {
	background: url(../dots.png) no-repeat center center;
	width: 778px;
	height: 496px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -389px;
	margin-top: -300px;
}
.container {
	width: 300px;
	margin: 0 auto;
	padding-top: 150px;
}

input[type="text"], input[type="password"], input[type="email"] {
	border-radius: 3px;
	border: none;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15) inset, 0 -1px 0 rgba(0,0,0,0.05) inset, 0 0 1px #fff, 0 0 2px #dcdcdc;
	transition: all 0.2s linear;
	font-family: Titillium Web, sans-serif;
	font-size: 1em;
	color: #333;
	position: relative;
	height: 36px;
	box-sizing: border-box;
	width: 100%;
	padding-left: 30px;
	display: block;
	margin-bottom: 8px;
	background: -moz-linear-gradient(left, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.3)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,0,0,0.03) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08000000', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

input[type="password"]:focus, input[type="text"]:focus, input[type="email"]:focus {
	 box-shadow: 0 1px 0 #e0e0e0 inset, 0 -1px 0 #e0e0e0 inset, 1px 0 0 #e0e0e0 inset, -1px 0 0 #e0e0e0 inset, 0 0 1px rgb(255,255,255), 0 0 5px rgba(255,255,255,0.5), 0 0 1px #fff inset;
     outline: none;
     background: #f5f5f5;
}

.logo {
	display: block;
	margin: 0 auto;
	margin-bottom: 25px;
}
.submit {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	border-radius: 3px;
	border:1px solid #dcdcdc;
	display:block;
	color:#666666;
	font-family: Titillium Web;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:35px;
	line-height:30px;
	width:50%;
	margin: 0 auto;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
	cursor: pointer;
	float: left;
}
.submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}
.submit:active {
	position:relative;
	top:1px;
}
.error {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(45, 45, 45, 0.25);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: none;
    height: 40px;
    position: absolute;
    right: -55px;
    top: 27px;
    width: 40px;
}

.error span {
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-left: 2px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transform: rotate(45deg);
}

.slides {
	position: relative;
	perspective: 1500px
}

#main > img{
	animation: 0.8s ease-out splash;
	-webkit-animation: 0.8s ease-out splash;
	-moz-animation: 0.8s ease-out splash;
	-o-animation: 0.8s ease-out splash;
	-ms-animation: 0.8s ease-out splash;
	perspective: 1500px
}

@keyframes splash {
	0% {
		transform: translateY(-150%) rotateX(45deg);
		opacity: 0;
	}
	20%{
		opacity: 0;
	}
	100% {
		transform: translateY(0px) rotateX(0deg);
		opacity: 1;
	}
}
@-webkit-keyframes splash {
	0% {
		-webkit-transform: translateY(-150%) rotateX(45deg);
		opacity: 0;
	}
	20%{
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0px) rotateX(0deg);
		opacity: 1;
	}
}
@-moz-keyframes splash {
	0% {
		-moz-transform: translateY(-150%) rotateX(45deg);
		opacity: 0;
	}
	20%{
		opacity: 0;
	}
	100% {
		-moz-transform: translateY(0px) rotateX(0deg);
		opacity: 1;
	}
}
@-o-keyframes splash {
	0% {
		-o-transform: translateY(-150%) rotateX(45deg);
		opacity: 0;
	}
	20%{
		opacity: 0;
	}
	100% {
		-o-transform: translateY(0px) rotateX(0deg);
		opacity: 1;
	}
}
@-ms-keyframes splash {
	0% {
		-ms-transform: translateY(-150%) rotateX(45deg);
		opacity: 0;
	}
	20%{
		opacity: 0;
	}
	100% {
		-ms-transform: translateY(0px) rotateX(0deg);
		opacity: 1;
	}
}
.slide {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	transition: 0.5s ease-out 0s;
	-webkit-transition: 0.5s ease-out 0s;
	-moz-transition: 0.5s ease-out 0s;
	-ms-transition: 0.5s ease-out 0s;
	-o-transition: 0.5s ease-out 0s;
	transform: translateY(150%) rotateX(-45deg);
	-webkit-transform: translateY(150%) rotateX(-45deg);
	-ms-transform: translateY(150%) rotateX(-45deg);
	-o-transform: translateY(150%) rotateX(-45deg);
	-moz-transform: translateY(150%) rotateX(-45deg);
	transform-origin: center top;
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	-ms-transform-origin: center top;
	-o-transform-origin: center top;
	opacity: 0;
}



.slide:target {
	opacity: 1;
	transform: rotateX(0deg) translateY(0px);
	z-index: 2000!important;
}

