p {
    margin-top: 0;
    margin-bottom: 1rem;
}

table {
    text-align: left;
}

tbody tr:nth-child(even)
{
    background: #eee;
}

.signin-container {
    max-width: 300px;
    margin: 20px auto;
}

.default-head {
    color: white;
    background-color: green;
}

