@import url("https://use.typekit.net/wgy7bfq.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

@font-face {
    font-family: 'Menlo Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Menlo Regular'), url('Menlo-Regular.woff') format('woff');
}

.login-section {
	background: linear-gradient(0deg, rgba(0 0 0 / 54%), rgba(0 0 0 / 69%)), url(../img/bg/snc.jpg);
	background-size: cover;
	height: 100vh;
}

.view-section {
	background: linear-gradient(0deg, rgba(0 0 0 / 54%), rgba(0 0 0 / 69%)), url(../img/bg/snc.jpg);
	background-size: cover;
	height: 100vh;
}

.key-input {
	font-family: "Menlo Regular", monaco, monospace; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; } h3 { font-family: "Lucida Console", "Lucida Sans Typewriter", monaco, "Bitstream Vera Sans Mono", monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; } p { font-family: "Lucida Console", "Lucida Sans Typewriter", monaco, "Bitstream Vera Sans Mono", monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; } blockquote { font-family: "Lucida Console", "Lucida Sans Typewriter", monaco, "Bitstream Vera Sans Mono", monospace; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } pre { font-family: "Lucida Console", "Lucida Sans Typewriter", monaco, "Bitstream Vera Sans Mono", monospace; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px;
}

.card {
	border-radius: 0;
}

.container {
	padding-left: 0;
	padding-right: 0;
}

.logout-menu {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 80px;
	background-color: rgba(255,255,255, .8);
	border-top: 1px solid white;
	padding: 10px;
	padding-left: 20px;
}