.fundo{
    background-color: rgba(9, 6, 37, 0.61);
}
.quadradoentrar{
    width: 350px;
    height: 400px;
    background-color: rgba(6, 4, 24, 0.61);
    margin-left: 75vh;
    color: white;
    box-shadow: 5px 5px 60px chocolate;
    border-radius: 20px;
}
.textarea{
    background-color: white;
    margin-left: 9vh;
    resize: none;
    border-radius: 5px;
    font-size: 3vh;
}
.entrar{
    color: orange;
    font-size: 35px;
    margin-left: 10vh;
}
.senha{
    
        background-color: white;
        margin-left: 9vh;
        resize: none;
        border-radius: 5px;
        font-size: 3vh;
}
.botaoentrar{
    border-radius: 10px;
    margin-left: 23vh;
}
.botaovoltar{
    background-color: white;
    font-size:30px;
    
    height: 50px;
}