.ocultar {
    display: none;
}

:root {
    --white: #FFFFFF;
    --azul-primary: #0A2C5B;
    --azul-secundary: #126CFB;
    --azul-complementary: #5CC4FF;
    --azul-complementary_: rgba(19, 108, 251, 0.2);
    --azul-info: #0D45F6;
    /* Identidade visual */
    --success: #00FFC4;
    --azul-info: #0D45F6;
    --warning: #FFC94D;
    --danger: #F43831;
    --danger-background: #e7a3a0;
    /* Tons de cinza */
    --gray-1: #e1e1e6;
    --gray-desc: #8c8c8f;
    --gray-5: #e9eaed;
    --gray-3: rgba(130, 130, 130, 0.5);
    --gray-grafic: #C4C4C4;
    --gray-info: #515251;
    --gray-2: #F4F4F4;
    --gray-4: #DCDCE0;
    --gray-text: #A6A6A6;
    --gray-background: #E5E5E5;
    --box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 15px;
    --black_desc: #413f3e;
    --black_status: #303030;
    --red_status: #de3a37;
}

body {
    /*font-family: 'Montserrat';*/
    background-color: #e5e5e5;
    width: 100%;
    height: 100%;
    margin-top: -2rem;
    /*padding: 0rem 1rem 1rem 6rem;*/
}

.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;
}

.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('../assets/imgs_lupeon/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(/assets/imgs_lupeon/lupeonback.png);
    background-size: 56%;
    min-height: 25rem;
    background-position-x: 100%;
    background-repeat: no-repeat;
    opacity: 1;
    border-radius: 6px;
    /* min-width: 20rem; */
    width: 20rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-left: 14rem;
    gap: 1rem;
}

.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 {
    width: 100%;
    text-align: center;
	font-family: Montserrat;  !important;
}

    .tt_login h2 {
        font-size: 1rem;
        font-weight: 600;
		font-family: Montserrat;  !important;
}
    }

main {
    width: 100%;
}

.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;
    line-height: 4px;
}

strong {
    font-size: 0.55rem;
    margin-left: 0.3rem;
    color: var(--gray-info);
    font-weight: 600;
}


.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;
    }

.container_fotos_input {
    margin-right: 0.5rem;
}

footer {
    width: 100%;
}

.container_footer {
    display: flex;
}

.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 {
    position: relative;
    width: 100%;
}

.hidden {
    display: none;
}

.input-image-olho {
    position: absolute;
    top: 0.4rem;
    right: 0px;
    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;
    }

.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
    }

.offset-xxl-1 {
    margin-left: 8.33333%
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.img-fluid {
    width: 28rem;
    margin-left: 3rem;
    margin-top: 0rem;
}

.login_formulario {
    -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);
}

/*Media*/
@media screen and (max-width:768px) {
    .login_formulario {
        padding: 1rem;
        margin-left: 2.5rem !important;
    }

    .img-fluid {
        display: none;
    }
}

@media screen and (max-width:830px) {
    .login_formulario {
        padding: 1rem;
        margin-left: 30rem;
    }

    .img-fluid {
        display: none;
    }
}

/* Animacoes */
.login_formulario {
    animation: login_formulario 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);
    }
}

.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);
    }
}

.neon-pulse {
    animation: neon-pulse 0.5s ease-in-out infinite alternate;
}

@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);
    }
}

.caminhão_animation {
    -webkit-box-ordinal-group: 3;
    margin: 0 0 0 8.33333%;
    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);
    }
}

.rotate {
    width: 3.3rem;
    position: absolute;
    top: 35%;
    left: 53.75%;
    animation: rotation 2s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.btn-closemodal-default {
    background-color: #e0e0e0 !important;
    padding: 3.5px 8px !important;
    margin: 0px !important;
    border-radius: 50% !important;
    border: 1px solid #DCDCE0 !important;
    color: #878787 !important;
}

    .btn-closemodal-default:hover {
        background-color: #ccc !important;
    }

.LP_EsqueciSenha_Input {
    border: 0;
}

.LP_EsqueciSenha_InputSenhaContainer {
    border: 1px solid #ced4da;
    display: flex;
    flex-direction: row;
    border-radius: 4px;
    padding: 0.2rem;
}

.LP_EsqueciSenha_ContainerValidacao {
    /* background-color: "#d6d8db"; */
    padding: 0.5rem;
    border-radius: 4px;
    border: 0.1rem solid #ced4da;
}

/* Add a green text color and a checkmark when the requirements are right */
.validPassword {
    color: #218838;
}

/* Add a red text color and an "x" icon when the requirements are wrong */
.invalidPassword {
    color: #c82333;
}

.LP_Menu_ButtonVoltar {
    height: 2rem;
    /* color: var(--azul-primary); */
    padding: 0 0.5rem;
    background-color: #d6d8db;
}

.LP_Login_EsqueciSenhaHeader {
    display: flex;
    flex-direction: row;
    /* gap: 1rem; */
    justify-content: space-between;
}

.LP_Login_EsqueciSenhaHeader_Container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.LP_Login_Erro {
    text-align: center;
    margin: 0;
    display: none;
}

.LP_Login_Container {
    display: flex;
    gap: 2rem;
    justify-content: center;
}

.LP_Login_ContainerMain {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.LP_Login_ContainerFooter {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.login_formularioEsqueciSenha {
    background-color: #E1E1E1;
    background-image: url(/assets/imgs_lupeon/lupeonback.png);
    background-size: 56%;
    min-height: 25rem;
    background-position-x: 100%;
    background-repeat: no-repeat;
    opacity: 1;
    border-radius: 6px;
    width: 20rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-left: 14rem;
    gap: 2rem;
}
