:before,:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none
}

html {
	height: 100%;
	left: 0;
}

body {
	height: 100%;
	box-sizing: border-box;
	min-height: 100%;
	min-width: 100%;
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
body, .preloader {
	background-color: #111111;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 50px #292b2c inset;
	-webkit-text-fill-color: #fff
}

input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 50px #48494a inset;
	-webkit-text-fill-color: #fff
}

body > #wrapper {
	height: 100%;
	min-height: 100%;
	width: 100%;
	display: inline-block
}

body > .main-container {
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	z-index: 0;
	overflow: hidden;
	position: initial!important;
	overflow-y: auto;

}
body > .main-container:after{
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #111;
	opacity: 0.4;
	z-index: -1;
	position: absolute;
}
.center {
	clear: both;
	content: "";
	display: block;
	margin: 0 auto;
	max-width: 1020px;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center
}

.logotype {
	max-width: 100%
}

#wrapper {
	width: 100%;
	height: calc(100% - 90px);
	position: relative;
	display: inline-block
}

header {
	position: relative;
	display: inline-block;
	width: 100%
}
.logo,.logo-retina {
	font-family: inherit;
	font-weight: 400;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	display: block
}

.logo-box {
	padding: 50px 0 30px
}
.logo-box img {
	max-width: 100%;
}



.bg-img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.bg-img img, .bg-img source{
	position: absolute;
	visibility: visible;
	z-index: -1;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
}