@charset "UTF-8";

::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

* {
	margin:0;
	padding:0;
	box-sizing: border-box;
}
	
html, body {
	height: 100%;
	width: 100%;
	background-color:black;
	color:#c1b492;
	letter-spacing:8px;
	image-rendering: pixelated;
	font-smooth: never;
	-webkit-font-smoothing: none;
	text-align:center;
	font-family: monospace;
	overflow: hidden;
}
	
img {
	opacity:0;
	animation: opacity 0.2s ease-in forwards;
	animation-delay:0.6s;
	user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.splash-screen {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: pointer;
}

#splash-gif {
    opacity: 1;
    width: 380px;
}

#pixelfade {
    position: fixed;
    inset: 0;
    z-index: 9998;
    pointer-events: none;
}

#fade-canvas {
    width: 100%;
    height: 100%;
}
	
.main-gif {
    width: 220px;
    margin-bottom: 5px;
}

#intro {
	font-weight:normal;
	font-size:24px;
	letter-spacing:14px;
	margin-top:15px;
	margin-bottom:-10px;
}
	
.jp {
	font-size:12px;
	margin-bottom:20px;
	letter-spacing:0px;
	font-smooth: auto;
	-webkit-font-smoothing : auto;
}
	
.descp {
	margin-top:0px;
	display:inline-block;
	width:450px;
	font-size:10px;
	margin-bottom:10px;
	text-align:left;
	clear:both;
	text-indent:-77px;
	letter-spacing:4px;
}
	
.descp:first-line {
	text-indent:0px;
}
	
b {
	color:#d2738a;	
	letter-spacing:8px;
}
	
a {
	margin-bottom:140px;
	font-size:10px;
}

hr {
	border-color:#c1b492;
	display:inline-block;
	width:140px;
	border-style:solid;
	box-shadow:none;
	border-bottom:0px;
}
	
a {
	text-decoration:none;
	transition: color 0.5s ease-out;
	display:inline-block;
}
	
a:link {
	color:#d2738a;
}
	
a:visited {
	color:#d2738a;
}
	
a:hover {
	color:#c1b492;
}
	
a:active {
	color:#d2738a;
}

.login-box {
    display: inline-block;
    background: transparent;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

.input-group {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.input-group p {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #8c8266;
    margin-bottom: 4px;
}
	
.text {	
	background-color:#dfd5bc;
	height:22px;
	text-align:center;
	margin-bottom:10px;
	transition: background-color 0.5s ease-out;
	width:200px;
    color: black;
    font-family: monospace;
    font-size: 14px;
    letter-spacing: 2px;
    border-radius: 2px;
    padding: 2px 8px;
}
	
.text:hover {
	background-color:white;
}
	
.text:focus {
	background-color:white;
    outline: none;
}
	
input {
	border:none;
}
	
.button {
	color:#dfd5bc;
	background-color:rgba(0,0,0,0.0);
	width:105px;
	cursor:pointer;
	padding-left:12px;
	padding-top:4px;
	padding-bottom:4px;
	letter-spacing:8px;
	transition: color 0.5s ease-out, border-color 0.5s ease-out;
	text-align:center;
	border-radius:20px;
	border-style: solid;
    border-width: 2px;
	border-color:#dfd5bc;
	line-height:16px;
	margin-top: 10px;
	margin-bottom: 10px;
    display: inline-block;
}
	
.button:hover {
	color:#d2738a;
	border-color:#d2738a;
}

.error-msg {
    color: #ff4a4a;
    font-size: 11px;
    margin-top: 5px;
    text-align: center;
    letter-spacing: 1px;
    min-height: 18px;
}

.hidden {
    display: none !important;
}

.darker {
	position:relative;
	width:100%;
	height:100%;
	background-image:url(/static/resources/bg_darker.gif);
	animation: darkestDown 80s linear infinite;
}
	
.dark {
	position:relative;
	width:100%;
	height:100%;
	background-image:url(/static/resources/bg_dark_anim_0_08.gif);
	animation: darkest 60s linear infinite;
}
	
.wiredGang {
	position:relative;
	width:100%;
	height:100%;
	background-image:url(/static/resources/wiredGang_04.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	animation: wiredGangAn 20s linear infinite;
}
	
.opacity  {
	position:relative;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.0);
	animation: opacityBg 0.3s linear forwards;
	animation-delay:0.6s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
	
.opacityContent {
	opacity:0;
	animation: opacity 1s ease-in forwards;
	animation-delay:1.8s;
}
	
.opacityContent2 {
	opacity:0;
	animation: opacity 1s ease-in forwards;
	animation-delay:2.2s;
}
	
@keyframes darkest {
  from {
	  background-position-y:1024px;
  }
  to {
	   background-position-x:-1024px;
	  }
}
 
@keyframes darkestDown {
  from {
	  background-position-y:-1024px;
  }
  to {
	   background-position-x:1024px;
	  }
}
 
@keyframes wiredGangAn {
  from {
	  background-position-x:341px;
  }
  to {
	   background-position-x:-341px;
	  }
}
 
@keyframes opacity {
  from {
	  opacity:0;
  }
  to {
	  opacity:1;
	  }
}
 
@keyframes opacityBg {
  from {
	background-color:rgba(0,0,0,0.0);
  }
  to {
	background-color:rgba(0,0,0,0.6);
	  }
}
 
@keyframes opacityBG {
  0%{opacity:0;}
  50%{opacity:1;}
  100%{opacity:0;}
}