
.form{
	text-align: center;
}
label{
    padding: 10px;
    background: red; 
    display: table;
    color: #fff;
    border-radius: 5px;
     }



input[type="file"] {
    display: none;
}