

input[type="file"] {
    display: none;
}

.group-span-filestyle {
    float: right;
    position: absolute;
    z-index: 10;
}

    .group-span-filestyle .btn-primary {
        margin-top: 16px;
        margin-right: 0px;
    }

.bootstrap-filestyle .form-control {
    margin-right: 105px;
}


select option {
    padding: 20px;
    height: 20px;
    font-size: 20px;
    margin: 20px;
    font-weight: 400;
    line-height: 5;
}
.uploader-main {
    margin-top: 0px;
    margin-bottom: 0px;
}
.group-span-filestyle .btn-primary,
.group-span-filestyle .btn-default {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    background-color: #1d4d8b;
    border-color: #1d4d8b;
}