/*@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");*/

body {
  padding: 0;
  margin: 0;
}

#app-site {
  display: flex;
  width: 100%;
  height: 100vh;
}

.loader {
  position: relative;
  margin: 0 auto;
  /*width: 70px;*/
  height: 100vh;
  align-items: center;

  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;

  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.loading {
  /*width: 28px;*/
  color: #DF053A;
  position: fixed;
  width: 100%;
  height: 100%;
}

.loaderIcon {

}
.v-logo-spin {
  width: 114px;
  position: absolute;
  margin-top: -7px;
  animation: spin 1s infinite linear;
}
.v-logo {
  position: relative;
  width: 70px;
  top: -1.5px;
  left: 1px;
}

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
/*# sourceMappingURL=loader.css.map */
