form {
    font-family: var(--font-actor);
}

.btn-submit {
    background-color: #c51b2b;
    border: none;
    padding: 12px 30px;
    font-weight: 700;
    color: white;
    border-radius: 30px;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-submit:hover {
    background-color: #a01723;
    color: #FFF;
}

.form-select,
.form-control {
    border-radius: 0;
    box-shadow: none;
    border: 0.3px solid #D9D9D9;
    height: 42px;
}

.form-select:focus,
.form-control:focus {
    border-color: #c51b2b;
    box-shadow: 0 0 0 0.2rem rgba(197, 27, 43, 0.25);
}

.form-control::placeholder {
    color: #000;
}

.form-label {
    font-weight: 600;
}

.upload-btn {
    border: 1px solid #ccc;
    padding: 6px 12px;
    cursor: pointer;

    height: 42px;
    display: flex;
    align-items: center;
    border-radius: unset;
    width: 100%;
    justify-content: center;
    background: #FFF;

    font-family: var(--font-actor);
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: justify;
    vertical-align: middle;

}


.bank-info {
    font-size: 0.9rem;
    line-height: 1.4;
}

.bank-info strong {
    font-weight: 700;
}

.bank-logo {
    max-width: 70px;
    margin: 10px 0;
}

#reservationForm {
    margin-top: 2.5rem;
}

.account-details {
    border: 0.3px solid #D9D9D9;
    padding: 3rem;

    font-family: var(--font-actor);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.col-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
