@import url("chakra-petch.css");
body {
	background: #000000;
	color:#FFFFFF;
	font-family:"Chakra Petch",sans-serif!important;
	background-image: url('../images/login-images/flix13.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-user-select: none;
	-moz-user-select: none;
	 -ms-user-select: none;
		 user-select: none; 
}
/*
body,#matrix {
	margin: 0;
	padding: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
#matrix,canvas {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
*/
#PINform input:focus,
#PINform select:focus,
#PINform textarea:focus,
#PINform button:focus {
	outline: none;
}
#PINform {
	background-color:rgba(0,0,0,0.3);
	position: absolute;
	width: 300px;
	height: 450px;
	left: 50%;
	margin-left: -170px;
	top: 50%;
	margin-top: -245px;
	padding: 10px 20px 20px 20px;
      -webkit-box-shadow: 0px 5px 5px -0px rgba(0,0,0,0.3);
         -moz-box-shadow: 0px 5px 5px -0px rgba(0,0,0,0.3);
              box-shadow: 0px 5px 5px -0px rgba(0,0,0,0.3);
    border: 1px solid #E60000;
}
#PINform h3 {
	text-align: center;
	color: #FFFFFF;
}
#PINbox {
  background-color:rgba(0,0,0,0.5);
  margin: 3% 3% 3.5% 3%;
  vertical-align: middle;
  width: 92%;
  height:50px;
  font-size: 28px;
  text-align: center;
  border: 1px solid #FF0000;
  padding-bottom: 2%;
  color:#FFFFFF;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
@media screen and (max-width: 800px) {
  #PINbox {
	font-size: 26px !important;
  }
}
.PINbutton {
  background-color:rgba(230,0,0,0.7);
  color: #FFFFFF;
  border: none;
  /*background: linear-gradient(to bottom, #fafafa, #eaeaea);
  -webkit-box-shadow: 0px 2px 2px -0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 2px 2px -0px rgba(0,0,0,0.3);
  box-shadow: 0px 2px 2px -0px rgba(0,0,0,0.3);*/
  border-radius: 50%;
  font-size: 1.5em;
  text-align: center;
  width: 60px;
  height: 60px;
  margin: 8px 20px;
  padding: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.clear, .enter {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
    margin-top: -30px !important;
}
.clear {
	background-color:rgba(255, 60, 65, 0.6);
}
.enter {
	background-color:rgba(71, 207, 115, 0.6);
}
.PINbutton:hover {
 	box-shadow: #E60000 0 0 1px 1px;
}
.PINbutton:active {
 	background: #E60000;
	color: #ffffff;
}
.clear:hover {
 	box-shadow: #ff3c41 0 0 1px 1px;
}
.clear:active {
 	background: #ff3c41;
	color: #fff;
}
.enter:hover {
 	box-shadow: #47cf73 0 0 1px 1px;
}
.enter:active {
 	background: #47cf73;
	color: #fff;
}
.shadow{
      -webkit-box-shadow: 0px 5px 5px -0px rgba(0,0,0,0.3);
         -moz-box-shadow: 0px 5px 5px -0px rgba(0,0,0,0.3);
              box-shadow: 0px 5px 5px -0px rgba(0,0,0,0.3);
}
#particles-js {
	/*background-color: #222b4d;*/
	height: 100%;
	width: 100%;
	min-height: 480px;
}
#particles-js > canvas {
	vertical-align: bottom;
}
.has-particles {
	position: absolute !important;
	width: 100%;
	height: 100%;
	top: 0;
	overflow: hidden;
}
.flashok {
  -moz-animation: flashok 1s ease-out;
  -moz-animation-iteration-count: 1;
  -webkit-animation: flashok 1s ease-out;
  -webkit-animation-iteration-count: 1;
  -ms-animation: flashok 1s ease-out;
  -ms-animation-iteration-count: 1;
}
@keyframes flashok {
    0% { background-color: rgba(0,0,0,0.8); }
    50% { background-color: #47cf73; }
    100% { background-color: rgba(0,0,0,0.8); }
}
@-webkit-keyframes flashok {
    0% { background-color: rgba(0,0,0,0.8); }
    50% { background-color: #47cf73; }
    100% { background-color: rgba(0,0,0,0.8); }
}
@-moz-keyframes flashok {
    0% { background-color: rgba(0,0,0,0.8); }
    50% { background-color: #47cf73; }
    100% { background-color: rgba(0,0,0,0.8); }
}
@-ms-keyframes flashok {
    0% { background-color: rgba(0,0,0,0.8); }
    50% { background-color: #47cf73; }
    100% { background-color: rgba(0,0,0,0.8); }
}
.flashnook {
  -moz-animation: flashnook 1s ease-out;
  -moz-animation-iteration-count: 1;
  -webkit-animation: flashnook 1s ease-out;
  -webkit-animation-iteration-count: 1;
  -ms-animation: flashnook 1s ease-out;
  -ms-animation-iteration-count: 1;
}
@keyframes flashnook {
    0% { background-color: rgba(230,0,0,0.8); }
    50% { background-color: #ff3c41; }
    100% { background-color: rgba(230,0,0,0.8); }
}
@-webkit-keyframes flashnook {
    0% { background-color: rgba(230,0,0,0.8); }
    50% { background-color: #ff3c41; }
    100% { background-color: rgba(230,0,0,0.8); }
}
@-moz-keyframes flashnook {
    0% { background-color: rgba(230,0,0,0.8); }
    50% { background-color: #ff3c41; }
    100% { background-color: rgba(230,0,0,0.8); }
}
@-ms-keyframes flashnook {
    0% { background-color: rgba(230,0,0,0.8); }
    50% { background-color: #ff3c41; }
    100% { background-color: rgba(230,0,0,0.8); }
}
.flashtemp {
	-moz-animation: flashtemp 1s ease-out;
	-moz-animation-iteration-count: 1;
	-webkit-animation: flashtemp 1s ease-out;
	-webkit-animation-iteration-count: 1;
	-ms-animation: flashtemp 1s ease-out;
	-ms-animation-iteration-count: 1;
  }
  @keyframes flashtemp {
	  0% { background-color: rgba(230,0,0,0.8); }
	  50% { background-color: #ff8c1a; }
	  100% { background-color: rgba(230,0,0,0.8); }
  }
  @-webkit-keyframes flashtemp {
	  0% { background-color: rgba(230,0,0,0.8); }
	  50% { background-color: #ff8c1a; }
	  100% { background-color: rgba(230,0,0,0.8); }
  }
  @-moz-keyframes flashtemp {
	  0% { background-color: rgba(230,0,0,0.8); }
	  50% { background-color: #ff8c1a; }
	  100% { background-color: rgba(230,0,0,0.8); }
  }
  @-ms-keyframes flashtemp {
	  0% { background-color: rgba(230,0,0,0.8); }
	  50% { background-color: #ff8c1a; }
	  100% { background-color: rgba(230,0,0,0.8); }
  }