.humans {
  display: none;
}

#des-software {
  color: rgba(255, 255, 255, 0.8);
  font-size: 25px;
}

a:link, a:visited, a:hover, a:active {
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  text-decoration: underline;
}

#header-img {
  align-self: left;
  height: 100%;
  object-fit: contain;
  /* max-width: 15%; */
  margin-left: 8px;
  margin-top: 8px;
}

@media screen and (max-width: 961px) {
  #header-img {
    align-self: left;
    height: 100%;
    width: 200px;
    object-fit: contain;
    margin-left: 8px;
  }
}

#faq-container {
  display: block;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
}

#faq-container-h1 {
  color: rgba(255, 255, 255, 0.8);
}

hr.div-line {
  margin-top: 100px;
  border: 3px solid rgba(255, 255, 255, 0.4);
  /* border-radius: 5px; */
}

#login-body {
  background-color: #4E4878;
}

#login-container {
  text-align: center;
}

#sign-up-container {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.5);
}

#sign-up-link {
  color: white;
}

#story-card {
  display: block;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
}

#countdown {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
}

#login-logo {
  margin-top: 100px;
  margin-bottom: 100px;
  max-width: 90%;
}

@media (min-width: 768px) {
  #login-logo {
    margin-top: 140px;
    margin-bottom: 140px;
  }
}

#login-form {
  display: flex;
  flex-direction: column;
  text-align: left;
}

#login-form .login-message {
  color: white;
}

#login-form label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font: Arial;
  font-weight: 400;
}

#login-form label.focused {
  color: white;
}

#login-form .login-text-input {
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#login-form .login-text-input:focus {
  outline: none;
  color: white;
  border-bottom: 1px solid white;
}

#login-form #username-input {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  #login-form #username-input {
    margin-bottom: 40px;
  }
}

#login-form #email-input {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  #login-form #username-input {
    margin-bottom: 40px;
  }
}

#login-form #password-input {
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  #login-form #password-input {
    margin-bottom: 40px;
  }
}

#login-form #submit-login {
  width: 190px;
  height: 50px;
  align-self: center;
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  color: #4E4878;
  background-color: white;
  text-transform: uppercase;
}

#login-form #cadastro, #recuperar {
  width: 190px;
  height: 50px;
  align-self: center;
  border: none;
  margin-top: 6px;
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  color: #4E4878;
  background-color: white;
  text-transform: uppercase;
}

.changeLang {
  float: right !important;
  margin-top: 20px;
  margin-right: 10px;
  width: max-content;
  display: flex;
}

.changeLang button {
  color: #f2f2f2;
  text-align: center;
  font-size: 17px;
  background-color: transparent;
  border: none;
  outline: none;
}

.changeLang div {
  background-color: #f2f2f279;
  height: 30px;
  margin: 0 5px;
  width: 0.5px;
}

.changeLang button[select='true'] {
  color: #C6A55A !important;
}

.changeLang button[select='false'] {
  color: #fff;
}

.topnav {
  width: 280px;
}

.topnav img {
  width: 280px;
  height: auto;
}

#tokenDiv_verify2FA {
  display: flex;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  /* align-items: center; */
  justify-content: center;
  background-color: #726c9b;
}

#tokenDiv_register2FA {
  display: flex;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  /* align-items: center; */
  justify-content: center;
  background-color: #726c9b;
}

#tokenBody {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  padding-top: 10px;
  background: #726c9b;
  text-align: center;
  border: solid 1px #726c9b;
}

#tokenBody h2 {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 25px;
}

#tokenDiv_register2FA h2 {
  text-align: center;
  margin: 5px;
  text-transform: uppercase;
  font-size: 25px;
}

#tokenDiv_register2FA h3 {
  text-align: center;
  margin: 5px;
  margin-bottom: 32px;
}

#tokenBody input {
  color: #26233d;
  font-size: 36px;
  padding-left: 36px;
  letter-spacing: 30px;
  overflow-x: hidden;
  outline-color: #4E4878;
  border: none;
}

#tokenBody #login-logo {
  width: fit-content;
  height: auto;
  margin-top: 0;
  margin-bottom: 50px;
}

#tokenBody #privacy {
  height: 180px;
  margin-bottom: 10px;
}

#tokenBody #qr {
  height: 180px;
  margin: 10px;
}

.inputs-form {
  display: flex;
}

.input-box {
  width: 360px;
  height: 60px;
}

#verifyToken {
  width: 360px;
  color: #4E4878;
  text-transform: uppercase;
  padding: 5px;
  margin-top: 10px;
  font-size: large;
  font-weight: bold;
  border-radius: 5px;
  outline: none;
  border: none;
}

#verifyToken_reg2FA {
  width: 360px;
  color: #4E4878;
  text-transform: uppercase;
  padding: 5px;
  margin-top: 10px;
  font-size: large;
  font-weight: bold;
  border-radius: 5px;
  outline: none;
  border: none;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

@media (max-width: 422px) {
  #tokenBody {
    width: 100%;
    padding: 0;
  }
  #tokenBody #login-logo {
    margin-bottom: 20px;
  }
  .input-box {
    width: 100%;
    margin: 10px;
    height: 40px;
  }
  #verifyToken {
    width: calc(-20px + 100%);
    margin-top: 0;
  }
}

/*# sourceMappingURL=login.css.map */