body {
 font-family: 'Noto Sans', sans-serif;
  
  

 } 

.container {
  margin: auto;
  max-width: 824px;
  width: 100%;
  height: 100%;
  text-align: center;
  position:relative;
}

.box {
  width: auto ;
  height: 500px;
  background: transparent;
  margin-top:50px;
  margin-left: 70px;
  margin-right: 70px;
  border-radius:5px;
  box-shadow: 6px 18px 18px rgba(0, 0, 0, 0.08), -6px 18px 18px rgba(0, 0, 0, 0.08);
}

    
@media only screen and (max-width: 395px)  {
.box {
  width: auto ;
  height: 460px;
  background: transparent;
  margin-top:57px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius:5px;
  box-shadow: 6px 18px 18px rgba(0, 0, 0, 0.08), -6px 18px 18px rgba(0, 0, 0, 0.08);
}
.glitch{
  font-size: 37px;
  font-weight: 600;
  text-transform: uppercase;
  
  position: relative;
}

body {


background:url(".../img/Hack.jpg");
  background-attachment: fixed;
  background-size: cover;
 }
}
    
@media only screen and (min-width: 396px) and (max-width: 581px) {
.box {
  width: auto ;
  height: 470px;
  background: transparent;
  margin-top:57px;
  margin-left: 37px;
  margin-right: 37px;
  border-radius:5px;
  box-shadow: 6px 18px 18px rgba(0, 0, 0, 0.08), -6px 18px 18px rgba(0, 0, 0, 0.08);
}
.glitch{
  font-size: 38px;
  font-weight: 600;
  text-transform: uppercase;
  
  position: relative;
}

body {


background:url("../img/Hack.jpg");
  background-attachment: fixed;
  background-size: cover;
 }

}

@media only screen and (min-width: 549px) and (max-width: 734px) {

.glitch{
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
  
}
body {


  background:url("../img/Hack.jpg");
  background-attachment: fixed;
  background-size: cover;

 }

}

@media only screen and (min-width: 735px)  {
  
  .glitch{
  font-size: 70px;
  font-weight: 600;
  text-transform: uppercase;
  
  
  position: relative;
}

body {
 font-family: 'Noto Sans', sans-serif;
  
  color:#616161 /*#757575*/;
  background:url("../img/Hack.jpg");
  background-attachment: fixed;
  background-size: cover;

 } 
}

  
  
@media only screen and (min-width: 1235px)  {
  .box {
    width: auto ;
    height: 551px;
    background: transparent;
    margin-top:100px;
    margin-left: 37px;
    margin-right: 37px;
    border-radius:5px;
    box-shadow: 6px 18px 18px rgba(0, 0, 0, 0.08), -6px 18px 18px rgba(0, 0, 0, 0.08);
  }

  
  }


.animation{
  margin-top:20%;
  display:inline-block;
  margin-bottom:5%;
}

h1{
  font-size:24px;
  font-weight:600;
  text-transform:uppercase;
  margin:0;
  color: rgb(51, 202, 212);
font-family: 'OCR A Extended', Courier, monospace;

}
p{
  font-size:24px;
  font-weight:700;
  margin:0;
  color:  #1ef63b;
  margin-top:11px;
  font-family: 'OCR A Extended', Courier, monospace;
 }

a:hover{
  font-size:24px;
  font-weight:700;
  margin:0;
  color: aqua;
  margin-left: 5px;
 text-decoration: underline;

}

a{
  color: #1ef63b;
  font-weight: bold;
  text-decoration: none;
  margin-left:5px;
}

.one, .two, .three {
  display:block;
  float:left;
}





.noise {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("img/Abay.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: .02;
}

.overlay {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background:
      repeating-linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0) 100%);
  background-size: auto 4px;
  z-index: 1;
}

.overlay::before {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
      0deg,
      transparent 0%,
      rgba(32, 128, 32, 0.2) 2%,
      rgba(32, 128, 32, 0.8) 3%,
      rgba(32, 128, 32, 0.2) 3%,
      transparent 100%);
  background-repeat: no-repeat;
  animation: scan 6.4s linear 0s infinite;
}

