header + div {
    background: url("../img/contact/photo.jpg") no-repeat center;
}

.content {
    background: #fbab1e;
}

.content .bar {
    background: black;
}

.content input {
    height: 50px;
}

.content textarea {
    height: 280px;
    resize: none;
    outline: none;
}

input{
    border: 1px solid white !important;
}