form {
  padding: 1rem;
  border-radius: 5px;
}
form label {
  all: unset !important;
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
}
form label::after {
  all: unset !important;
}
form .btn {
  width: 100%;
}
form .pass {
  margin-bottom: 0.5rem;
}

.dark-mode-toggler {
  background: #00709F;
  position: relative;
}
.dark-mode-toggler h3 {
  color: #fff;
}

.custom-shape-divider-bottom-1676187597 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1676187597 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 120px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1676187597 .shape-fill {
  fill: #FFFFFF;
}

.icon {
  display: grid;
  place-items: center;
  margin-top: -3rem;
  position: relative;
}

/** For mobile devices **/
@media (max-width: 767px) {
  .custom-shape-divider-bottom-1676187597 svg {
    width: calc(100% + 1.3px);
    height: 35px;
  }
}
@media (max-width: 320px) {
  .dark-mode-toggler h3 {
    color: #fff;
    font-size: 1.5rem;
  }
  .dark-mode-toggler .title.py-5 {
    padding: 1rem 0 !important;
  }
  .icon {
    margin-top: -2rem;
  }
  .icon img {
    width: 20%;
  }
  form {
    padding: 1rem;
    border-radius: 5px;
  }
  form label {
    all: unset !important;
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
  }
  form label::after {
    all: unset !important;
  }
  form .btn {
    width: 100%;
  }
  form .pass {
    margin-bottom: 0.2rem;
  }
}/*# sourceMappingURL=login.css.map */