@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');



body{

    background-color: #008e32;

    min-height: 100vh;

    display: flex;

    justify-content: center;

    align-items: center;

    font-family: "Roboto", sans-serif;

    margin: 0;

}



main{

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    width: 100%;

    max-width: 300px;

    margin: 2rem 1rem;

}



.inputs_login{

    border: none;

    background: none;

    outline: none;

    color: white;

    width: 100%;

    font-size: 16px;

}



.inputs_login::placeholder{

    color: white;

    font-size: 16px;

}



.container_login{

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    width: 100%;

    gap: 1.5rem;

}



.texto_logo{

    color: white;

    font-size: 5rem;

}



.container_inputs{

    display: flex;

    flex-direction: column;

    gap: 2.5rem;

    width: 100%;

}



.div_inputs{

    border-bottom: 1px solid white;

    padding-bottom: 0.3rem;

    display: flex;

    gap: 0.3rem;

}



.fa-solid{

    color: white;

    font-size: 18px;

}



.btn_entrar{

    background-color: #595959;

    border: none;

    color: white;

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

    width: 100%;

    border-radius: 8px;

    padding: 0.8rem;

    font-size: 18px;

    font-weight: 500;

    cursor: pointer;

}



.texto_autentificacao{

    color: white;

    font-size: 14px;

    font-weight: 400;

    margin: 0;

}



a{

    text-decoration: none;

}

.skiptranslate{
    display: none;
}