.form-control, .custom-file-input{
    margin-top: .25em;
    border: 1px solid #666;
    border-radius: .5em;
    padding: .25em
}
.flex-container label{
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

[data-upload-target="preview"]{
    max-height: 100px;
    max-width: 100%;
}