.authentication-wrapper {
  display: flex;
  flex-basis: 100%;
  min-height: 100vh;
  width: 100%;
}
.authentication-wrapper .authentication-inner {
  width: 100%;
}
.authentication-wrapper.authentication-basic {
  align-items: center;
  justify-content: center;
}
.authentication-wrapper .auth-cover-illustration {
  z-index: 1;
  max-inline-size: 38rem;
}
.authentication-wrapper .authentication-image-object-left {
  position: absolute;
  bottom: 6%;
  inset-inline-start: 4%;
}
.authentication-wrapper .authentication-image-object-right {
  position: absolute;
  bottom: 7%;
  inset-inline-end: 4%;
}
.authentication-wrapper .authentication-image {
  z-index: -1;
  inline-size: 100%;
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
}
.authentication-wrapper .authentication-image-model {
  width: 768px;
}
.authentication-wrapper.authentication-cover {
  align-items: flex-start;
}
.authentication-wrapper.authentication-cover .authentication-inner {
  min-height: 100vh;
  position: relative;
}
html:not([dir=rtl]) .authentication-wrapper.authentication-cover .authentication-image {
  inset-inline-start: unset;
}
.authentication-wrapper.authentication-cover .authentication-image-tree {
  position: absolute;
  bottom: 4rem;
  left: 3rem;
}
.authentication-wrapper.authentication-basic .authentication-inner {
  max-width: 460px;
}
.authentication-wrapper .auth-input-wrapper .auth-input {
  max-width: 50px;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  font-size: 150%;
}

@media (max-width: 575.98px) {
  .authentication-wrapper .auth-input-wrapper .auth-input {
    font-size: 1.125rem;
  }
}
@media (max-width: 1199.98px) {
  .authentication-cover .authentication-image-model {
    position: relative;
    width: 575px;
    top: 1rem;
  }
}
#twoStepsForm .fv-plugins-bootstrap5-row-invalid .form-control {
  border-width: 2px;
  border-color: #ff4c51;
}

@media (max-width: 575.98px) {
  .numeral-mask-wrapper .numeral-mask {
    padding: 0 !important;
  }
  .numeral-mask:not(:focus) {
    margin-inline: 1px !important;
  }
  .numeral-mask:focus {
    margin-inline: auto !important;
  }
}
.light-style .authentication-wrapper .authentication-bg {
  background-color: #fff;
}

.dark-style .authentication-wrapper .authentication-bg {
  background-color: #312d4b;
}

[dir=rtl] .authentication-image-tree {
  right: 3rem;
  left: auto;
}

.nav-align-top {
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 0.5rem;
    background-color: #fff;
    display: inline-block;
}

.nav-pills {
    margin-bottom: 0 !important;
}

    .nav-pills .nav-link {
        background-color: transparent;
        border: none;
        color: #666;
        padding: 0.75rem 2rem;
        font-weight: 500;
        transition: all 0.3s ease;
    }

        .nav-pills .nav-link:hover {
            background-color: #f8f9fa;
            padding: 0.75rem 2rem;
            margin-bottom: 0 !important;
        }

        .nav-pills .nav-link.active {
            background: linear-gradient(90deg, rgba(255, 0, 246, 0) 0.07%, rgba(255, 0, 246, 0.3) 100.1%), #9447AF;
            color: #fff;
            box-shadow: inset 1.5px 1.5px 4px rgba(255, 255, 255, 0.4);
            border-radius: 24px;
        }

    .nav-pills .nav-item .nav-link:not(.active):hover {
        background-color: #ede4ff;
        box-shadow: inset 1.5px 1.5px 4px rgba(255, 255, 255, 0.4);
        border-radius: 24px;
    }

.form-label {
    height: 21px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #232323;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.form-control {
    /* Frame 70527 */

    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px;
    gap: 168px;
    background: #FFFFFF;
    border: 1px solid #C8C8C8;
    border-radius: 12px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    /* Seleziona lo stato */
    /* Text/Small Regular */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    /* identical to box height, or 21px */
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

    .form-control:focus {
        padding: 16px !important;
        gap: 168px;
    }


.btn-primary {
    flex: none;
    order: 0;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px;
    gap: 10px;
    background: #9447AF;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.btn-outline-secondary {
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px;
    gap: 12px;
    background: #FFFFFF;
    border: 1px solid #231826;
    border-radius: 10px;
    /* Text/Medium Regular */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */

    color: #231826;
}


