body {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-image: url('3162.jpg');
    background-size: cover;
}

#app {
text-align: center;
 background-color: rgba(255, 255, 255, 0.8);
 padding: 30px;
 border-radius: 30px;
 margin: 30px;

    
}


    .login-background {
        background-image: url('3162.jpg');
        background-size: cover;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-primary {
        background-color: orange; /* Cor do botão */
        border-color: orange; /* Cor da borda do botão */
    }

    .btn-primary:hover {
        background-color: darkorange; /* Cor do botão ao passar o mouse */
        border-color: darkorange; /* Cor da borda do botão ao passar o mouse */
    }


#imagem {
    padding-bottom: 30px;
}


textarea {
    margin-bottom: 20px;
}

.botaolog {
    background-color: orange;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
    border-radius: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
