/* _content/GruppoRaffaello.Identity/Areas/Identity/Pages/Account/Login.cshtml.rz.scp.css */
.identity-logo[b-tcioacw2au] {
    /* width/height gestiti dall'attributo HTML o classi w-*, ma border-radius serve */
    border-radius: 50%;
}

.identity-box[b-tcioacw2au] {
    padding: 60px 20px;
    /* background gestito dal body */
}

.identity-box .container[b-tcioacw2au] {
    max-width: 1100px;
}

.identity-card[b-tcioacw2au] {
    max-width: 1050px;
    margin: 0 auto;
    background: #F0F4F9;
    border: 1px solid #E1E3E1;
    border-radius: 25px;
    padding: 50px;
}

.identity-title[b-tcioacw2au] {
    font-family: 'DM Sans', sans-serif;
    font-size: 64px;
    line-height: 1.05;
    margin: 0 0 12px 0;
}

.identity-sub[b-tcioacw2au] {
    font-size: 16px;
    opacity: .85;
    margin-bottom: 18px;
}

/* Personalizzazione specifica degli input */
.identity-card .form-control.form-control-lg[b-tcioacw2au] {
    border-radius: 12px;
    border: 1px solid #D8DADC;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 1rem; /* Reset dimensione font se necessario */
}

/* Mobile override */
@media (max-width: 640px) {
    .identity-card[b-tcioacw2au] {
        border: none;
        background: transparent;
        padding: 0 10px;
    }

    .identity-title[b-tcioacw2au] {
        font-size: 42px;
    }
}
/* _content/GruppoRaffaello.Identity/Areas/Identity/Pages/Account/Register.cshtml.rz.scp.css */
.wizard-container[b-c5nvo0hyio] {
    padding: 20px 0;
}

.wizard-progress[b-c5nvo0hyio] {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.wizard-progress[b-c5nvo0hyio]::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 2px;
    background: #e9ecef;
    z-index: 0;
}

.step-item[b-c5nvo0hyio] {
    position: relative;
    z-index: 1;
    text-align: center;
    background: var(--gr-bg);
    padding: 0 10px;
}

.step-circle[b-c5nvo0hyio] {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-weight: bold;
    color: #6c757d;
    transition: all 0.3s ease;
}

.step-item.active .step-circle[b-c5nvo0hyio] {
    border-color: var(--gr-primary);
    color: var(--gr-primary);
    box-shadow: 0 0 0 3px rgba(4, 91, 169, 0.1);
}

.step-item.completed .step-circle[b-c5nvo0hyio] {
    background: var(--gr-primary);
    border-color: var(--gr-primary);
    color: #fff;
}

.step-label[b-c5nvo0hyio] {
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
}

.step-item.active .step-label[b-c5nvo0hyio] {
    color: var(--gr-primary);
    font-weight: bold;
}

.step-content[b-c5nvo0hyio] {
    display: none;
    animation: fadeIn-b-c5nvo0hyio 0.5s;
}

.step-content.active[b-c5nvo0hyio] {
    display: block;
}

@keyframes fadeIn-b-c5nvo0hyio {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.wizard-buttons[b-c5nvo0hyio] {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
/* _content/GruppoRaffaello.Identity/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Utility per il logo nella navbar */
a.navbar-brand[b-77k0h06l5z] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-77k0h06l5z] {
  color: #0077cc;
}

.btn-primary[b-77k0h06l5z] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-77k0h06l5z], .nav-pills .show > .nav-link[b-77k0h06l5z] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Utility per bordi e ombre */
.border-top[b-77k0h06l5z] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-77k0h06l5z] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-77k0h06l5z] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

/* Utility per il pulsante cookie policy */
button.accept-policy[b-77k0h06l5z] {
  font-size: 1rem;
  line-height: inherit;
}
