﻿.file__Form {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .file__Form > label {
        color: #8d8d8e;
        text-align: left;
        cursor: pointer;
        display: inline-block;
    }

    .file__Form > input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
    }