@font-face {
  font-display: swap;
  font-family: 'billcorp-bold';
  src: url('../fonts/bill_corporate_narrow_bold-webfont.eot');
  src: url('../fonts/bill_corporate_narrow_bold-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/bill_corporate_narrow_bold-webfont.woff2') format('woff2'),url('../fonts/bill_corporate_narrow_bold-webfont.woff') format('woff'),url('../fonts/bill_corporate_narrow_bold-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-display: swap;
  font-family: 'billcorp-book';
  src: url('../fonts/bill_corporate_narrow_book-webfont.eot');
  src: url('../fonts/bill_corporate_narrow_book-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/bill_corporate_narrow_book-webfont.woff2') format('woff2'),url('../fonts/bill_corporate_narrow_book-webfont.woff') format('woff'),url('../fonts/bill_corporate_narrow_book-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal
}

body, html {
	position: fixed;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	font-family: 'billcorp-book',Arial,Tahoma,sans-serif;
	font-size: 16px;
	line-height: 1.2;
	background: #fff;
	color: #000;
}

.bold {
	font-family: 'billcorp-bold',Arial,Tahoma,sans-serif;
}

.login {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.login header {
	margin-bottom: 24px;
	text-align: center;
}
.login header p.large {
	font-size: 36px;
}