.log-in {
  height: 100dvh;
}
.log-in .card {
  max-width: 400px;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
}
.download-card {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border: 0;
  gap: 15px;
}
.download-card > i {
  aspect-ratio: 1;
  width: 70px;
  background-color: var(--vision-color-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  flex-shrink: 0;
}
small {
  font-size: 80%;
  opacity: 0.7;
}
@media screen and (max-width: 450px) {
  #modelId [type="date"] {
    font-size: 14px;
  }
}
/*# sourceMappingURL=../../template/css/_maps/interner_bereich.map */