.login-block {
    position: relative;
    top: 160px;
    width: 223px;
    margin: auto;
}

html, body {
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	position: absolute;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	background: black;
	/* font-family: "Myriad Pro"; */
	font-family: Arial, sans-serif;
	color: rgb(185 186 185);
	font-weight: bold;
	/* font-style: italic; */
	user-select: none;
	-webkit-overflow-scrolling: touch;
}

.small-logo {
    position: relative;
    width: 349px;
    height: 109px;
    top: 121px;
    background-size: 100% 100%;
    background-image: url(../images/logo_before.png); 
    margin: auto;
}

#body {
	background-image: url('../images/background.jpg');
	background-size: 100% 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	transform-origin: 0 0;
	overflow-x: hidden;
	overflow-y: hidden;
}

.logo.logo-series{
    margin-top: 107px;
    margin-bottom: 23px;
    width: 398px;
    height: 117px;
    background-size: 100% 100%;
    position: relative;
	}