.form-style-file-input {
    padding-top: 8px;
}

.form-style-file-input input[type=file] {
    display: none;
}

.form-style-file-input button {
    outline: none;
    border: none;
    background-color: #ebebeb;
    padding: 5px 25px;
    color: #5b5b5b;
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 5px;
}

.form-style-file-input .caption {
    display: inline-block;
    margin-bottom: 5px;
}

.form-style-input {
    height: 40px;
    padding: 0 5px;
    font-size: 16px;
    width: 100%;
    border: 1px solid #c5c5c5;
    color: inherit;
    background-color: white;
}
.form-style-input[disabled],
.form-style-input[readonly] {
    background-color: #eeeeee !important;
}
.form-style-select,
.form-style-input {
    outline: none !important;
}

textarea.form-style-input {
    padding: 20px;
    height: 85px;
    resize: none;
}