﻿.dropify-message {
    color: #777 !important;
}

.dropzone {
    border: 2px dashed #0176b3;
}

input[type='file'] {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.display-hide {
    display: none;
}
