@charset "UTF-8";/*!
 * Hoja de estilo para login iovendo — Botanical Precision
 */

html, body {
    padding: 0; margin: 0;
    width: 100%; height: 100%;
    overflow: hidden;
    font-family: 'Inter', 'Roboto', sans-serif;
    background: #FFFFFF;
}

* {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Inter', 'Roboto', sans-serif;
}

/* ===== LOGO ===== */
#logo {
    border-top: 4px solid #8BC34A;
    background-color: #FFFFFF;
    padding: 20px 40px 10px 40px;
    text-align: left;
}
#logo img {
    height: clamp(60px, 8vh, 100px);
    width: auto;
    max-width: 70%;
}

/* ===== BLOQUE LOGIN (izquierdo) ===== */
#bloque-l {
    background-color: #FFFFFF !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    overflow: hidden;
}

/* ===== TITULO BIENVENIDA ===== */
h3 {
    margin: 0 0 2px 0;
    font-size: 15px;
    color: #757575;
    font-weight: 400;
}

h3 > strong {
    font-size: 36px;
    font-weight: 800;
    color: #212121;
    display: block;
    margin-bottom: 2px;
    line-height: 1.1;
}

.mb-4[style*="color:#757575"] {
    color: #757575 !important;
    font-size: 14px;
    margin-bottom: 16px !important;
}

/* ===== FORMULARIO CONTAINER ===== */
#bloque-l > .container {
    padding: 0 40px !important;
    width: 100% !important;
    max-width: 440px !important;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 2vh !important;
}

/* ===== FORM GROUPS ===== */
.form-group {
    margin-bottom: 14px;
    border: none;
    padding: 0;
    background-color: transparent;
}

.form-group.first {
    border-radius: 0;
}

.form-group.last {
    border-bottom: none;
    border-radius: 0;
    margin-bottom: 18px !important;
}

/* ===== LABELS ===== */
.form-group label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 6px;
    color: #757575;
}

/* ===== INPUTS ===== */
.form-control {
    border: 1px solid transparent;
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 8px;
    background: #E9EBE8;
    color: #212121;
    height: 44px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control:active,
.form-control:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 3px rgba(139,195,74,0.15);
    box-shadow: 0 0 0 3px rgba(139,195,74,0.15);
    border-color: #8BC34A;
    background: #FFFFFF;
}

.form-control::placeholder {
    color: #BDBDBD;
    font-size: 14px;
}

input[type="text"], input[type="password"] {
    background: #E9EBE8;
    padding: 10px 48px 10px 16px;
    font-size: 14px;
}

/* ===== INPUT WRAPPER (con íconos) ===== */
.bot-input-wrap {
    position: relative;
}

.bot-input-wrap .form-control {
    padding-right: 48px;
}

.bot-input-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #BDBDBD;
    pointer-events: none;
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}

.bot-input-icon.clickable {
    pointer-events: auto;
    cursor: pointer;
    transition: color 0.2s;
}

.bot-input-icon.clickable:hover {
    color: #689F38;
}

/* ===== BOTON LOGIN ===== */
.btn-block {
    display: block;
    width: 100%;
}

.btn-success {
    color: #FFFFFF;
    background: #8BC34A;
    border: none;
    height: 48px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(139, 195, 74, 0.3);
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    letter-spacing: 0.3px;
}

.btn-success:hover {
    background: #7CB342;
    box-shadow: 0 6px 18px rgba(139, 195, 74, 0.4);
    transform: translateY(-1px);
}

.btn-success:active {
    background: #689F38;
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(139, 195, 74, 0.3);
}

.btn-success .material-symbols-outlined {
    font-size: 20px;
}

/* ===== LINK OLVIDASTE CONTRASEÑA ===== */
a#txtRecuperarClave,
a#txtRecuperarClave p,
a#txtRecuperarClave:hover {
    color: #3E6A00 !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    display: block;
    margin-top: 10px;
    margin-bottom: 0 !important;
    transition: color 0.2s;
}

a#txtRecuperarClave:hover,
a#txtRecuperarClave:hover p {
    text-decoration: underline;
    color: #558B2F !important;
}

a, a:hover {
    text-decoration: none;
    color: #3E6A00;
}

/* ===== FOOTER LOGIN ===== */
.bot-login-footer {
    color: #BDBDBD !important;
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 14px 40px;
    margin: 0 !important;
    flex-shrink: 0;
}

.bot-login-footer a {
    color: #BDBDBD;
    text-decoration: none;
}

.bot-login-footer a:hover {
    color: #8BC34A;
    text-decoration: underline;
}

/* ===== CARRUSEL (derecha) ===== */
.min-100 {
    min-height: 100%;
}

#carouselExampleCaptions {
    height: 100vh;
    width: 100%;
}

#bloque-r {
    overflow: hidden;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 767px) {
    #bloque-r {
        display: none;
    }

    #logo {
        margin-top: 0;
        text-align: center;
        padding: 16px 20px 8px 20px;
    }

    #bloque-l {
        overflow-y: auto !important;
        height: auto !important;
        min-height: 100vh;
    }

    #logo {
        text-align: center !important;
        padding: 12px 20px 4px 20px;
    }

    #logo img {
        height: clamp(50px, 10vw, 70px);
    }

    h3, h3 > strong {
        text-align: center;
    }

    h3 > strong {
        font-size: 30px;
    }

    .mb-4[style*="color:#757575"] {
        text-align: center;
    }

    #bloque-l > .container {
        padding: 10px 20px !important;
        max-width: 100% !important;
    }

    .form-group {
        margin-bottom: 10px;
    }
}

@media (max-height: 700px) {
    #logo {
        padding: 12px 40px 6px 40px;
    }

    #logo img {
        height: clamp(50px, 6vh, 70px);
    }

    h3 > strong {
        font-size: 28px;
    }

    h3 {
        font-size: 13px;
    }

    .form-group {
        margin-bottom: 10px;
    }

    .btn-success {
        height: 42px;
        font-size: 14px;
    }

    .form-control {
        height: 40px;
        padding: 8px 16px;
    }

    input[type="text"], input[type="password"] {
        padding: 8px 48px 8px 16px;
    }
}

/* ===== MODAL RECUPERAR CLAVE ===== */
.modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 16px 48px rgba(0,0,0,0.12);
}

.modal-header {
    border-bottom: 1px solid #E8E8E8;
}

.modal-footer {
    border-top: 1px solid #E8E8E8;
}

/* boton submit legacy */
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}