.hidden{
	display: none;
}

.show{
	display: inline;
}

@font-face {
	font-family: 'PhitiFont';
	src: url('font/PhitiFont.ttf');
}

.captcha{
	font-family: 'PhitiFont';
	font-size: 30px;
	letter-spacing: 5px;
	padding: 5px;
	background: url('bg.jpg');
	color: #000000;
}

.loading span {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: white;
  display: inline-block;
  animation: bounce 0.8s infinite alternate;
}

.loading span:nth-child(1) { animation-delay: 0.1s; }
.loading span:nth-child(2) { animation-delay: 0.2s; }
.loading span:nth-child(3) { animation-delay: 0.3s; }
.loading span:nth-child(4) { animation-delay: 0.4s; }
.loading span:nth-child(5) { animation-delay: 0.5s; }
.loading span:nth-child(6) { animation-delay: 0.6s; }
.loading span:nth-child(7) { animation-delay: 0.7s; }

@keyframes bounce {
  to {
    transform: translateY(-15px);
    color: #960000;
  }
}