/*
*   https://bootstrapious.com/p/bootstrap-image-upload
*   https://jsfiddle.net/bootstrapious/8w7a50n2/
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.formInput-upload .upload-file { opacity: 0; height: 1px; padding: 10px; }
.formInput-upload .upload-label { margin-left: 20px; padding-top: 13px; }

.image-area {

}

.image-area::before {
}

.image-area img {
    margin-top: 15px; margin-bottom: 15px;
    max-width: 280px;
    /** border: 1px solid #dedede; **/
}
