.TableLogin { 
    width: 100%;
    height: 220px;
    text-align: center;
    background-color: whitesmoke;
}

.TableLogin thead th {
    height: 40px;
    background-color: lightgray;
    border: 0px;
}

.TableLogin tbody td {
    height: 40px;
    background-color: whitesmoke;
    border: 0px;
}

.TableLogin tfoot th {
    height: 40px;
    background-color: lightgray;
    border: 0px;
}
