﻿@font-face {
	font-family: 'TildaSansLight';
	src: url('/static/fonts/tilda-sans/TildaSans-Light/TildaSans-Light.eot');
	src: url('/static/fonts/tilda-sans/TildaSans-Light/TildaSans-Light.eot?#iefix') format('embedded-opentype'), url('/static/fonts/tilda-sans/TildaSans-Light/TildaSans-Light.woff2') format('woff2'), url('/static/fonts/tilda-sans/TildaSans-Light/TildaSans-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TildaSansSemibold';
	src: url('/static/fonts/tilda-sans/TildaSans-Semibold/TildaSans-Semibold.eot');
	src: url('/static/fonts/tilda-sans/TildaSans-Semibold/TildaSans-Semibold.eot?#iefix') format('embedded-opentype'), url('/static/fonts/tilda-sans/TildaSans-Semibold/TildaSans-Semibold.woff2') format('woff2'), url('/static/fonts/tilda-sans/TildaSans-Semibold/TildaSans-Semibold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	cursor: default;
}

.logo {
	border-radius: 50%;
	width: 200px;
	height: 200px;
	margin: 40px 0 0 0;
}

.version {
	position: absolute;
	bottom: 0;
	line-height: 80px;
	text-align: center;
	left: 0;
	width: 100%;
	color: #808080;
	font-family: 'TildaSansLight';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

.col-1 {
	padding: 0;
	margin: 0;
	height: 100%;
	position: relative;
	text-align: center;
	min-width: 300px;
}

.bg-image {
	position: absolute;
	top: 20px;
	left: 320px;
	background: #444 url(/static/i/dls.jpg) 50% 50% no-repeat;
	background-size: cover;
	border-radius: 20px;
	height: calc(100% - 40px);
	width: calc(100% - 340px)
}

.container-fluid,
.row {
	height: 100%;
}

.btn {
	width: 100%;
	border-radius: 0;
	font-family: 'TildaSansSemibold' !important;
	font-weight: bold;
	font-size: 22px !important;
	font-style: normal;
}
