.user-card .card-title {
  margin-bottom: 0.2rem;
}
.user-card .card-text {
  margin-bottom: 0.3rem;
}
.user-card .card-groups {
  height: 55px;
}
.user-card .card-buttons {
  padding: 0.5rem;
  text-align: right;
}

.otp-elements {
  display: flex;
  justify-content: center;
}
.otp-elements .otp-element {
  flex-basis: 50px;
  margin: 0 5px;
}
.otp-elements .otp-element input {
  line-height: 40px;
  font-size: 30px;
}

.login-content-logo {
  max-width: 80%;
  max-height: 80px;
}

.login-header {
  position: relative;
  height: 300px;
  background: none; /* Rimuove il background dal contenitore principale */
}

.login-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 61, 106, 0.1);
  z-index: -1;
}

.login-title {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #003366;
}
.login-title .login-header-logo {
  width: 300px;
}

.login-card-wrap {
  display: flex;
  justify-content: center;
}
.login-card-wrap .card {
  min-width: 400px;
  background-color: #003366;
  max-width: 450px;
}

@media (min-width: 1200px) {
  .login-card-wrap .card {
    position: absolute;
    top: 5rem;
    right: 5rem;
    width: auto;
  }
  .login-title {
    display: flex;
    flex-direction: row;
    height: 100%;
    text-align: left;
    justify-content: start;
  }
}

/*# sourceMappingURL=users.css.map */
