body{
    overflow: scroll;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 10000;
    display:none;
    font-family: 'Futura PT', Verdana, sans-serif;
    overflow: scroll;
}

input:invalid, textarea:invalid{
    background: none;
}

input[type='file']{
font-family: 'Futura-PT';
font-size: 16px;
}