﻿:root {
    --slate-400: #94a3b8;
    --slate-700: #334155;
    --slate-200: #e2e8f0;
    --slate-800: #1e293b;
    --slate-300: #cbd5e1;
    --sky-700: #0369a1;
    --sky-800: #075985;
    --slate-600: #475569;
    --slate-100: #f1f5f9;
    --slate-50: #f8fafc;
    --slate-550: #4e5e75;
    --gray-300: #d1d5db;
    --gray-100: #f3f4f6;
    --blue-700: #1d4ed8;
    --sky-50: #f0f9ff;
    --grey-500: #6b7280;
    --gray-900: #111827;
    --sky-900: #0c4a6e;
    --gray-400: #9ca3af;
    --red-400: #f87171;
    --red-100: #fee2e2;
    --gray-50: #f9fafb;
    --sky-600: #0284c7;
    --green-600: #16a34a;
    --sky-500: #0ea5e9;
    --gray-200: #e5e7eb;
    --red-600: #dc2626;
    --blue-600: #2563eb;
    --slate-500: #64748b;
    --blue-800: #1e40af;
    --slate-900: #0f172a;
    --grey-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --sky-100: #e0f2fe;
    --sky-200: #bae6fd;
    --sky-300: #7dd3fc;
    --sky-400: #38bdf8;
    --blue-50: #eff6ff;
    --blue-100: #dbeafe;
    --blue-200: #bfdbfe;
    --blue-300: #93c5fd;
    --blue-400: #60a5fa;
    --blue-500: #3b82f6;
    --blue-900: #1e3a8a;
    --red-50: #fef2f2;
    --red-200: #fecaca;
    --red-300: #fca5a5;
    --red-500: #ef4444;
    --red-700: #b91c1c;
    --red-800: #991b1b;
    --red-900: #7f1d1d;
    --dodger-blue: #3b82f6;
}

#gradient-canvas {
    --gradient-color-1: #1E35F5;
    --gradient-color-2: #8A33F4;
    --gradient-color-3: #418FF7;
    --gradient-color-4: #7297F8;
    font-family: DM Sans, sans-serif;
}

.login_area {
    display: none;
}

.fondoLogin {
    background-color: #1d4ed8;
    background-image: radial-gradient(circle at 0 0, #1e35f5, rgba(0, 0, 0, 0) 29%), linear-gradient(45deg, #8a33f4, #7fe9e5);
    background-size: unset;
}

.opaco {
    display: none;
}

.div-block-346 {
    z-index: 5;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: relative;
}

.div-block-346 {
    display: flex !important;
}

.image-33 {
    opacity: 1;
    width: 200px;
    position: absolute;
    top: 40px;
    bottom: auto;
    left: 40px;
    right: auto;
}

.div-block-347 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, .4);
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 15px;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    display: flex;
}

.div-block-348 {
    background-image: url('../img/Logo-iPos-Blanco-curvas.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50%;
    height: 70px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.div-block-349 {
    flex: 1;
    padding: 20px 40px 40px;
}

.div-block-350 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-top: 20px;
    display: flex;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.field-label-login {
    color: var(--sky-900);
    white-space: nowrap;
    margin-bottom: 4px;
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.w-input, .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.input-login {
    color: var(--slate-800);
    background-color: rgba(255, 255, 255, .6);
    border: 1px solid #fff;
    border-radius: 5px;
    height: 50px;
    margin-bottom: 0;
    padding-right: 40px;
    font-weight: 500;
    box-shadow: 1px 1px 6px -1px rgba(0, 0, 0, .05);
}

    .input-login:focus {
        border: 2px solid #0369a1;
    }

    .input-login::placeholder {
        color: #8e9197;
        font-weight: 400;
    }

    .input-login.con-final {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-login.text-area {
        height: auto;
        min-height: 800px;
    }

.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

.button-15 {
    background-color: #0467bd;
    background-image: linear-gradient(to bottom, var(--blue-600), var(--blue-800));
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
}

.button-16 {
    text-align: center;
    background-color: rgba(30, 64, 175, .1);
    border-radius: 5px;
    align-self: center;
    padding: 8px 20px;
    transition: transform .2s, background-color .2s;
}

    .button-16:hover {
        background-color: rgba(30, 64, 175, .2);
        transform: scale(1.05);
    }

.div-block-351 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, .2);
    border: 1px solid #fff;
    border-radius: 10px;
    max-width: 300px;
    margin-top: 10px;
    padding: 15px;
    position: absolute;
    top: 120px;
    left: 40px;
    max-width: 470px;
}

.div-block-351 {
    background: unset;
    border: unset;
    max-height: 800px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-width: 250px;
}
    .div-block-351::-webkit-scrollbar {
        display: none;
    }

.text-block-107 {
    color: #fff;
    font-weight: 500;
}

.login_area_error {
    color: #9d0505;
}

.container_txt_pswrd {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.btn_show_hidden_pswrd {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    cursor: pointer;
    background-image: url('../img/hidden_pswrd.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

    .btn_show_hidden_pswrd.active {
        background-image: url('../img/show_pswrd.png');
    }

.div-block-351-2 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, .2);
    border: 1px solid #fff;
    border-radius: 10px;
    max-width: 300px;
    padding: 15px;
    max-width: 470px;
    margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
    .image-33 {
        width: 200px;
    }

    .div-block-351 {
        text-align: center;
        width: 500px;
        position: relative;
        top: auto;
        left: auto;
    }
}

@media screen and (max-width: 767px) {
    .div-block-346 {
        align-items: stretch;
        padding-left: 0px;
        padding-right: 0px;
    }

    .image-33 {
        top: 20px;
        left: 20px;
    }

    .div-block-347 {
        align-self: center;
        margin-left: 20px;
        margin-right: 20px;
    }

    .div-block-351 {
        align-self: center;
        width: calc(100% - 30px);
    }
    .div-block-351 {
        max-height: 150px;
    }
}

@media screen and (max-width: 479px) {
    .div-block-346 {
        justify-content: flex-start;
        align-items: flex-start;
        width: calc(100svw - 20px);
        height: 100svh;
        padding-left: 10px;
        padding-right: 10px;
    }

    .image-33 {
        width: 120px;
    }

    .div-block-347 {
        border-radius: 10px;
        margin-top: 90px;
    }

    .div-block-348 {
        width: 90%;
        height: 60px;
    }

    .div-block-349 {
        padding-left: 20px;
        padding-right: 20px;
    }
}
