.password {
    position: relative;
}

.password .material-icons {
    right: 10px;
    position: absolute;
    top: 6px;
    cursor: pointer;
    z-index: 2;
}

.login-page .card-login .card-header {
    border-radius: 50%;
    margin-top: -20%;
    margin-left: 30%;
    margin-right: 30%;
    margin-bottom: 30px;
}

.card [data-background-color].card-header {
    padding: 5px;
}

.card-header .img-container>img {
    border-radius: 50%;
    max-height: 120px;
}
.card-header .img-container-horizontal>img {
    max-width: 220px;
}

.card-login .checkbox {
    margin-top: 10px;
}

.lds-dual-ring {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: -11px;
}
.input-group.input-group-outline.is-focused label {
    z-index: 3;
}

/* Cambiar el color de fondo cuando el campo es autocompletado */
input:-webkit-autofill {
    background-color: rgb(255, 255, 255) !important;
    -webkit-box-shadow: 0 0 0px 1000px rgb(255, 255, 255) inset !important;
    box-shadow: 0 0 0px 1000px rgb(255, 255, 255) inset !important;
}

/* Para otros navegadores que soportan la pseudo-clase :autofill */
.input-group.input-group-outline.is-focused input:autofill {
    background-color: rgb(255, 255, 255) !important;
    box-shadow: 0 0 0px 1000px rgb(255, 255, 255) inset !important;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 34px;
    height: 34px;
    margin: 1px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

[data-tooltip] {
    position: relative;
    z-index: 2;
}

[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

[data-tooltip]:before {
    position: absolute;
    bottom: 74%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    transition: opacity 500ms, transform 500ms;
}

[data-tooltip]:after {
    position: absolute;
    bottom: 74%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
    transition: opacity 500ms, transform 500ms;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.ulDesc {
    top: 53px;
    width: 210px;
    text-align: -webkit-center;
    border-radius: 15px !important;
    left: auto !important;
    right: 0 !important;
}

.h1Desc {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 10px 10px 0 0;
    font-weight: 500;
}

.full-page {
    display: grid;
    grid-template-columns: 1fr;
    height: 100vh;
}

.split {
    z-index: 4;
    overflow-x: hidden;
    padding-top: 20px;
}

.split.left {
    display: none;
}

.split.right {
    background-color: #fff;
}

.page-background {
    display: flex;
    align-items: center;
    justify-content: center;
}

.centered {
    margin: 25px 10px;
    max-width: 450px;
}

.shadowL {
    box-shadow: 0px 0px 15px -12px rgb(0 0 0 / 42%),
        0 4px 25px 0 rgb(0 0 0 / 12%),
        0 8px 10px -5px rgb(0 0 0 / 20%) !important;
    border-radius: 11px !important;
}

.createD {
    width: 250px;
    margin: auto;
    text-align: center;
}

.createD {
    text-align: center !important;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-align: left;
    line-height: 1.2em;
}

.linkOf {
    margin: auto;
    width: 350px;
    font-family: inherit;
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    letter-spacing: 2px;
    padding-top: 20px;
    text-align: center;
}

.full-page-background.lazy {
    background-image: none;
}

.clH {
    color: white;
}

.clH:hover {
    color: white;
    text-decoration: underline;
    cursor: pointer;
    text-transform: lowercase;
}

.descCt {
    border-radius: 10%;
    margin: auto;
    backdrop-filter: saturate(108%) blur(3px);
    background-color: rgb(255 255 255 / 0%) !important;
    padding: 6px;
}

.message-login {
    transition: opacity 0.5s;
    min-height: 63px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-msg {
    background-color: #eaf3ff;
    border-bottom-right-radius: var(--bs-card-border-radius);
    border-bottom-left-radius: var(--bs-card-border-radius);
}

.hidden {
    opacity: 0;
}

.card-login-pd{
    padding: 0px 15px!important;
}

.opacity-hr {
    opacity: 0.65;
}

.login-options {
    padding: 0px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 35px 35px;
}

.login-options>div {
    align-self: start;
}

#forgot-div {
    padding-top: 8px;
}
#rem-pass-div {
    display: none;
}
.pointer-eye {
    cursor: pointer;
}
@media (min-width: 768px) {
    .login-options {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 45px 35px;
    }
    #forgot-div {
        padding-top: 9px;
        grid-column: 2 / 3;
        text-align: right;
    }
    #rem-pass-div {
        grid-row: 1 / 2;
        grid-column: 1 / 2;
        display: block;
    }
    #remember-div {
        grid-column: 1 / 3;
    }
}

@media (min-width: 992px) {
    .full-page {
        grid-template-columns: 5fr 7fr;
    }
    .split.left {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (min-width: 1200px) {
    .full-page {
        grid-template-columns: 500px 1fr;
    }
}
@media (max-width: 991px) {

    .letterC {
        font-weight: bold;
    }

    .navCont {
        display: contents;
    }

    .back {
        background: #d29439;
    }
}
@media (max-width: 550px) {
    .card-header .img-container-horizontal>img {
        max-width: 145px;
    }
    .card-header .img-container>img {
        max-height: 90px;
    }
}


@media (max-width: 350px) {
    .message-login {
        min-height: 80px;
    }
    .card-header .img-container-horizontal>img {
        max-width: 145px;
    }
}