input[type=file] {
    padding: 22.5px 22.5px 22.5px 12.5px;
    margin: 0 auto 30px;
    border-radius: 8px;
    border: 2px dashed #4aa7f8;
    background: rgba(74, 167, 248, 0.0509803922);
    transition: border 0.3s, background 0.3s, color 0.3s;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    color: #4aa7f8;
    text-indent: 12.5px;
}