.bd-form-wrapper {
    padding: 15px;
    margin: 10px;
    border: 1px solid #d6d6d6;
    background-color: #f2f2f2;
}

.bd-form-wrapper label {
    font-family: Arial,'Helvetica Neue',Helvetica,Arial,sans-serif !important;
    line-height: 1.4em;
    font-weight: bold;
    font-size: 14px;
    color: #333;
    margin: 4px 0 0;
}

.bd-form-row input,
.bd-form-row select {
    margin: 2px !important;
}

.bd-form-row textarea {
    height: 100px;
}

.bd-form-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.bd-form-field-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    padding: 0 10px;
    margin-bottom: 15px;
}

.bd-form-button {
    margin: 4px 12px;
}

@media screen and (max-width: 800px) {
    .bd-form-field-column {
        flex: 1 100%;
    }
}