
label {
    transition: 0.2s;
}


.go-bottom input:focus + label,
.down + label {
    font-size: 70%;
    top: -25%;
}

.file label,
.file input,
.file i {
    cursor: pointer;
}

.file label:hover {
    color: red;
}

.column-in-center{
    float: none;
    margin: 0 auto;
}

div.file-list {
    margin-left: 2.5rem;
    position: absolute;
    top: .65rem;
    left: 0;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: text;
    color: #757575;
    max-height: 35px;
    overflow: hidden;
}
