﻿
/*                                        STYLE - TELA ALL                             */

/*                                    TODOS STYLE COM .login                           */

.login-body {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #0a2c5b;
}

.login-p-corpo {
    line-height: 1.25;
}

.login-div-corpo {
    background-color: #e3e4e8;
    text-align: center;
}

.login-span-titulo {
    text-align: left;
    background-color: #d0daea;
}

.login-div-corpo {
    width: 325px;
    padding: 40px 30px 10px 30px;
    border-radius: 10px;
    background-image: url(../Image/logo-backgr.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 120px;
}

.login-img-logotipo {
    width: 225px;
    height: auto;
}

.login-span-titulo {
    margin: 10px 25px 15px 125px;
    padding: 12px 0px 12px 15px;
    width: 250px;
}

.login-txt-img-user, .login-txt-img-pass {
    padding: 22px;
    background-repeat: no-repeat;
    background-position: center left 10px;
}

.login-txt-img-user {
    padding-left: 44px;
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-image: url('../Icone/icon-email.svg');
    opacity: 0.75;
}

.login-txt-img-pass {
    padding-left: 42px;
    background-size: 28px auto;
    background-repeat: no-repeat;
    background-image: url('../Icone/icon-senha.svg');
    opacity: 0.75;
}




                                    /*                   PRELOADER                */


#login-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0a2c5b;
    z-index: 999;
}


                                    /*             IMAGEM DO PRELOADER            */


.login-preloader-image-position {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


                                    /*         CIRCULO ROTATIVO (POSIÇÃO)        */


.login-circulo-rotativo-position {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 193px;
    min-height: 100vh;
    transform: scale(3);
}


                                    /*         CIRCULO ROTATIVO (ANIMAÇÃO)        */


.login-circulo-rotativo {
    animation: is-rotating 1s infinite;
    border: 4px solid #e5e5e5;
    border-radius: 50%;
    border-top-color: #4da3ff;
    height: 22px;
    width: 22px;
}

                              /*       KEYFRAME QUE FAZ O CIRCULO FUNCIONAR          */


@keyframes is-rotating {
    to {
        transform: rotate(1turn);
    }
}

.video-pai {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: -1;
}


    .video-pai:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: #003c90;
        opacity: 0.8;
        top: 0;
        left: 0
    }

    .video-pai video {
        height: 100%
    }

    .video-pai.v2:after {
        background-color: rgba(0,104,255,0.8)
    }

    .video-pai.v3:after {
        background-color: #092E5C
    }

.caminhão_animation {
    animation: caminhão_animation 5s ease 0s 1 reverse forwards;
}


@keyframes caminhão_animation {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    80% {
        opacity: 0;
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        transform: scale(2.2);
    }
}

.splash-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}


