/* Minimalista para formulario de productores */
body {
    background: #f6f8fa;
}

.formulario-minimalista {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.form-minimal-wrapper {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 32px 24px;
    max-width: 700px; /* Más ancho, similar al nav */
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #222;
    text-align: center;
}

.form-desc {
    font-size: 1rem;
    color: #666;
    margin-bottom: 18px;
    text-align: center;
}

.form-minimal {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-group-minimal {
    width: 100%;
    max-width: 580px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.form-group-minimal label {
    font-weight: 500;
    margin-bottom: 6px;
    color: #222;
    font-size: 1rem;
}

.form-group-minimal input {
    width: 100%;
    padding: 16px 18px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1.08rem;
    background: #f8fafc;
    transition: border 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}

.form-group-minimal input:focus {
    outline: none;
    border-color: #007bff;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,123,255,0.08);
}

.password-input-wrapper-minimal {
    position: relative;
    width: 100%;
    max-width: 580px;
}

.password-input-wrapper-minimal .toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #007bff;
    font-size: 1.2rem;
}

.btn-minimal {
    width: 100%;
    max-width: 580px;
    padding: 15px 0;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.08rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 8px;
    box-shadow: 0 2px 8px rgba(0,123,255,0.08);
    transition: background 0.2s, box-shadow 0.2s;
}

.btn-minimal:hover {
    background: #0056b3;
}

.success-message-minimal {
    color: #1a7f37;
    font-size: 0.98rem;
    margin-top: 10px;
    text-align: center;
}

.error-message-minimal {
    color: #d32f2f;
    font-size: 0.98rem;
    margin-top: 10px;
    text-align: center;
}

/* Responsive para formulario minimalista y página completa */
body {
    background: #f6f8fa;
}

.formulario-minimalista {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.form-minimal-wrapper {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 32px 24px;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #222;
    text-align: center;
}

.form-desc {
    font-size: 1rem;
    color: #666;
    margin-bottom: 18px;
    text-align: center;
}

.form-minimal {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-group-minimal {
    width: 100%;
    max-width: 580px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.form-group-minimal label {
    font-weight: 500;
    margin-bottom: 6px;
    color: #222;
    font-size: 1rem;
}

.form-group-minimal input {
    width: 100%;
    padding: 16px 18px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1.08rem;
    background: #f8fafc;
    transition: border 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}

.form-group-minimal input:focus {
    outline: none;
    border-color: #007bff;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,123,255,0.08);
}

.password-input-wrapper-minimal {
    position: relative;
    width: 100%;
    max-width: 580px;
}

.password-input-wrapper-minimal .toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #007bff;
    font-size: 1.2rem;
}

.btn-minimal {
    width: 100%;
    max-width: 580px;
    padding: 15px 0;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.08rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 8px;
    box-shadow: 0 2px 8px rgba(0,123,255,0.08);
    transition: background 0.2s, box-shadow 0.2s;
}

.btn-minimal:hover {
    background: #0056b3;
}

.success-message-minimal {
    color: #1a7f37;
    font-size: 0.98rem;
    margin-top: 10px;
    text-align: center;
}

.error-message-minimal {
    color: #d32f2f;
    font-size: 0.98rem;
    margin-top: 10px;
    text-align: center;
}

/* Responsive breakpoints */
@media (max-width: 1200px) {
    .form-minimal-wrapper {
        max-width: 90vw;
        padding: 24px 2vw;
    }
    .form-minimal {
        max-width: 90vw;
    }
    .form-group-minimal {
        max-width: 90vw;
    }
}

@media (max-width: 900px) {
    .form-minimal-wrapper {
        max-width: 98vw;
        padding: 18px 2vw;
    }
    .form-title {
        font-size: 1.3rem;
    }
    .form-minimal {
        max-width: 98vw;
    }
    .form-group-minimal {
        max-width: 98vw;
    }
}

@media (max-width: 600px) {
    .form-minimal-wrapper {
        max-width: 100vw;
        padding: 10px 1vw;
        border-radius: 0;
        box-shadow: none;
    }
    .form-title {
        font-size: 1.1rem;
    }
    .form-group-minimal input,
    .btn-minimal {
        font-size: 0.98rem;
        padding: 10px;
    }
}

@media (max-width: 400px) {
    .form-title {
        font-size: 1rem;
    }
    .form-minimal-wrapper {
        padding: 4px 0.5vw;
    }
}

/* Padding top para netbooks y pantallas medianas */
@media (max-width: 1200px) {
    .formulario-minimalista {
        padding-top: 70px; /* Baja el formulario para netbooks y pantallas medianas */
    }
}

@media (max-width: 900px) {
    .formulario-minimalista {
        padding-top: 60px;
    }
}

@media (max-width: 600px) {
    .formulario-minimalista {
        padding-top: 30px;
    }
}
