@import url("https://fonts.googleapis.com/css2?family=Inconsolata:wght@300;400;500&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#app {
  min-height: 100vh;
  margin: auto;
  width: 425px;
  font-family: 'Inconsolata', monospace;
  position: relative;
  z-index: 1;
}

#app .bg-app {
  background: linear-gradient(180.4deg, #FBFBFC 27.82%, #A9CFFE 131.31%);
}

#app .loader {
  width: 3.5rem;
  height: 3.5rem;
  border: 0.6rem solid #999;
  border-bottom-color: transparent;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-animation: loader 500ms linear infinite;
          animation: loader 500ms linear infinite;
}

@-webkit-keyframes loader {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#app header .logo-brand {
  margin-top: 25px;
  margin-bottom: 70px;
  text-align: center;
}

#app header .logo-brand span {
  color: #C7C7C9;
}

#app .cs-main {
  margin-top: 60px;
  text-align: center;
}

#app main .content .abcRioButtonBlue {
  width: 200px !important;
}

#app main .logged {
  display: none !important;
}

#app main .img-absolute--primary {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

#app main .img-absolute--secondary-love {
  position: absolute;
  top: 25vh;
  left: 0;
}

#app main .img-absolute--secondary-hesteg {
  position: absolute;
  right: 0;
  top: 2 0vh;
}

#app main .img-absolute--secondary-zig {
  position: absolute;
  right: 30px;
  top: 70vh;
}

#app footer {
  background-color: #E8505B;
  color: white;
  text-align: center;
  padding: 15px;
}

#app .abs {
  background-color: #c8e0fd75;
  color: white;
  text-align: center;
  padding: 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
/*# sourceMappingURL=style.css.map */