@keyframes scan {
  0%        { background-position: 0 -100vh; }
  35%, 100% { background-position: 0 100vh; }
}

.terminal {
  box-sizing: inherit;
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 100%;
  padding: 4rem;
  text-transform: uppercase;
}

.output {
  color: rgba(128, 255, 128, 0.8);
  text-shadow:
      0 0 1px rgba(51, 255, 51, 0.4),
      0 0 2px rgba(255, 255, 255, 0.8);
}

.output::before {
  content: "> ";
}













.glitch span{
  position: absolute;
  top: 0;
  botton:0;
  left: 0;
  right: 0;
}


/*Animation effect for glitch*/
@keyframes glitch {
  0% {
    text-shadow:
      0.05em 0 0 rgba(255, 0, 0, 0.75),
      -0.05em -0.025em 0 rgba(0, 255, 0, 0.75),
      -0.025em 0.05em 0 rgba(0, 0, 255, 0.75);
  }
  14% {
    text-shadow: 
      0.05em 0 0 rgba(255, 0, 0, 0.75),
      -0.05em -0.025em 0 rgba(0, 255, 0, 0.75),
      -0.025em 0.05em 0 rgba(0, 0, 255, 0.75);
  }
  15% {
    text-shadow: 
      -0.05em -0.025em 0 rgba(255, 0, 0, 0.75),
      0.025em 0.025em 0 rgba(0, 255, 0, 0.75),
      -0.05em -0.05em 0 rgba(0, 0, 255, 0.75);
  }
  49% {
    text-shadow: 
      -0.05em -0.025em 0 rgba(255, 0, 0, 0.75),
      0.025em 0.025em 0 rgba(0, 255, 0, 0.75),
      -0.05em -0.05em 0 rgba(0, 0, 255, 0.75);
  }
  50% {
    text-shadow: 
      0.025em 0.05em 0 rgba(255, 0, 0, 0.75),
      0.05em 0 0 rgba(0, 255, 0, 0.75),
      0 -0.05em 0 rgba(0, 0, 255, 0.75);
  }
  99% {
    text-shadow: 
      0.025em 0.05em 0 rgba(255, 0, 0, 0.75),
      0.05em 0 0 rgba(0, 255, 0, 0.75), 
      0 -0.05em 0 rgba(0, 0, 255, 0.75);
  }
  100% {
    text-shadow: 
      -0.025em 0 0 rgba(255, 0, 0, 0.75),
      -0.025em -0.025em 0 rgba(0, 255, 0, 0.75),
      -0.025em -0.05em 0 rgba(0, 0, 255, 0.75);
  }
}













/*------------------------------------------- login -------------------------------------------*/


.login-box {
	position: absolute;
	
	box-sizing: border-box;
	box-shadow: 0 15px 25px rgba(0,0,0,.6);
	border-radius: 10px;
}



.login-box a span {
	position: absolute;
	display: block;
}

.login-box a span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #03e9f4);
  animation: btn-anim1 2s linear infinite;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,100% {
    left: 100%;
  }
}

.login-box span:nth-child(2) {
	top: -100%;
	right: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(180deg, transparent, #03E9F4);
	animation: btn-anim2 2s linear infinite;
	animation-delay: .25s;
}

@keyframes btn-anim2 {
	0%{
		top: -100%;
	}
	50%,100% {
		top: 100%;
	}
}

.login-box span:nth-child(3){
	bottom: 0;
	tight: -100%;
	width: 100%;
	height: 2px;
	background: linear-gradient(270deg, transparent, #03E9F4);
	animation: btn-anim3 3s linear infinite;
	animation-delay: .5s;
}

@keyframes btn-anim3 {
	0%{
		right: -100%;
	}
	50%,100% {
		right: 100%;
	}
}

.login-box span:nth-child(4) {
	bottom: -100%;
	left: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(360deg, transparent, #30E9F4);
	animation: btn-anim4 2s linear infinite;
	animation-dealy: .75s;
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,100% {
    bottom: 100%;
  }
}

