body {
    padding: 0;
    margin: 0;
}

.sign-in {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.form-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

table {
    border-collapse: collapse;
    margin: auto;
}

td {
    height: 64px;
    width: 64px;
    border: none 1px grey;
    background-size: 100%;
}
