.inp-log{
    text-align: center;
    background-color: white;
    font-family: 'sans-serif', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: rgb(153, 54, 38);
    border: 3px solid rgb(153, 54, 38);
    font-size: 20pt;
    border-radius: 10px;
}


.inp-senha{
    text-align: center;
    background-color: transparent;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: rgb(153, 54, 38);
    border: none;
    font-size: 32px;
    font-weight: 900;
}

input:focus, textarea:focus{
    outline: none;
    box-shadow: none;

}