body {
    font-family: sans-serif;
    background-color: #f6f4ef;
    min-height: 100vh;
    overflow-y: hidden;
    background-image: url("../img/INTRANET-00.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.brand-wrapper {
    margin-bottom: 19px;
}
.brand-wrapper .logo {
    height: 6rem;
}

.login-card .card-body {
    padding: 85px 60px 60px;
}
.login-card-description {
    font-size: 25px;
    color: #000;
    font-weight: normal;
    margin-bottom: 23px;
}
.login-card form {
    max-width: 326px;
}
.login-card .form-control {
    border: 1px solid #d5dae2;
    padding: 15px 25px;
    /*margin-bottom: 20px;*/
    min-height: 45px;
    font-size: 13px;
    line-height: 15;
    font-weight: normal;
}
.login-card .form-control::-webkit-input-placeholder {
    color: #919aa3;
}
.login-card .form-control::-moz-placeholder {
    color: #919aa3;
}
.login-card .form-control:-ms-input-placeholder {
    color: #919aa3;
}
.login-card .form-control::-ms-input-placeholder {
    color: #919aa3;
}
.login-card .form-control::placeholder {
    color: #919aa3;
}
.login-card .login-btn {
    padding: 13px 20px 12px;
    background-color: #2596be;
    border-radius: 4px;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    /* margin-bottom: 24px; */
}
.login-card .login-btn:hover {
    border: 1px solid white;
    /* background-color: #a18347; */
    color: #fff;
}
.login-card .forgot-password-link {
    font-size: 14px;
    color: #919aa3;
    margin-bottom: 12px;
}
.login-card-footer-text {
    font-size: 16px;
    color: #0d2366;
    margin-bottom: 60px;
}
.login-card-footer-nav a {
    font-size: 14px;
    color: #919aa3;
}

.banderas {
    text-align: end;
}

/*------desaparece en iphone--------*/

input,
input:before,
input:after {
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}

/*------desaparece en iphone--------*/
/* Design for mobile */
/* [class*="col-"] {
    width: 100%;
} */

@media (max-width: 480px) {
    .body {
        overflow-y: visible !important;
    }
    .logo {
        display: block;
    height: max-content !important;
    width: 300px;
    }
    .inicioSession {
        display: none;
    }
    .login-card {
        border: 0 !important;
        /* border-radius: 27.5px !important; */

        border-top-left-radius: 80px !important;
        border-top-right-radius: 80px !important;
        border-bottom-left-radius: 80px !important;
        border-bottom-right-radius: 80px !important;

        box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43) !important;
        /* overflow: hidden !important; */
        margin-top: 18vh !important;
    }
    .login-card-img {
        display: none;
    }
    .login-card .card-body {
        padding: 1vh 6vh;
    }

    .login-card .login-btn {
        font-size: 13px;
      /* padding: 13px 15px 12px;*/
	width: fit-content;
    }
}

/* ---resolucion de samsung flold */
@media (width: 280px) and (height: 653px) {
    .brand-wrapper .logo {
        height: 4rem !important;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .logo {
        display: block !important;
        width: 32vh !important;
        margin: 0 1vh !important;
    }
    .inicioSession {
        display: none;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
            Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
            sans-serif;
        font-size: 25px;
        text-align: left;
        /* font-weight: 700; */
    }
    .login-card {
        border: 0 !important;
        /* border-radius: 27.5px !important; */

        border-top-left-radius: 80px !important;
        border-top-right-radius: 80px !important;
        border-bottom-left-radius: 80px !important;
        border-bottom-right-radius: 80px !important;

        box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43) !important;
        overflow: hidden !important;
        margin-top: 18vh !important;
    }
    .login-card-img {
        display: none;
        border-radius: 0;
        position: absolute;
        width: 100%;
        padding: 8rem;
        height: 100%;
        object-fit: contain;
        background-color: #a18347;
    }
    .login-card-footer-text {
        margin-bottom: 24px;
    }
}

@media (width: 768px) and (height: 1024px) {
    .login-card-img {
        display: block;
        border-radius: 0;
        position: absolute;
        width: 100%;
        padding: 8rem;
        height: 100%;
        object-fit: contain;
        background-color: #a18347;
    }
    .logo {
        display: none;
    }
} /* air pad mini desing */

@media (min-width: 769px) and (max-width: 1279px) {
    .logo {
        display: none !important;
        width: 32vh !important;
        margin: 0 9vh !important;
    }
    .inicioSession {
        display: block;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
            Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
            sans-serif;
        font-size: 25px;
        text-align: left;
        /* font-weight: 700; */
    }
    .login-card {
        border: 0 !important;
        /* border-radius: 27.5px !important; */
        border-top-left-radius: 80px !important;
        border-top-right-radius: 80px !important;
        border-bottom-left-radius: 80px !important;
        border-bottom-right-radius: 80px !important;

        box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43) !important;
        overflow: hidden !important;
        margin-top: 18vh !important;
    }
    .login-card-img {
        border-radius: 0;
        position: absolute;
        width: 100%;
        padding: 8rem;
        height: 100%;
        object-fit: contain;
        background-color: var(--color_c_n);
    }
    .login-card-footer-text {
        margin-bottom: 24px;
    }
}

@media screen and (width: 1024px) and (height: 600px) {
    body {
        font-family: "Karla", sans-serif;
        background-color: #f6f4ef;
        min-height: 100vh;
        overflow-y: visible !important;
    }
} /* nest hub desing */

@media (min-width: 1280px) {
    .logo {
        display: none !important;
        width: 32vh !important;
        margin: 0 9vh !important;
    }
    .inicioSession {
        display: block;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
            Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
            sans-serif;
        font-size: 25px;
        text-align: left;
        /* font-weight: 700; */
    }
    .login-card {
        border: 0 !important;
        /* border-radius: 100.5px !important; */
        border-top-left-radius: 80px !important;
        border-top-right-radius: 80px !important;
        border-bottom-left-radius: 80px !important;
        border-bottom-right-radius: 80px !important;

        box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43) !important;
        overflow: hidden !important;
        margin-top: 18vh !important;
    }
    .login-card-img {
        border-radius: 0;
        position: absolute;
        width: 100%;
        padding: 8rem;
        height: 100%;
        object-fit: contain;
        background-color: #2596be;
    }
    .login-card-footer-text {
        margin-bottom: 24px;
    }
}

.fading-element {
    width: 10%;
    position: relative;
    top: 45%;
    bottom: 0;
    right: 0;
    left: 45%;
    animation: fade 1s infinite;
}

@keyframes fade {
    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.overlay_muya_l {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

/*# sourceMappingURL=login.css.map */
