body {
  font-family: Arial, sans-serif;
  min-height: 100%;
}

.header-logo {
  max-width: 15rem;

}

.card-form, .alert {
  max-width: 50rem;
}

#plantName::-webkit-calendar-picker-indicator {
  display: none !important;
}

.appsmenu .card {
  height: 100%;
  overflow: hidden;
}

.appsmenu .card img {
  transition: transform .2s;
}

.appsmenu .card:hover img {
  transform: scale(1.2);
}
.appsmenu .card:hover {
  border-color: #00a6fb;
}