/* ------------------------ RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0;	padding: 0;	border: 0; font-size: 100%;	font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { margin: 0px; padding: 0px; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: '';	content: none; } table { border-collapse: collapse;	border-spacing: 0; }

/* -------------------------------------------------------------------------- STYLE */

body, html {
	width: 100%;
	height: 100%;
}

body {
	background-color: #000;
	text-align: center;
	color: #a7a7a7;
	font: normal 400 15px/20px 'Montserrat',"HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
	font-stretch: normal;
	text-transform: none;
}

h1{
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	font-family: "roc-grotesk", sans-serif;
}
strong{
	font-weight: bold;
}
.done{
	text-transform: uppercase;
}

#container {
	width: 800px;
	height: 100%;
	max-width: 90%;
	margin: 0 auto;
	position: relative;
}

#content {
	position: absolute;
	z-index: 10;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    //background: #FFF;
    padding: 40px;
    width: 100%;
}

img#logo {
	width: 100%;
	max-width: 490px;
	height: auto;
}

a, a:visited {
	color: #FFF;
}

p {
	margin: 20px 0;
	font-family: "Inter", sans-serif;
}

form {
	display: block;
	position: relative;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	height: 45px;
	width: 520px;
}

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input[type="text"], input[type="submit"] {
	color: #222222;
	float: left;
	display: block;
	text-align: center;
	padding: 0 5px;
	margin: 0;
	border: 0;
	border-radius: 4px;
	-webkit-appearance: none;
	width: 340px;
	height: 43px;
	font: normal 400 20px/45px 'Montserrat', "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
	font-stretch: normal;
	text-transform: none;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
    color: #bbb;
	letter-spacing: 1px;
}

input[type="submit"] {
	float: right;
	padding: 0;
	background-color: #ffffff;
	color: #71ABEC;
	cursor: pointer;
	letter-spacing: 1px;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: 150px;
  -webkit-transition: all 0.3s ease-out; 
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out; 
}

input[type="submit"]:hover {
	background-color: #71ABEC;
	color: #ffffff;
  -webkit-transition: all 0.3s ease-out; 
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out; 
}

.clear {
	clear: both;
}

#links {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.3);
	font-size: 14px;
	padding: 10px 0;
}

#links a, #links a:visited {
	text-decoration: none;
	margin: 0 10px;
}

#links a:hover {
	text-decoration: none;
	margin: 0 10px;
	color: #619b1a;
}

@media only screen and (max-width: 566px), only screen and (max-device-width: 566px), only screen and (device-aspect-ratio: 2/3), only screen and (device-aspect-ratio: 40/71) {

body {
	font: normal 400 12px/15px 'Montserrat',"HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}

#content {
}

p {
	margin: 25px 0;
}

form {
	display: block;
	position: relative;
	text-align: center;
	padding: 0;
	height: auto;
	width: 100%;
}

input[type="text"] {
	float: none;
	padding: 0;
	width: 100%;
	font: normal 400 17px/30px 'Montserrat', "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}

input[type="submit"] {
	float: none;
	margin: 13px auto 0;
	font: normal 400 17px/30px 'Montserrat', "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
	width: 100%;
}

#links {
	display: none;
}

}







.button{
 
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid @green;
  padding: 5px 15px 5px 15px;
  margin: 5px;
  font-size: 12px;
  display: inline-block;
  transition: all 0.4s ease-in-out 0s;
  overflow: hidden;
  min-width: 160px;
  backface-visibility: hidden;
 }

.button:hover{
    background:#FFF;
    color: #000;
    transition: all 0.4s ease-in-out 0s;
 }
.button.instagram{
    background: #fa23a0; 
    border: 1px solid #fa23a0;
    font-family: "Inter", sans-serif;
}
.button.instagram:hover{
      background:#FFF;
      color: #000;
      border: 1px solid #000;
}

.green{
	color: #00a651;
}
.red{
	color: #ed1c24;
}
.token{
	color: #FFF;
	font-weight: bold !important;
	text-transform: none !important;
	width: 500px;
	max-width: 90%;
	margin: 0 auto 20px auto;
	overflow-wrap: break-word;
}

.footer{
	display: block;
	margin-top: 60px;
	font-size: 12px;
    color: #555;
}
.footer a{
	font-size: 12px;
    color: #555;
}
