button:hover { 
    cursor: pointer;  
}
.inputText{
    border: none; 
    border-bottom: 2px solid black; 
    padding-bottom: 5px; 
    outline: none;
    background-color: white;
}
.inputText:disabled{
    border: none;
    border-bottom: 2px solid grey; 
    padding-bottom: 5px;  
    outline: none;
    background-color: white;
}
.inputText:focus {
    border-bottom-color: red;
}


/*MARGINS DOS BUTTONS*/
.margin100{
    margin-right: 100px;
}
.margin45{
    margin-right: 45px;
}
.margin85{
    margin-right: 85px;
}
.margin7{
    margin-right: 7px;
}
.margin28{
    margin-right: 28px;
}

