/*html, body {
  font-family: "Roboto", sans-serif;
}*/
.app-name {
  z-index: 9999;
  color: #FFF;
  font-family: "Roboto", sans-serif;
}

.short-title {
    z-index: 9999;
    width: 430px;
    height: 120px;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -130%);
    font-size: 3em;
    font-weight: 600;
    /*border: 5px solid #FFF;*/
    text-align: center;
    line-height: 120px;
}

.title-description {
 z-index: 9999;
    height: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    line-height:1.3;
    width: 400px;
}
.login-description {
 z-index: 9999;
    height: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    line-height:1.3;
}
.parceiros {
    z-index: 9999;
    /*height: 20px;*/
    position: fixed;
    top: 25px;
    right: 30px;
    /*transform: translate(-50%, -50%);*/
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    line-height:1.3;
}
.financiado {
    z-index: 9999;
    /*height: 20px;*/
    position: fixed;
    top: 92%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    line-height:1.3;
}

.dot {
  z-index: 9999;
  -webkit-animation: 1s bob  cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
   animation: 1s bob  cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
  border-radius: 0%;
  float: left;
  height: 3rem;
  width: 0.8rem;
  -webkit-transform: translateY(-23%);
      -ms-transform: translateY(-23%);
          transform: translateY(-23%);
}
.dot:not(:last-child) {
  margin-right: 1.5rem;
}
.dot:nth-child(1) {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
  background-color: #FFF;
  opacity: 1;
}
.dot:nth-child(2) {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
  background-color: #FFF;
  opacity: 1;
}
.dot:nth-child(3) {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
  background-color: #FFF;
  opacity: 1;
}
.dot:nth-child(4) {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
  background-color: #FFF;
  opacity: 1;
}

@-webkit-keyframes bob {
  0% {
    -webkit-transform: translateY(-23%);
            transform: translateY(-23%);
  }
  50% {
    -webkit-transform: translateY(23%);
            transform: translateY(23%);
  }
  100% {
    -webkit-transform: translateY(-23%);
            transform: translateY(-23%);
  }
}

@keyframes bob {
  0% {
    -webkit-transform: translateY(-23%);
            transform: translateY(-23%);
  }
  50% {
    -webkit-transform: translateY(23%);
            transform: translateY(23%);
  }
  100% {
    -webkit-transform: translateY(-23%);
            transform: translateY(-23%);
  }
}
/*body {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}*/


.dark-bckg {
  z-index: 1;
  height: 100vh;
  width: 100vw;
  position: absolute;
  left: 0;
  background: #222;
  opacity: 0.35;
}

.extra-info {
  z-index: 9999;
  color: #FFF;
  font-size: 0.95rem;
  font-weight: 400;
  position: absolute;
  width: 100vw;
  bottom: 10px;
left: 0;
text-align: center;
}