.container {
    margin-bottom: 5%;
}

#form-header {
    margin-top: 5%;
    text-align: center;
}

#form-tagline {
    background: #512323;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    color: #ffffff;
    margin-top: 5%;
    padding: 4%;
    text-align: left;
}

#form-tagline .fa {
    margin-bottom: 15%;
}

#form-tagline h2 {
    margin-bottom: 15%;
}

#form-content {
    background: #f8f4e3;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    margin-top: 5%;
    padding: 3%;
}

.form-group {
    margin-top: 5%;
}

.contact {
    padding: 4%;
    height: 400px;
}
  
.control-label{
    font-size:16px;
    font-weight:600;
}
  
div .submit-button{
    margin-top:3%;
    text-align:right;
}
  
button{
    white-space: normal;
    width:auto;
    background: #f9a03f;
    color: #ffffff;
    font-weight: 600;
    width: 25%;
} 

button:hover {
    background: #ff6d00;
}

@media only screen and (max-width: 768px) {
    #form-content {
        margin-top: 0;
    }

    #form-tagline {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
        border-bottom-left-radius: 0;
    }
}