:root {
  --primary-ff: "Neue Plak", Arial, sans-serif;
  --secondary-ff: var(--primary-ff);
  --extra-ff: var(--primary-ff);
  --body-ff: var(--primary-ff);
  --title-ff: var(--primary-ff);
  --toptitle-ff: var(--primary-ff);
  --subtitle-ff: var(--primary-ff);
  --p-ff: var(--primary-ff);
  --lead-ff: var(--primary-ff);
  --btn-ff: var(--primary-ff);
  --input-ff: var(--primary-ff);
  --menu-itm-ff: var(--primary-ff);
  --btn-border-radius: 8px;
  --btn-radius: 8px;
}

body.login,
body.login button,
body.login input,
body.login select,
body.login textarea,
.rendicondo-splash-message,
.rendicondo-splash-message *,
#login,
#login * {
  font-family: var(--primary-ff) !important;
}

body.login .btn,
body.login .button,
body.login button[type="submit"],
body.login input[type="button"],
body.login input[type="reset"],
body.login input[type="submit"] {
  border-radius: var(--btn-border-radius) !important;
}

.footer-company {
  font-weight: normal;
  font-size: 19px !important;
}

.rendicondo-splash-message {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  flex-direction: column;
}

.rendicondo-splash-message .rendicondo-splash-logo {
  display: block;
  width: 180px;
}

.rendicondo-splash-message .rendicondo-splash-logo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.rendicondo-splash-message-text .--welcome {
  display: block;
  text-align: center;
  font-size: 60px;
  line-height: 68px;
  margin-bottom: 46px;
}

.rendicondo-splash-message-text {
  font-size: 18px;
  text-align: center;
  margin: 2rem 0 3rem 0;
}

.btn.play-intro {
  background-color: #63cc71;
  color: #000000;
  border-color: #63cc71;
  &:hover {
    color: #000;
  }
}

body.login {
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}

.login .language-switcher {
  margin-top: -3rem;
}

.login .language-switcher #language-switcher {
  background: transparent !important;
}

.login .language-switcher .button {
  background-color: #2576ff;
  color: #fff !important;
}

#loginFooter {
  padding-top: 2rem;
  padding-bottom: 2rem;
  h1 {
    font-size: 20px;
  }
  .rendicondo-login-brand {
    display: flex;
    flex: 1;
    .logo-commercial {
      font-size: 16px;
    }
  }
  .rendicondo-footer-info {
    padding-right: 2rem;
    font-size: 13px;
    &:last-child {
      padding-right: 0;
    }
    .address-numbers {
      font-size: 11.5px;
    }
  }
  .pre-login-footer {
    border-bottom: 1px solid #fff;
  }
}

.footer-disclaimer {
  font-size: 13px;
}

body.login div#login h1 a {
  background-image: none !important;
  width: auto;
  text-indent: 0;
}

@media screen and (min-width: 740px) {
  .pre-login-footer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 739.8px) {
  .rendicondo-login-brand {
    padding-bottom: 1rem;
  }
  .rendicondo-footer-info {
    padding-bottom: 1rem;
  }
}

.rendicondo-login-logo > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

body.login {
  background-color: #fff !important;
}

#loginform,
#lostpasswordform {
  background: #fff !important;
}

.login form .input,
.login input[type="text"] {
  background-color: #f3f5f7 !important;
  border-radius: 100px;
  border-color: #dfdfdf;
}

.login form #wp-submit {
  background-color: #63cc71;
  color: #000000 !important;
  border-color: #63cc71 !important;
  &:hover {
    color: #000;
  }
}

.wp-login-lost-password {
  font-weight: normal !important;
}

#wp-auth-check-form {
  #loginFooter {
    display: none;
  }
}

#login label a {
  text-decoration: underline;
  color: #000;
  font-weight: 500;
}

#loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999; /* Metti il layer sopra tutto */
}

.forgetmenot {
  margin-top: 1rem;
}
