
* {
	box-sizing: border-box;		
}
html {
	max-height: 100%;
	overflow: clip;
	position: relative;	
}
.bcBg {
	position: fixed;
	top: 0;
	z-index: -1;
}
.bc-dscl {
	position: fixed;
	top: 0;
	height: 100vh;
	width: 100vw;
	z-index: 99;
	background-color: black;
}
#bc-clish p {
	margin: 3px 0;
	display: none;
}
#bc-warn {
	display: none;
	text-align: center;
	font-size: 28px;
	margin: 0 20px;
}
#bc-warn p:first-of-type {
	color: red;
	font-size: 42px;
}
#bc-warn button {
	border: 3px solid red;
	background-color: black;
	color: red;
	font-size: 38px;
}
video {
	display: none;
}
.orcaBC {
	position: relative;
	
	color: white;
	margin: 0px;
	height: 100%;
	font-size: 32px;

}

.bc-login-bg {
	position: absolute;
	z-index: -1;
	width: 900px;
	height: 400px;
	top: 0;
	border-radius: 16px;
	background-color: #440360;
	opacity: 0.5;
}
.bc-login {
	display: none;
	grid-template-columns: 400px 400px;
	position: relative;
	width: 900px;
	height: 400px;
	margin: 40px;
	border: 3px solid #8a05ff;
	border-radius: 16px;
	
	
}
.db-loginA, .db-loginB {
	position: absolute;
	width: 412px;
	height: 362px;
	margin: 16px;
}
.db-loginA {
	background-color: black;
	border-radius: 16px;
	padding: 32px;		
}
.db-loginB {
	right: 0;
	padding-top: 80px;
}
.logoAltSys {
   width: 420px;
}
.loginA-span {
	position: absolute;
	bottom: 32px;
}
.loginDiv {
	margin-bottom: 20px;
}
.loginLbl {
	font-size: 30px;
}
.loginInp, .loginBt {
	color: white;
	border: 1px solid #4e008d;
	background-color: black;
	height: 44px;
	padding-left: 5px;
	font-size: 22px;
	width: 95%;
}

#dbLogin {
	width: 100px;
	text-align: center;
}
#dbLogin:hover {
	background-color: #008d0c42;
}
#dbLogin:active {
	background-color: #008d0c69;
}

.loginDiv:last-of-type {
	flex-direction: row;
	font-size: 20px;
	align-items: center;
	
}
.dbWrong {
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 24px;
	border: 1px solid rgb(162, 5, 5);
	background-color: rgb(56, 2, 2);
}
#altsysC {
	margin: 10px auto;
	font-size: 20px;
	font-family: alternaconsole !important;
}
#altSysLoad  {
	display: none;
	width: 128px;
	margin: auto;
}
#loadConfig {
	display: none;
	margin: auto;
	margin-top: 0;
	font-family: alternaconsole;
}

@font-face {
	font-family: "alternaConsoleU";
	src: url("SplatoonAlternaConsole.woff") format('woff');
}
.wupFont1 {
	font-family: alternaConsoleU;
}


#a21iY1RyYW5zZmVySW5Qcm9ncmVzcw {
	position: fixed;
	display: none;
	top: 0;
	height: 100vh;
	width: 100vw;
	z-index: 99;
	background-color: black;
	img {
		opacity: 0;
		width: 100vw;
	}
}
#a21iY1RyYW5zZmVySW5Qcm9ncmVzcw img {
	opacity: 0;
	width: 100vw;

}

