.center-login-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.card-login {
  background: white;
  padding: 30px 40px 30px 40px;
  border-radius: 40px;
  width: 400px;
  margin-top: 40px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2) !important;
}

.input-card {
  background: #eeeeee !important;
  border: 0px;
  height: 50px !important;
}

.button-card {
  width: -webkit-fill-available !important;
  height: 50px !important;
  width: -moz-available;
}

.button-card-2fa-conferma {
  width: 50%;
  height: 50px !important;
  margin-inline: auto !important;
}

.title-card {
  font-weight: bold;
  margin-bottom: 0px !important;
  text-align: center !important;
  margin-top: 0.5em;
}

.subtitle-card {
  text-align: center;
  margin: 10px 10px 20px 10px;
}

.border-radius {
  border-radius: 40px !important;
}

.border-radius-left {
  border-radius: 40px 0px 0px 40px !important;
}

.border-radius-right {
  border-radius: 0px 40px 40px 0px !important;
}