div .file {
    position: relative;
    overflow: hidden;
}
div .file input {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
}

.hover-hilite:hover {
    background: #eeebeb;
}


:required {
  border-color: #ffc6c6;
}