﻿/* Classes gerais:  */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin-bottom: 0px; /*ESTAVA COM 60 PX*/
}
/* Painel principal do corpo da página:  */
.bmub71jJtL {
    /*background-image: url('/Imgs/login.jpg');*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover; /* Faz a imagem ocupar toda a área */
    background-position: center; /* Centraliza a imagem */
    z-index: -1;
    background-color: #dcd7d4;
}
/* Painel para conter o frame:  */
.tGy0FNnGGf {
    height: 100%;
    aspect-ratio: 16 / 9;
}
/* Painel para conter o formulário de login:  */
.EJ3xvkZorQ {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    overflow-x:auto;
}
/* Formulário de login:  */
.kZxdojAVwV {
    /* display: flex; */
    position: relative;
    z-index: 1; /* Coloca o login à frente da imagem */
    width: 300px; /* Largura do container de login */
    /* margin: auto; */ /* Centraliza horizontalmente */
    height: 100vh;
    /* left: 10px; */
    padding: 20px;
    /* left: 84.5%; */
    background: rgba(255, 255, 255, 0.8); /* Fundo branco semi-transparente */
    border-radius: -1px; /* Arredonda os cantos */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Sombra para destaque */
    overflow-x: auto;
}
/* Painel para conter logótipo e botão de idioma:  */
.ntv2CqhUA0 {
    display: flex;
    justify-content: center;
}
/* Logotipo (svg): */
.bHQKPw50wt {
    width: 90%;
}
/* Painel para conter botão de idioma:  */
.eAmDI1wzVr {
    position: relative;
    display: inline-block;
}
/* Botão de idioma:  */
.YBTYzHVNuR {
    background-color: #00000000;
    border: none;
    cursor: pointer;
}

    .YBTYzHVNuR img {
        width: 30px;
        height: 20px;
    }
/* Conteúdo do dropdown: */
.I8IPG6JSdf {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0px;
}

    .I8IPG6JSdf a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: flex;
        align-items: center;
    }

        .I8IPG6JSdf a img {
            width: 30px;
            height: 20px;
            margin-right: 10px;
        }

        .I8IPG6JSdf a:hover {
            background-color: #ddd;
        }
/* Mostrar o dropdown ao clicar: */
.EYmQcl1O1Z {
    display: block;
}
/* Esconder dropdown à saída */
.cjjUP7N8Wt {
    display: none;
}
/* Botão "Entrar" */
input#Tlww7NlsF4 {
    margin-bottom: 25px;
}

input#Tlww7NlsF4\ V2NT5QoVM4 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da00;
    border-bottom: 1px solid #ced4da;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* Botão "Recuperar palavra-passe" */
input#SJwynPUaae {
    margin-bottom: 25px;
}

input#SJwynPUaae\ V2NT5QoVM4 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da00;
    border-bottom: 1px solid #ced4da;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* Formatação dos botões:*/
button {
    border: initial;
    background-color: initial;
    color: inherit;
    font: inherit;
    outline: none;
}

    button.f3AYzEnKfu {
        background-color: #4f80e7; /*#a3d148*/
        border-radius: 12px;
        padding: 6px;
        margin-bottom: 6px;
        margin-top: 39px;
        color: white;
    }

    button.PAviz2yIbx {
        background-color: #4f80e7; /*#a3d148*/
        border-radius: 12px;
        padding: 6px;
        margin-top: 11px;
        color: white;
    }

.v1rHwLwtVK {
    display: flex;
    flex-direction: column;
}


/*POP-UP Repor Palavra-passe*/

.iZuALKHdaV {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.212);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 23;
}

.lSDLN3TBSI {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

span#Qj0yYo6j6L {
    cursor: pointer;
}

.panet4iWqP {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 300px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.SQnSPfQxej {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    color: #aaa;
}

    .SQnSPfQxej:hover {
        color: #000;
    }

.oSEuB06VPa {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.BFHFeUEo1C {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/*RESPONSIVO*/

@media (max-width: 1200px) {
}

@media (max-width: 1024px) {


    .bmub71jJtL {
        display: flex;
        flex-direction: column;
    }

    .kZxdojAVwV {
        display: flex;
        width: 100%;
        flex-direction: column;
        padding: 50px;
        align-items: center;
        min-height: unset;
        margin-bottom: 0px;
        height: unset;
    }

    .EJ3xvkZorQ {
        width: 100%;
        max-width: none;
        min-width: 300px;
    }

    .wCUaCg0cCR {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    .ntv2CqhUA0 {
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
        align-items: center;
    }

    .U5ULLn01NI {
        width: 61%;
    }

    .ZHSYgvQJg7 {
        width: 61%;
    }

    .v1rHwLwtVK {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #KcgfNcwvr8 {
        width: 100%;
    }

    #E2fY9I7fNr {
        width: 100%;
    }

    #Q4OPihTtdF {
        width: 100%;
    }
}

@media (max-width: 480px) {

    .v1rHwLwtVK {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .U5ULLn01NI {
        width: 90%;
    }

    .ZHSYgvQJg7 {
        width: 90%;
    }

    #KcgfNcwvr8 {
        width: 70%;
    }

    #E2fY9I7fNr {
        width: 70%;
    }

    #Q4OPihTtdF {
        width: 70%;
    }
}

@media (max-width: 320px) {

    .U5ULLn01NI {
        width: 100%;
    }

    .ZHSYgvQJg7 {
        width: 100%;
    }


    #KcgfNcwvr8 {
        width: 90%;
    }

    #E2fY9I7fNr {
        width: 90%;
    }

    #Q4OPihTtdF {
        width: 90%;
    }
}
/*RESPONSIVO*/
