.dropzone {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    background-color: #c8dadf;
    position: relative;
    padding: 60px 20px;
    width: 90%;
    cursor: pointer;
}

.dropzone.is-dragover {
    outline: 3px dashed #b32d41;
}

.dropzone .file-input {
    position: absolute;
    bottom: 20px;
    left: 35%;
    width: 30%;
}

.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
