.date-from-export-import, .date-to-export-import {
    width: 50%;
    float: left;
}
.date-from-export-import {
    margin-right: 2%;
    width: 48%;
}
input[value="Export File"] {
    max-width: 300px;
    background-color: #595959!important;
}
input[type="submit"] {
    background-color: #ed7d31;
    color: #fff;
    border: 0;
    height: 50px;
    display: inline-block;
    padding: 0 38px!important;
    margin-bottom: 50px;
    font-size: 20px!important;
    font-weight: 100!important;
    border-radius: 0;
}
a, p, td, th, input, input[type="submit"], label, h1, h2, h3, h4, h5, input[type="button"] {
    font-family: 'open_sansregular';
}