#form-bk-wanday-destination {
    background-color: #09538a;
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

#form-bk-wanday-destination label {
    font-weight: bold;
}

#form-bk-wanday-destination select {
    padding: 10px 2em 10px 10px;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #09538a;
}

#form-bk-wanday-destination button {
    background-color: white;
    color: #09538a;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

#form-bk-wanday-destination button:hover {
    background-color: #12619e;
    color: white;
    box-shadow: 0px 0px 10px #c7c4c4;
}

.wrapper-form-bk-wanday-destination {
    justify-content: center;
}