.bg-login {
    background: url("../images/login-background.bf184aa35eaa.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 100vh;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    opacity: 1;
  }

  .mm-active {
    color: #AB2239 !important;
  }

  .mm-active .active {
    color: #AB2239 !important;
    font-weight: 500;
  }

  .mm-active .active i {
    color: #AB2239 !important;
  }

  .page-content-mobile {
    padding: calc(70px + 24px) 0px 60px 0px !important;
  }

  .body-bg-mobile {
    background-color: rgb(248, 248, 251) !important;
  }

  .page-content-mobile-login {
    padding: calc(76px + 24px) 0px 60px 0px !important;
  }

  .full-height {
    min-height: calc(100vh - 100px);
    box-sizing: border-box;
  }

  .custom-placeholder::placeholder {
    color: rgb(116, 120, 141) !important; /* Sostituisci con il colore che desideri */
    opacity: 1; /* Assicurati che l'opacità del placeholder sia visibile al 100% */
  }