form legend {
    margin-bottom: 1.5rem;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

form label, label{
    font-weight: 400;
    color: #565656;
}

form input.input-sm, form select.input-sm {
    font-weight: 400;
    font-size: 12px;
    color:#999;
}

input[type=file] {
    position: absolute;
    top: -3px;
    right: 10px;
    height: 35px;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
    overflow: hidden;
    width: 100%;
}

input.form-control, 
select.form-control, 
textarea.form-control{
    border: 1px solid #ced4da;
    background-color: #f5f5f5;
    border-radius: 25px;
    line-height: 1.43;
    min-height: 3.5em;
    padding: 0.5em 1.07em 0.5em;
    box-shadow: none;
    font-size: 14px;
    color: #666;
}

textarea.form-control{
    resize: none;
    border-radius: 6px;
}