*{margin: 0;}
header{
    /*text-align: center;*/
    margin-left: 10%;
    margin-top: 20px;
}
.forms{
    margin-left: 5%;
    margin-top: 5px;
    width: 90%;
    border-radius: 5px;
    background-color: #4F8AFF;
    color: #000;    
}
.painel{
    margin-left: 4%;
    margin-top: 15px;
    width: 400px;
    height: 200px;
    border-radius: 5px;
    background-color: #e5eaf0;
    /* color: #000;     */
}
form label{ 
    margin-left: 2%;
    margin-top: 35px;
    
    
}
form input{
     margin-left: 2%;
    margin-top: 1px;
    width: 94%;
    border-radius: 5px;
    height: 22px;
}
.button_submit{
    margin-top: 5px;
    padding: 5px;
    background-color: rgba(219, 244, 219, 0.22);
    /* background-color: rgba(10, 248, 86, 0.818); */
    color: aliceblue;
    font-size: medium;
    border-radius: 5px;
    margin-left: 40%;
}
.button_submit:hover {
    background-color: rgba(255, 13, 17, 0.555);
} 