

* {
  font-family: "Fira Code", monospace !important;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

p {
  color: grey;
  line-height: 3vh;
}

body {
  background-image: url('img/bg-hacker.gif');
  background-position: center;
  background-size: normal;
}

#heading {
  text-transform: uppercase;
  color: #bfbfbf;
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
  padding: 0;
}

#box1 {
  /* background-color: rgb(0, 0, 0, 0.9); */
  backdrop-filter: blur(2px) saturate(100%);
  padding: 10px;
  color: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 0;
  position: relative;
}

#msform fieldset {
  /* background: rgb(0, 0, 0, 0.9); */
  backdrop-filter: blur(2px) saturate(100%);
  padding: 20px;
  color: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

.checkbox {
  margin-bottom: 10px;
}

.form-card {
  text-align: left;
  font-size: 16px;
  margin-bottom: 15px;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform input,
#msform textarea {
  padding: 8px 15px 8px 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  background-color: #eceff1;
  font-size: 16px;
  letter-spacing: 1px;
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #20C20E;
  outline-width: 0;
}

#msform .action-button {
  width: 120px;
  background: #20C20E;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 6px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 25px 0px 10px 5px;
  float: right;
}

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #0a0a0a;
}

#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
}

.fs-title {
  padding: 10px 0;
  font-size: 18px;
  color: #20C20E;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
}

.purple-text {
  color: #20C20E;
  font-weight: normal;
}

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
  color: #ffffff;
}

.fieldlabels {
  color: gray;
  text-align: left;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}

#progressbar .active {
  color: #20C20E;
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
}

#progressbar #account:before {
  font-family: "Font Awesome\ 6 Pro";
  content: "\f066";
}

#progressbar #personal:before {
  font-family: "Font Awesome\ 6 Pro";
  content: "\f0e7";
}

#progressbar #payment:before {
  font-family: "Font Awesome\ 6 Pro";
  content: "\f013";
}

#progressbar #confirm:before {
  font-family: "Font Awesome\ 6 Pro";
  content: "\f058";
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: #cc3300;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #20C20E;
}

.progress {
  height: 20px;
}

.progress-bar {
  background-color: #20C20E;
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

.card {
  background: transparent;
}

#msform {
  /* background-color: rgba(32, 194, 14, 0.1); */
  backdrop-filter: blur(2px) saturate(100%);
  border-radius: 6px;
}

p {
  color: #fff;
  font-size: 14px;
  margin: 10px;
}

.anonims {
  width: auto;
}

.btn-hacker {
  background: #20C20E;
  color: black;
}

@import url(1df1513e443a475fa74eca445f8f5463.css);

:root {
  /* Base font size */
  font-size: 10px;

  /* Set neon color */
  --neon-text-color: #f40;
  --neon-border-color: #08f;
}

.cheatx {
  /* font-family: "Courier"; */
  color: #20C20E;
  font-size: 30px;
  margin-top: 10px;
  width: 100%;
  /* ou 30em*/
  white-space: nowrap;
  overflow: hidden;
  font-weight: 700;
  line-height: 30px;
  animation: linha1 4s steps(50, end);
}

.cheatx:nth-child(2) {
  font-size: 2rem;
  width: 100%;
  animation: linha2 4s steps(50, end);
}

.cheatx .boldel {
  animation: pisca 1s infinite;
}

@keyframes linha1 {
  from {
    width: 0;
  }
}

@keyframes linha2 {
  0% {
    width: 0;
  }

  25% {
    width: 0;
  }

  100% {
    width: 100;
  }
}

@keyframes pisca {
  to {
    opacity: 0%;
  }
}

.gright {
  font-size: 1rem;
  color: #ffffff;
  list-style-type: none;
}

.register-button {
  margin: 10px;
}

.login-button {
  padding-top: 10px;
}

.info-text {
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  line-height: 30px;
}

.info-text-sub {
  font-size: 14;
  font-weight: 600;
  color: #20C20E;
  line-height: 30px;
}

.info-text-subsmall {
  font-size: 17;
  font-weight: 600;
  color: #20C20E;
  line-height: 30px;
}

.info-text-page {
  font-size: 16px;
  font-weight: 600;
  color: #ffff00;
  line-height: 30px;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .cheatx {
    font-size: 14px;
  }
  .info-text {
    font-size: 12px;
    color: #20C20E;
    line-height: 18px;
  }  
}

.button-log {
  min-width: 225px;
  min-height: 60px;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.5;
  font-weight: 700;
  color: #313133;
  background: #4FD1C5;
background: linear-gradient(90deg, rgba(129,230,217,1) 0%, rgba(79,209,197,1) 100%);
  border: none;
  border-radius: 1000px;
  box-shadow: 12px 12px 24px rgba(79,209,197,.64);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
  }

.button-log::before {
content: '';
  border-radius: 1000px;
  min-width: calc(225px + 15px);
  min-height: calc(60px + 15px);
  border: 6px solid #00FFCB;
  box-shadow: 0 0 50px rgba(0,255,203,.64);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}

.button-log:hover, .button-log:focus {
  color: #313133;
  transform: translateY(-6px);
}

.button-log:hover::before, .button-log:focus::before {
  opacity: 1;
}

.button-log::after {
  content: '';
  width: 30px; height: 30px;
  border-radius: 100%;
  border: 6px solid #00FFCB;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

.button-log:hover::after, .button-log:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 258px;
    height: 258px;
    opacity: 0;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}