button, a.btn{
    background-color: #0d9a48;
    color: white;
}
.btn {
    font-size: 15px;
    padding: 3px;
    margin-bottom: 15px;
}
.btn:hover {
    color: white;
    background-color: #0b8a40;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-top: none;
    vertical-align: middle;
}

#container #logo{
    height: 100%;
    width: 350px;
}