.custom-button {
  background-color: #7a8031 !important;
  color: white !important;
  padding-inline: 1rem !important;
  border-radius: 20px !important;
}

body {
  min-height: 100vh;
}

@media (min-width: 768px) {
  .desktop {
    display: block;
  }
  .desktop-logo {
    max-width: 10vw !important;
  }
  .custom-button {
    max-width: 20vw !important;
  }
  .mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: flex;
    min-height: 100vh;
  }
  .mobile-topbar {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 5px;
    padding-left: 5px;
    max-height: 5vh;
  }
  .mobile-logo {
    max-height: 5vh;
  }
}
.error {
  color: red;
  display: flex;
}

.icon-return {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.icon-return:hover {
  transform: scale(1.1);
}

.alertify-notifier {
  color: white !important;
}

.sign-out-button {
  transition: all 0.3s ease;
}
.sign-out-button:hover {
  transform: scale(1.1);
}/*# sourceMappingURL=style.css.map */