﻿.page-content {
    background: white;
    height: 100vh;
    margin: 0;
}

.app.dark-mode .page-content {
    background: #3a3a3a;
}

.login-right {
    position: absolute;
    left: 60%;
    right: 10%;
    top: 0;
    bottom: 0;
}

.txtSMS {
    text-align: center;
    height: 50px;
    font-size: 20px;
}
.login-right-content {
    display: table;
    height: 100%;
    width: 100%;
}

.login-right .container {
    display: table-cell;
    vertical-align: middle;
}

.btn--success {
    color: #fff;
    background: #1a3b66;
    border-color: #1a3b66;
    color: #fff;
}

    .btn--success:hover {
        color: white;
        opacity: 1;
    }

.form-input {
    position: relative;
    height: 38px;
    overflow: hidden;
    display: block;
    width: 100%;
    padding: 0;
}

    .form-input input {
        width: 100%;
        height: 100%;
        color: #6c757d;
        padding-top: 6px;
        border: none;
        background-color: transparent;
    }

    .form-input label {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        pointer-events: none;
        border-bottom: 1px solid #858585;
        margin-bottom: 2px;
    }

        .form-input label::after {
            content: "";
            position: absolute;
            bottom: -1px;
            left: 0px;
            width: 100%;
            height: 100%;
            border-bottom: 3px solid #486285;
            transform: translateX(-100%);
            transition: all 0.3s ease;
        }

    .form-input .content-name {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding-bottom: 5px;
        transition: all 0.3s ease;
    }

    .form-input input:focus {
        outline: none;
    }

        .form-input input:focus + .label-name .content-name,
        .form-input input.required:valid + .label-name .content-name,
        .form-input input[value]:not([value=""]) + .label-name .content-name {
            transform: translateY(-70%);
            font-size: 12px;
            left: 0px;
            font-weight: bold;
        }

        .form-input input:focus + .label-name::after,
        .form-input input.required:valid + .label-name::after,
        .form-input input[value]:not([value=""]) + .label-name::after {
            transform: translateX(0%);
        }

.view-pass {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 38px;
    width: 38px;
    text-align: center;
    cursor: pointer;
}

html, body {
    overflow: hidden;
}

@keyframes loaded {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.btn.loading:before {
    content: "\e984";
    font-size: 25.8px;
    font-family: feather !important;
    animation: loaded 2s infinite linear;
    display: block;
    padding: 0;
    margin: 0;
}

.btn.loading {
    font-size: 0;
    padding: 0;
}

#page-footer {
    position: absolute;
    bottom: 15px;
    left: 66%;
    right: 0%;
    text-align: center;
}

#logo {
    position: absolute;
    left: 0;
    right: 50%;
    z-index: 1;
    color: white;
    font-size: 3.4em;
    font-family: sans-serif;
    text-align: center;
    top: 50%;
    font-weight: bold;
}

#login-logo {
    width: auto;
    margin: 0 auto;
}

/****************************** */
input:-webkit-autofill {
    -webkit-box-shadow: 200px 200px 100px white inset;
    box-shadow: 200px 200px 100px white inset;
}

.login-left-imgs:before {
    content: "";
    position: absolute;
    left: -300%;
    right: 34.5%;
    top: 0%;
    bottom: -190%;
    /*box-shadow: 4000px -1000px 0 hsl(0deg 0% 100% / 80%);*/
    box-shadow: 2000px 0 0 hsl(0deg 0% 100% / 80%);
    z-index: 2;
}
img.login-left-img {
    position: absolute;
    z-index: 1;
    min-width: 100%;
    height: auto;
    width: auto;
}
.login-left-img.rotate {
    transform: rotateY(180deg);
}
.login-right {
    position: absolute;
    left: 66%;
    right: 0%;
    top: 0;
    bottom: 0;
    padding: 4%;
    z-index: 3;
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(5px);
}

img.login-left-img {
    position: absolute;
    z-index: 1;
}

#page-footer {
    color: black;
    z-index: 3;
    font-size: 11px;
}

    #page-footer a {
        color: black;
    }

@media only screen and (max-width: 1200px) {
    .login-left-imgs:before {
        left: -3000%;
        right: 48%;
    }

    .login-right, #page-footer {
        left: 60%;
    }
}

@media only screen and (max-width: 900px) {

    .login-right, #page-footer {
        left: 0%;
    }

    .login-left-imgs:before {
        opacity: 0;
    }
}

.input-group-text {
    width: 40px;
}

#formForgotPass, #formRecoveringPassword {
    display: none;
}

.itemModule {
    background-color: #008E8E;
    color: white;
    border: 2px solid white;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    width: 80%;
    max-width: 450px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

    .itemModule i {
        font-size: 35px;
        width: 75px;
        margin-right: 10px
    }

    .itemModule h5 {
        font-size: 20px
    }


#pnlDUO, #pnlModule {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    position: relative;
}

    #pnlModule label {
        color: white;
        font-size: 35px;
        font-weight: bold;
    }

    #pnlDUO img {
        max-width: 100%;
        max-height: 100%;
    }

.loaderDUO {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    position: absolute;
}

.hide{display:none!important}

.app-links {
    position: fixed;
    bottom: 50px;
    right: 20px;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
    border-radius: 10px;
    display: flex;
    gap: 15px;
}

    .app-links a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 200px;
        height: 50px;
        border-radius: 50%;
    }

    .link-logo{
        display: none;
    }

.imgBeta {
    display: flex;
    justify-content: center;
    align-items: center;
    
}
    .imgBeta img {
        margin: auto;
        width: 125px;
    }

    .imgBeta.hide {
        display: none!important;
    }

@media (max-width: 768px) {
    .app-links {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background: #FFFFFF;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
        border-radius: 0;
    }

    .link-logo {
        display: block;
        height: 70px;
        margin-bottom: 25px;
    }
}