body {
    background: linear-gradient(90deg,#70a7c2, #a0ff9966);
    /* background: linear-gradient(to right, hsl(200deg 40% 60%), hsl(116deg 100% 80% / 40%)); */
    /* background: #70a7c2; */
}
/* ID */
    #login-sloanSystem input[type="email"],
    #login-sloanSystem input[type="password"],
    #login-sloanSystem button[type="submit"],
    #signup-sloanSystem button[type="submit"],
    #reset-sloanSystem button[type="submit"],
    #sendEmailPassword, #savePassword {
        width: 100%;
        /* border-radius: 2px; */
    }
    #nav-Info-Login > .nav-item > .nav-link {
        color: #3d3d3d;
    }
    #nav-Info-Login > .nav-item > .nav-link.active {
        color: var(--bg-blue-2);
        border-radius: 0;
    }
    #tab-Info-Login > .tab-pane {
        padding: 1rem;
        border: 1px solid #ddd;
        border-top: 0;
        text-align: center;
    }
/* Navs */
/* Modals */
/* Spinners */
/* Containers */
    .panel-login {
        padding: 0%;
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        /* margin-left: 2rem; */
        align-items: center;
        width: 100%;
        height: 100%;
        position: fixed;
        background: linear-gradient(90deg,#70a7c2, #a0ff9966);
        overflow: auto;
    }
        .panel-autenticacion {
        padding: 0%;
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        /* margin-left: 2rem; */
        align-items: center;
        width: 100%;
        height: 100%;
        position: fixed;
        background: linear-gradient(90deg,#70a7c2, #a0ff9966);
        overflow: auto;
    }

    .panel-reset {
        padding-top: 2%;
        padding-bottom: 2%;
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        align-items: center;
        width: 100%;
        height: 100%;
        position: fixed;
        background: linear-gradient(90deg,#70a7c2, #a0ff9966);
    }
    .panel-confirm {
        padding-top: 2%;
        padding-bottom: 2%;
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        align-items: center;
        width: 100%;
        height: 100%;
        position: fixed;
        background: linear-gradient(90deg,#70a7c2, #a0ff9966);
        z-index: 1;
    }
    .card-panel-login {
        max-height: 90%;
        justify-content: center;
        border: 0;
        border-radius: 0;
        margin: 0 5%;
        background: transparent;
        transition: 1s all;
    }
    .card-panel-signup {
        /* height: max-content; */
        border: 0;
        border-radius: 0;
        margin: 0 5%;
        transition: 1s all;
    }
    .card-panel-autenticacion {
        width: 100%;
        max-height: 90%;
        justify-content: center;
        border: 0;
        border-radius: 0;
        margin: 0 5%;
        background: transparent;
        transition: 1s all;
    }
    .card-panel-info-login-signup {
        width: 100%;
        border: 0;
        border-left: 1px solid #ddd;
        border-radius: 0;
        box-shadow: 1px 2px 10px 6px #0000001c;
        display: none;
        transition: 1s all;
    }
    .card-panel-reset {
        width: auto;
        border: 0;
        border-radius: 0;
        box-shadow: 1px 2px 10px 6px #0000001c;
        overflow: auto;
        transition: 1s all;
        margin: 0 5%;
    }
    .container-img-logo-login {
        padding: 2rem 0rem 0rem;
    }
    .container-login {
        width: 100%;
        height: auto;
        background: white;
        display: flex;
        flex-direction: column;
        padding: 2rem;
        justify-content: center;
        color: #3d3d3d;
        left: 0%;
        position: absolute;
        box-shadow: 1px 2px 10px 6px #0000001c;
        transition: 1s all;
    }
    .container-signup {
        width: 100%;
        height: auto;
        background: white;
        padding: 1.5rem 2rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        color: #3d3d3d;
        overflow: auto;
        left: 0%;
        position: relative;
        box-shadow: 1px 2px 10px 6px #0000001c;
        transition: 1s all;
    }
    .container-autenticacion {
        width: 100%;
        height: auto;
        background: white;
        display: flex;
        flex-direction: column;
        padding: 2rem;
        justify-content: center;
        color: #3d3d3d;
        box-shadow: 1px 2px 10px 6px #0000001c;
        transition: 1s all;
    }
    /* .container-ft-signup {
        height: 100%;
    } */
    .container-info-login-signup {
        padding: 1rem 3rem;
    }
    .container-options-login {
        flex-direction: column;
        text-align: center;
    }
    .container-reset {
        display: grid;
        padding: 2rem;
    }
    .container-reset.no-view {
        display: none;
    }
    .bg-login {
      width: 100%;
      height: 100%;
      /* background: #e4eeff; */
      /* background: linear-gradient(to right, hsl(200deg 40% 60%), hsl(116deg 100% 80% / 40%)); */
      background-size: cover;
      background-attachment: fixed;
      position: relative;
    }
    .bg-autenticacion {
      width: 100%;
      height: 100%;
      /* background: #e4eeff; */
      /* background: linear-gradient(to right, hsl(200deg 40% 60%), hsl(116deg 100% 80% / 40%)); */
      background-size: cover;
      background-attachment: fixed;
      position: relative;
    }
    .bg-loading {
        background: #ddd;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 2;
        transition: .3s all;
    }

    .pass-icon {
        float: right;
        position: relative;
        margin: -25px 10px 0 0;
        cursor: pointer;
    }
/* Columns */
/* Buttons */
/* Tables */
/* Texts */
    .title-login {
        /* margin-top: 1rem; */
        /* margin-bottom: 1.0rem; */
        font-size: 1.3rem;
    }
    .text-login {
        font-size: 0.9rem;
        margin-top: 1rem;
    }
    .link-login, .link-signup, .link-reset {
        text-decoration: none;
    }
    .invalid-message {
        color: #dc3545;
        font-size: .9rem;
        font-weight: 600;
        width: 100%;
        padding: 0px 0px 10px 0px;
    }
    .invalid-feedback-alt {
        display: none;
        width: 100%;
        margin-top: .25rem;
        font-size: .875em;
        color: #dc3545;
    }
/* Icons */
/* Images */
    .logo-reset {
        width: 60%;
    }
    .img-register-completed {
        width: 100%;
    }
    .btn-lounge > img {
        width: 60%;
    }
/* Others */
    .active-hidden {
        opacity: 0;
        /* width: 0%; */
        /* height: 0%; */
        /* display: none; */
        left: -100%;
        /* transition: 1s all; */
    }
    .divider-segment-login {
        margin: 0.5rem 0;
        color: #ddd;
    }
/* Swal */
    .swal2-image {
        margin: 1rem auto 0;
    }
    .swal2-popup.swal2-modal.swal2-show {
        width: 22rem;
    }
/* DataTable */
/* MediaQuery */

@media (min-height: 600px) {
    .container-signup {
        height: 550px;
    }
}

@media /*(min-width: 480px) and*/ (min-height: 650px) {
    .container-signup {
        height: 600px;
    }
}

@media (max-height: 640px) {
    #tab-Info-Login p {
        font-size: .9rem;
        margin-bottom: .5rem;
    }
    #tab-Info-Login .title-login {
        font-size: 1.2rem;
    }
}

@media (min-height: 850px) {
    .container-signup {
        height: auto;
        justify-content: center;
    }
}

/* -- Width -- */

@media (min-width: 480px) {
}

@media (min-width: 768px) {
    /* .bg-login {
      /* background: linear-gradient(to right, hsl(200deg 40% 60%), hsl(116deg 100% 80% / 40%)), url("http://localhost/Capsys/www/sloanventas.com/public_html/assets/images/login_01.jpg");
      background: linear-gradient(to right, hsl(200deg 40% 60%), hsl(116deg 100% 80% / 40%));
    } */
    .panel-login {
        padding: 5% 8%;
        /* grid-template-columns: 1fr; */
    }
    .panel-reset {
        width: 100%;
    }
    .card-panel-login {
        width: 100%;
        max-height: 945px;
        margin: 0;
    }
    .card-panel-info-login-signup {
        max-height: 945px;
    }
    .card-panel-reset {
        width: 60%;
        margin: 0 auto;
    }
    .container-login {
        padding: 2rem 3rem;
    }
    .container-ft-signup {
        /* height: 100%;
        max-height: 100%; */
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .container-signup {
        /* height: 100%; */
        max-height: 100%;
        padding: 1.5rem 3rem;
        /* justify-content: flex-start; */
    }
    .container-reset {
        padding: 2rem 3rem;
    }
    .btn-lounge > img {
        width: 40%;
        margin-top: .5rem;
    }
    .swal2-popup.swal2-modal.swal2-show {
        width: 28rem;
    }
}

@media (min-width: 992px) {
    .panel-login {
        /* height: auto; */
        padding: 2% 5%;
        grid-template-columns: repeat(2, 1fr);
    }
    .panel-autenticacion {
        /* height: auto; */
        padding: 2% 5%;
        grid-template-columns: repeat(2, 1fr);
    }
    .card-panel-login {
        height: 100%;
        max-height: 786px;
    }
    .card-panel-autenticacion {
        height: 100%;
        max-height: 786px;
    }
    .card-panel-info-login-signup {
        height: 100%;
        max-height: 786px;
        display: grid;
        align-items: center;
        justify-items: center;
    }
    .card-panel-reset {
        width: 40%;
    }
    .container-login {
        padding: 2rem 4.5rem;
        height: 100%;
    }
    .container-autenticacion {
        padding: 2rem 4.5rem;
        height: 100%;
    }
    .container-signup {
        padding: 1.5rem 5rem;
    }
    .elements-login {
        display: none;
    }
}

@media (min-width: 1440px) {
    .panel-login {
        padding: 2% 5%;
    }
    .panel-autenticacion {
        padding: 2% 5%;
    }
    /* .card-panel-login {
        height: 90%;
        max-height: 90%;
    } */
    .card-panel-login, .card-panel-info-login-signup, .card-panel-autenticacion  {
        height: 90%;
    }
    .card-panel-reset {
        width: 50%;
    }
    .container-login {
        padding: 2rem 5rem;
    }
    .container-autenticacion {
        padding: 2rem 5rem;
    }
    .logo-reset {
        width: 40%;
    }
}

/* @media (min-width: 992px) and (min-height: 1180) {
    .card-panel-login, .card-panel-info-login-signup {
        max-height: 945px;
    }
} */