html  {
  /*https://github.com/vuetifyjs/vuetify/issues/1197*/
  overflow-y:auto !important;
}
/* mozilla solution */
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
  direction: rtl;
}

input[type="email"],
input[type="password"] {
  direction: ltr;
}

.admin {
  color: #ffaca3;
}

.bg {
  background-image: url("/img/bg.png");
  background-size: cover !important;
  background-origin: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bgLogo {
  background-size: cover;
  background-position: center;
}

.assistant {
  font-family: Assistant, sans-serif;
  font-style: normal;
}

.toolbar-link {
  font-weight: normal;
  font-size: 16px;
  line-height: 112.8%;
  color: #FFFBEF;
  text-align: center;
}

html {
  overflow-y: auto !important;
  font-family: "Roboto", sans-serif;
}

.swal2-confirm, .swal2-cancel {
  min-width: 33%
}