/* _content/VediGroup/Pages/Account/Login.razor.rz.scp.css */
.login-modal[b-23u7monrgs] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f0f9ff 0%, var(--light) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.login-container[b-23u7monrgs] {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.login-header[b-23u7monrgs] {
    margin-bottom: 2rem;
}

.login-logo[b-23u7monrgs] {
    width: 64px;
    height: 64px;
    margin-bottom: 1rem;
}

.login-header h2[b-23u7monrgs] {
    margin: 0.5rem 0;
    color: #1f2937;
    font-size: 1.5rem;
}

.login-header p[b-23u7monrgs] {
    margin: 0;
    color: #6b7280;
    font-size: 0.9rem;
}

.login-form .form-group[b-23u7monrgs] {
    margin-bottom: 1.5rem;
    text-align: left;
}

.login-form label[b-23u7monrgs] {
    display: block;
    margin-bottom: 0.5rem;
    color: #374151;
    font-weight: 500;
}

.login-form input[b-23u7monrgs] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.2s;
}

    .login-form input:focus[b-23u7monrgs] {
        outline: none;
        border-color: #2563eb;
    }

.login-btn[b-23u7monrgs] {
    width: 100%;
    padding: 0.75rem;
    background: var(--primary-light);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .login-btn:hover[b-23u7monrgs] {
        background: #1d4ed8;
    }

    .login-btn:disabled[b-23u7monrgs] {
        background: #9ca3af;
        cursor: not-allowed;
    }

.login-footer[b-23u7monrgs] {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

    .login-footer p[b-23u7monrgs] {
        margin: 0;
        color: #6b7280;
        font-size: 0.875rem;
    }
/* _content/VediGroup/Pages/Index.razor.rz.scp.css */
/* _content/VediGroup/Shared/MainLayout.razor.rz.scp.css */
/* _content/VediGroup/Shared/NavMenu.razor.rz.scp.css */
