/* body {
    margin: 0;
    padding: 0;
    height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;

    background-image: url('/resources/imgs/background.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
} */

html, body {
    margin: 0;
    padding: 0;
    height: 100%; /* Garantir que ocupem 100% da altura da tela */
  }
  

.box-conteiner-login {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    /* background-color: white; */
    border-radius: 10px 10px 10px 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    opacity: 0.9;
    padding: 20px;
}

.div1 {
    width: calc(50% - 10px);
    min-height: 100%;

    background-image: url("");
    background-size: 100% 100%;
    background-repeat: no-repeat;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.div2 {
    width: calc(50% - 10px);
    min-height: 100%;
    padding: 30px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.marcadaagua {
    width: 100%;
    height: 50%;

    /* background-image: url("/public/imagens/fundo-tela-login2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat; */
}

@media screen and (max-width: 400px) {
    .box-conteiner-login {
        display: block;
        align-items: normal;
        justify-content: left;
        width: calc(100% - 20px);
        margin: 10px;
      
        
    }

    .box-conteiner-login:before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.3;
        background-image: url("");
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: cover;
        border-radius: 10px 10px 10px 10px;
        
    }

    .div1 {
        position: relative;
        float: left;
        width: 100%;
        margin: 0px 0px;
        min-height: 0px;
        background-image: none;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .div2 {
        position: relative;
        float: left;
        width: 100%;
        /* margin: 5px 0px; */
        align-items: normal;
        justify-content: center;

       /* background: rgba(164, 162, 162, 0.4);*/
    }
}

.logomarca {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    background-color: aqua;
}

.formlogin {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
}

/* Full-width input fields */
input[type=text] {
    width: 100%;
    padding: 10px;
    border-radius: 10px 10px 10px 10px;
    display: inline-block;
    border: none;
    background: white;
}

input[type=password] {
    width: 100%;
    padding: 10px;
    border-radius: 10px 10px 10px 10px;
    display: inline-block;
    border: none;
    background: white;
}

input[type=email] {
    width: 100%;
    padding: 10px;
    border-radius: 10px 10px 10px 10px;
    display: inline-block;
    border: none;
    background: white;
}


a {
    color: #f1f1f1;
}

.redes-social {
    position: relative;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 10px 0px 10px 0px;
    text-align: center;
}

.redes-social i {
    margin: 10px;
    width: 10px;
}

.iforme {
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
}

.titulologin {
    right: 20px;
    

}

@media screen and (max-width: 400px) {
    body {
        background-image: url('');
    }

    .box-conteiner {
        width: 100%;
    }
}
