body {
    font-family: 'Nunito';
}

.navbar-brand img {
    height: 50px;
}

.reservation-item {
    display: flex;
    align-items: center;
    height: 41px;
}

.login-box {
    max-width: 500px;
    margin: 80px auto;
    box-sizing: border-box;
    padding: 30px 20px;
    background-color: #212529!important;
    color: white;
    box-shadow: 0 0 9px 0 #00000057;
}

.login-logo {
    display: block;
    height: 80px;
    margin: 0 auto;
}

.error {
    color: red;
}
