body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-image: url('../../../assets/dist/img/backg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

#togglePassword,
#togglePassword2 {
  margin-left: 172px;
  margin-top: 10px;
  position: absolute;
  cursor: pointer;
}

.input-container, a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5px;
}

.icon {
  padding: 10px 0px;
  background: #0d6efd;
  color: white;
  min-width: 35px;
  text-align: center;
}
.info-box, .card {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.125), 0px 0px 3px 1px rgba(0, 0, 0, 0.6);
}

.dark-mode .info-box, .dark-mode .card, .dark-mode .card-header {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(255, 255, 255, 0.2);
}
