* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

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

#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
}

#msform fieldset {
    background: #00000085;
    color: #fff;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}

.form-card {
    text-align: left
}

#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 #22cb29;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #22cb29;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 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 {
    font-size: 25px;
    color: #22cb29;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #22cb29;
    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: #22cb29;
}

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

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f066"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f0e7"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f013"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    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: #22cb29;
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #22cb29;
}

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

.card {
    background-color: #00000085;
}

p {
    color: #379b3b;
}

.anonims {
    width: 100px;
    height: 100px;
}

.btn-hacker {
    background: #22cb29;
    color: black;
    
}
@import url(https://fonts.googleapis.com/css?family=Exo+2:200i);

:root {
  /* Base font size */
  font-size: 10px;   
  
  /* Set neon color */
  --neon-text-color: #f40;
  --neon-border-color: #08f;
}

.cheatx {
	
  font-family: "Courier";
  color: lime; 
  font-size: 7em;
  margin-top:4vh;
  width: 100%; /* ou 30em*/
  white-space: nowrap;
  overflow: hidden;
  font-weight: 700;
  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:20px}
.login-button{padding-top:10px}