.x-button-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .75rem;
    background: #0f172a;
    padding: .625rem 1rem;
    font-size: .875rem;
    font-weight: 500;
    color: #fff;
    transition: .2s;
}

.x-button-primary:hover {
    background: #1e293b;
}

.x-button-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
    border-radius: .75rem;
    background: #fff;
    padding: .625rem 1rem;
    font-size: .875rem;
    font-weight: 500;
    color: #334155;
    transition: .2s;
}

.x-button-secondary:hover {
    background: #f8fafc;
}

.x-icon-button {
    display: inline-flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
    border-radius: .75rem;
    background: #fff;
    color: #475569;
    transition: .2s;
}

.x-icon-button:hover {
    background: #f8fafc;
    color: #0f172a;
}

.x-menu-item {
    display: block;
    border-radius: .75rem;
    padding: .325rem .75rem;
    color: #334155;
    text-decoration: none;
    transition: .15s;
}

.x-menu-item:hover {
    background: #f8fafc;
    color: #0f172a;
}

.x-card {
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #ffffff;
    padding: 1.5rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.x-label {
    margin-bottom: .375rem;
    display: block;
    font-size: .875rem;
    font-weight: 500;
    color: #334155;
}

.x-input {
    width: 100%;
    border-radius: .75rem;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    padding: .625rem 1rem;
    font-size: .875rem;
    color: #0f172a;
    outline: none;
    transition: .2s;
}

.x-input:focus {
    border-color: #94a3b8;
    box-shadow: 0 0 0 4px #f1f5f9;
}

.x-home-hero {
    min-height: calc(100vh - 72px);
}

.x-home-hero-image-wrap {
    position: relative;
    margin-top: 2.5rem;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2rem;
}

.x-home-hero-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  
}

@media (min-width: 1024px) {
    .x-home-hero-image-wrap {
        margin-top: 3rem;
        max-height: 58vh;
    }

    .x-home-hero-image {
        margin-left: auto;
        margin-right: auto;
        width: min(1500px, 100vw);
    }
}

@media (max-width: 768px) {
    .x-home-hero {
        min-height: auto;
    }

    .x-home-hero-image-wrap {
        margin-top: 2rem;
    }

    .x-home-hero-image {
        width: 135vw;
        margin-left: -17.5vw;
    }
}

.x-password-wrapper {
    position: relative;
}

.x-password-input {
    padding-right: 3rem;
}

.x-password-toggle {
    position: absolute;
    top: 50%;
    right: .75rem;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #64748b;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.x-password-toggle:hover {
    color: #0f172a;
}

.text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(56 38 212) !important;
}
.bgnegro{
    background: #060f1d;
    background: radial-gradient(circle, rgb(15 14 55) 0%, rgb(0 0 0) 100%);
}