@import url('https://fonts.googleapis.com/css2?family=Lora&family=Open+Sans:wght@300&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    height: 100vh;
    width: 100vw;
    background-image: url(../images/1920x1080_px_amazon_animals_Ecuador_Ocelots_Rainforest-1655881.jpg);
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Open Sans', sans-serif;    
}

#entrar{
    margin-bottom: 100px;
}
#cadastrar{
    width: 80px;
}
#botoes-secundarios{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    
}
#botoesEntrada{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.btn{
    font-size:1em;
    height: 35px;
    width: 160px;
    border: none;
    border-radius: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    
}
.indicadores{
    font-size: 1.2em;
    font-weight: 900;
}
.titulo{
   margin-bottom: 45px;
   font-size: 2.1em;
   text-shadow: 2px 3px 3px rgba(0, 0, 0, .6);
   color: white;
}
.conteiners{
    height: 510px;
    width: 410px;
    background: rgba( 255, 255, 255, 0.3 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 3.5px );
    -webkit-backdrop-filter: blur( 3.5px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    color: black;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 2px 3px 4px 3px rgba(0, 0, 0, .6);
    display: flex;
    align-items: start;
    justify-content: baseline;
    flex-direction: column;   
}
.dataBox{
    width: 90%;
    height: 30px;
    margin: 10px;
    border: none;
    border-radius: 5px;
    padding: 3px;
}
.output{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-evenly;
    flex-direction: column;
}
.divisaoBackground{
    box-sizing: border-box;
    border-radius: 5px;
    padding: 5px;
    border-radius: 5px;
    background: #B0BB93;
    box-shadow:  31px 31px 63px #898989,
                -31px -31px 63px #ffffff;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, .3);
}
.telaDeSaida{
    background-color: white;
    color: black;
    font-weight: bolder;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.link{
    color: black;
    text-decoration: none;
}
.begin{
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
}
.btnvoltar{
    font-size: 20px;
    background-color: #B0BB93;
    border-radius: 5px;
    border: none;
    padding: 3px;
    box-sizing: border-box;
    color: white;
}