.imageInput {}

.imagePreview {
    position: relative;
    width: 15em;
    height: 15em;
    background-position: center center;
    background: url("../images/no-image.1aee4068f602.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    border: 1px solid rgba(0,0,0,.1);
}

.uploadImage {
    display: block;
    border-radius: 0;
    margin-top: -6px;
    width: 15em;
    border: 1px solid rgba(0,0,0,.1);
}

.deleteImage {
    position: absolute;
    top: -0.2em;
    right: 0.2em;
    font-size: 1.7em;
    opacity: 0.8;
}

.imgUp {
    margin-bottom: 15px;
}