#bf-vertical {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 20px 15px;
    background-color: #F5BC41;
    margin: auto;
    width: 100%;
    gap: 1rem;
}

#bf-vertical label {
    color: #333333;
    margin-bottom: 5px;
    display: block;
    font-size: 15px;
    line-height: 15px;
}

#bf-vertical input[type="date"],
#bf-vertical input[type="text"],
#bf-vertical select {
    min-width: 140px;
    min-height: 50px;
    border: none;
    background: #F8F8F8;
    border-radius: 4px;
    padding: 8px 10px;
    outline: none !important;
}

#bf-vertical select {
    min-width: 40px;
}

#bf-vertical select option {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

#bf-vertical input[type="submit"] {
    margin: 18px 0 0 !important;
    background: #2B71BC !important;
    border-color: #2B71BC !important;
    border-radius: 4px !important;
}

#bf-vertical .form-group.childrens-age label {
    white-space: nowrap;
}
