body{
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-family: MavenPro;
        
}
.button{

}
#logo{
    display: block;
    left: 30%;
    width: 40%;
}

input{
    position: relative;
    width: 100%;
    margin-bottom: 5%;
    background-color: #eee;
    border-radius: 5px;
    font-size: 20px;
    -webkit-appearance: none !important;
    -moz-appearance:    none !important;
    appearance:         none !important;
}

input[type="file"] {
    display: none;
}
.custom-file-upload {
    width: 100%;
    border: 1px solid #ccc;
    display: inline-block;
    margin-bottom: 5%;
    cursor: pointer;
    background-color: #eee;
    border-radius: 5px;
}
select{
    position: relative;
    margin-bottom: 5%;
    background-color: #eee;
    border-radius: 5px;
    font-size: 20px;
    -webkit-appearance: none !important;
    -moz-appearance:    none !important;
    appearance:         none !important;
}
#uploadbox{
    width: 90%;
    left: 4%;

}