/* Grid da pagina */
/* html,body{
    height: 10vh;
} */

html{
    background-size: cover;

}

body {
    height: 100vh;
    padding: 0px;
    display: flex;
    display: grid;
    align-items: center;
    flex-direction: column;
    background-size: cover;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    background:url('/img/autenticacao/marcadagua.svg') no-repeat center center / cover, /* Imagem como marca d'água */
    linear-gradient(
      to bottom,
      #f8eadd 3%,
      #f8d5b4 50%,
      #998E84 100%
    );
  background-size: cover; /* Garante que o fundo cubra toda a tela */

    font-family: var(--font-padrao) !important;

}

input{
    color: #353535 !important;
}

.disabled{
    background-color: #353535 !important;
}

.texto-icorreto{
    color: rgb(194, 0, 0);
}

/*  Tablet  */
@media (min-width: 768px) {}

/* Desktop */
@media (min-width: 992px) {
    body {
        height: 100vh;
        padding: 15px;
        padding-bottom: 5px;
        grid-template-columns: 1fr 1fr;
    }

}

/* Formulario de login */

.card-login {
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 0;
    padding: 0px 0 10px 0;
    flex-direction: column;
    /* background-color: #E4E4E4; */
    justify-content: space-between;
    font-family: var(--font-padrao);
}
.card-login > div:first-child > img{
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.card-login > p{
    font-size: 22px;
    font-weight: 500;
    color: #18315B;
    text-align: center;
    font-family: var(--font-padrao);
}

.mensagem-erro {
    font-weight: 600;
    text-align: center;
    color: rgb(240, 70, 70);
}

.form-login {
    gap: 25px;
    display: flex;
    padding: 0 25px;
    margin: 35px 0 15px 0;
    flex-direction: column;
}

.input-login {
    width: 100%;
    border: 1px solid #C7C7C7 !important;
}

.label-login {
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #494949 !important;
    background-color: #e8f0fe !important;
    font-family: var(--font-padrao) !important;

}
.label-login.clicked {
    background-color: transparent !important;
}
.btn-login {
    width: 100%;
    height: 54px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 15px;
    border-radius: 6px;
    background-color: var(--cor-10);
}
.btn-login:hover {

    background-color: var(--cor-32);
}
.card-login > div:last-of-type {
    display: flex;
    font-size: 15px;
    padding: 0 25px;
    font-weight: 400;
    color: #24509B;
    margin-bottom: 20px;
    justify-content: space-between;
}

.card-login > div:last-of-type > a:hover {
    text-decoration: underline !important;
}

.text-version{
    margin-top: auto;
    text-align: center;
    font-size: 14px !important;
    font-weight: 300 !important;
    color: #858687 !important;
}

.linha-login-responsivo {
    display: block;
    width: 100%;
}

.linha-login {
    display: none;
    width: 100%;
}

.footer-login{
    color: #c2a566;
    width: 100%;
    font-size: 12px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    text-align: center;
    z-index: 3;
    opacity: 0.8;
}

.footer-login > img{
    margin-bottom: 5px;

}

footer {
    width: 100%; /* O footer ocupa toda a largura */
    height: auto; /* A altura se adapta ao conteúdo */
    position: fixed; /* Fixado na parte inferior da tela */
    bottom: 0; /* Alinha ao fundo da tela */
    left: 0; /* Alinha à borda esquerda */
    z-index: 1; /* Coloca acima de outros elementos se necessário */
    display: block; /* Garante que o footer seja exibido corretamente */
  }

  footer img {
    width: 100%; /* Imagem ocupa toda a largura do footer */
    height: auto; /* Mantém as proporções da imagem */
    display: block; /* Remove espaços ao redor da imagem */
    position: relative;
    z-index: -1;
  }

.text-hr > span{
    background: #E4E4E4;
    color: #353535;
}
.texto-titulo{
    font-size: 34px !important;
    font-weight: 500 !important;
}
.mg-auto {
    position: relative;
    z-index: 2;
    top: -4%;
}

.btn-login-google{
    width: 100%;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: 6px;
    background-color: #533d3293;
}
.btn-login-google:hover{
    width: 100%;
    background-color: var(--cor-34);
}
.apresentacao{
    line-height: 2rem !important;
}
@media (min-width: 992px) {
    .mg-auto{
        margin: auto;

    }

    .card-login > div:first-child > img{
        margin: auto;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .card-login > div:last-of-type {
        margin-bottom: 0px;
    }

    .footer-login {
        grid-column: -3 /-1;
        margin-top: 0px;
    }

    .card-login {
        width: 500px;
        /* min-height: 648px; */
        border-radius: 12px;
        padding: 20px 0 10px 0;
    }

    .linha-login-responsivo {
        display: none;
    }

    .linha-login {
        display: block;
    }
}

/* Texto de apresentação do sistema */

.container-texto-apresentacao{
    margin: auto;
    display: flex;
    align-items: center;
    padding: 25px;
    justify-content: center;

}

.texto-apresentacao{
    gap: 20px;
    display: flex;
    flex-direction: column;
    color: #091B39;
}

.texto-apresentacao > h1 {
    font-size: 35px;
    font-weight: 700;
}

.texto-apresentacao > p{
    font-size: 15px;
    font-weight: 400;
}

.texto-apresentacao > img{
    width: 300px;
}


@media (min-width: 768px) {
    .texto-apresentacao h1{
        font-size: 50px;
    }

    .texto-apresentacao p{
        font-size: 18px;
        font-weight: 400;
    }

    .texto-apresentacao > img{
        width: 350px;
    }
}

@media (min-width: 992px) {
    .container-texto-apresentacao{
        height: 300px;
        padding: 0 60px 0 120px;
    }

    .texto-apresentacao h1{
        font-size: 60px;
    }

    .texto-apresentacao > img{
        width: 450px;
    }
}