.container_splash {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.myAnim {
    animation: myAnim 6s ease 0s 1 normal forwards;
}


@keyframes myAnim {
    0% {
        opacity: 1;
        transform: scale(0.6);
    }

    80% {
        opacity: 0;
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        transform: scale(2.2);
    }
}

.container_global {
    background-color: var(--azul-primary);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-image:url('/assets/imgs_lupeon/fundo_login.png');*/
    background-image: url('../Image/video_Background.mp4');
    background-size: cover;
    background-position: center;
    /*filter:opacity(0.5);*/
    background-repeat: no-repeat;
}

.login_formulario {
    background-color: #E1E1E1;
    background-image: url(../Image/lupeonback.png);
    background-size: 56%;
    /*height: 25rem;*/
    min-height: 25rem;
    background-position-x: 100%;
    background-repeat: no-repeat;
    opacity: 1;
    border-radius: 6px;
    min-width: 20rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-left: 14rem;
    gap: 1rem;
}

.LP_L_login_formulario_container {
    background-color: #E1E1E1;
    background-image: url(../Image/lupeonback.png);
    background-size: 56%;
    height: 25rem;
    background-position-x: 100%;
    background-repeat: no-repeat;
    opacity: 1;
    border-radius: 6px;
    min-width: 20rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-left: 14rem
}




.LP_L_login_formulario_container {
    -webkit-box-shadow: 0px 2px 33px -8px rgba(0,0,0,1);
    -moz-box-shadow: 0px 2px 33px -8px rgba(0,0,0,1);
    box-shadow: 0px 2px 33px -8px rgba(0,0,0,1);
}

.LP_L_login_formulario_container_header {
    width: 100%;
    color: var(--azul-primary);
}

.LP_L_login_formulario_header {
    width: 100%;
    text-align: center;
}

.LP_L_login_formulario_header_desc {
    margin-top: 0.5rem;
    font-size: 0.7rem;
}

.LP_L_login_titulo {
    margin: 2.5rem 0rem;
    width: 100%;
    text-align: center;
}

    .LP_L_login_titulo h2 {
        font-size: 1rem;
        font-weight: 600;
    }

.LP_L_login_formulario_container {
    animation: LP_L_login_formulario_container 5s ease 0s 1 reverse forwards;
}


@keyframes LP_L_login_formulario_container {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    80% {
        opacity: 0;
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        transform: scale(2.2);
    }
}




.login_formulario {
    animation: LP_L_login_formulario_container 4.25s ease 0s 1 reverse forwards;
}


@keyframes login_formulario {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    80% {
        opacity: 0;
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        transform: scale(2.2);
    }
}


.login_formulario_header {
    width: 100%;
    color: var(--azul-primary);
}

.login_form_header1 {
    width: 100%;
    text-align: center;
}

.login_form_header_desc {
    margin-top: 0.5rem;
    font-size: 0.7rem;
}

.tt_login {
    margin: 2.5rem 0rem;
    width: 100%;
    text-align: center;
}

    .tt_login h2 {
        font-size: 1rem;
        font-weight: 600;
    }

.container_inputs {
    border: 0.1rem solid var(--gray-3);
    border-radius: 4px;
    padding: 0.4rem 0.5rem 0.1rem 0.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1rem;
    line-height: 4px;
}

.container_fotos_input {
    margin-right: 0.5rem;
}

.input-image-olho {
    /*position: absolute;
    top: 25.2rem;
    right: 48.5rem;*/
    display: flex;
    align-items: center;
}

.button_input_olho {
    background: transparent;
    border: none;
    cursor: pointer;
}

    .button_input_olho:hover {
        opacity: 0.5;
    }

button_input_olho:active {
    opacity: 1;
}

button_input_olho:focus {
    outline: none;
}

.inputs_login {
    background: none;
    padding: 0.25rem 0.3rem;
    border: none;
    font-size: 0.65rem;
    width: 93%;
    font-size: 0.567rem;
    outline: 0;
    margin-top: 0.3rem
}

    /* Cor de fundo do autocomplete */
    .inputs_login:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 30px #E1E1E1 inset;
    }

    /* Cor do texto do autocomplete */
    .inputs_login:-webkit-autofill {
        -webkit-text-fill-color: black !important;
    }


.inputs_strong {
    font-size: 0.55rem;
    margin-left: 0.3rem;
    color: var(--gray-info);
    font-weight: 600;
}

.ocultar {
    display: none
}

.btn_login_entrar {
    width: 100%;
    padding: 0.5rem;
    background-color: var(--azul-info);
    color: var(--white);
    border: none;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
}

    .btn_login_entrar:focus {
        outline: none;
    }

    .btn_login_entrar:hover {
        opacity: 0.9;
    }

    .btn_login_entrar:active {
        opacity: 1;
    }

.container_senha {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@keyframes neon-pulse {
    from {
        box-shadow: 0 0 2.5px rgba(0, 104, 255, 0.4), 0 0 5px rgba(0, 104, 255, 0.4), 0 0 10px rgba(0, 104, 255, 0.4), 0 0 15px rgba(0, 104, 255, 0.4);
    }

    to {
        box-shadow: 0 0 5px rgba(0, 104, 255, 0.4), 0 0 12.5px rgba(0, 104, 255, 0.4), 0 0 15px rgba(0, 104, 255, 0.4), 0 0 20px rgba(0, 104, 255, 0.4);
    }
}

.neon-pulse {
    animation: neon-pulse 0.5s ease-in-out infinite alternate;
}
