.fundo{
    background-color: rgba(9, 6, 37, 0.61);
}
.quadradologin{
    width: 350px;
    height: 400px;
    margin-left: 500px;
    background-color: rgba(6, 4, 24, 0.61);
    border-radius: 10px ;
    box-shadow: 5px 5px 20px;
    color: orange;
    font-size: 50px;
    text-align: center;
    
}
.textarea{
    resize: none;
    font-size: 20px;
    height: 25px;
    width: 300px; 
}
.senha{
    resize: none;
    font-size: 15px;
    height: 25px;
    width: 200px; 
   margin-left: 60px;
    
}
.ambos{
    display: flex;
   
}
.botao{
    border-radius: 10px;
}
.retornar{
    font-size: 40px;
    height: -100px;

}
.voltar{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-color: white;
    text-align: center;
}
