

input::placeholder {
    color: #b6b6b6;
    /*color: #555;*/
}

input {
    color: white;
    background-color: black;
    border: none !important;
    padding: 5px;
}

input:focus {
    outline: none;
    background-color: black;
    border: none !important;
    color: white !important;
}

input,
input.form-control,
textarea,
textarea.form-control,
select,
select.form-control {
    padding: 0 20px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    box-shadow: none;
    border-radius: 5px;
    transition: all 0.2s;
    color: white;
}

.formControl {
    display: block;
    width: 100%;
    color: white;
    background-color: #2f2f2f;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}