﻿body {
}




input[type=file] {
  font-size: 30px;
  line-height: 30px;
}

input[type="file"]::-webkit-file-upload-button{
        height:27px;
  }
  

label input{-moz-opacity:0 ;filter:alpha(opacity: 0);opacity: 0;}
label 
{
    background:#EEE;
    border: 1px solid #555;
    border-radius: 10px;
    padding: 3px; 
    width:97%;
    height:32px;
    display:block; /* more styles here */
    text-align: center; 
    vertical-align: middle;
    font-size: 18px;
    font-weight:600;
    }