#contactsForm .form-control, #submitContact {
    border-radius: 0;
}

#contactsForm {
    margin: 22px 5% 0 5%;
}

#contactsForm input, #contactsForm textarea {
    border: none;
    border-bottom: 1px black solid;
    box-shadow: none;
    resize: none;
}

#contactsForm ::placeholder, #submitContact {
    color: black;
}

#contactsHeader {
    text-align: center;
    padding-bottom: 5%;
}

#submitContact {
    margin-left: 43%;
    margin-right: 43%;
    width: 14%;
    border: none;
    transition: background-color 0.5s;
}