html, body {
	height: 100%;
}

body {
	background-color: #080710;
	background: url('/static/login-bg-o2.gif');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.5px;
    color: #ffffff;
}

.bg-glass {
	background-color: rgba(0, 0, 0, 0.13);
	backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 40px rgba(8, 7, 16, 0.6);
}

header {
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	flex-direction: column;
	padding: 0px 25%;
	text-align: center;
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 50px;
}

header h1 {
	margin-top: 50px;
}

.kb img {
	display: inline-block;
	max-width: 100% !important;
	height: auto !important;
}

blockquote {
	font: 14px/20px italic Times, serif;
	padding: 8px;
	background-color: #faebbc;
	border-top: 1px solid #e1cc89;
	border-bottom: 1px solid #e1cc89;
	margin: 5px;
	color: black;
	background-image: url(openquote1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 23px;
}

pre code {
	color: white;
}