.form-control
{
    padding: 6px 0px;
}

.clearablefileinput + label {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 10px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    border-radius: 0px;
    margin-top: 8px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: url(http://dropdown/arrow/url/) no-repeat;
    background-position: right center;
    background-color: #CCCCCC;
    color: #000000;
    border: 1px solid #000000;
}

.textinput
{
    padding-left: 0;
    padding-bottom: 6px;
    width: 100%;
}

.no-padding-right-input
{
    padding-right: 0px;
}

.no-padding-left-input
{
    padding-left: 0px;
}

option {
    background-color: white !important;
    color: #000;
}