footer {
    background-color: #2a343e;
    padding: 60px 40px;
    color: #fff;
}
form#iletisim-formu {
    padding-bottom: 20px;
}
footer input.form-control, footer textarea.form-control {
    background-color: #2a343e !important;
    border: none;
    border-bottom: 2px solid #27a3dd;
    border-radius: 0px;
    padding: .375rem 0rem;
    margin-bottom: 20px;

}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ecefef;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}