#contact.identifier {
    /*padding-top:0px!important;*/
}
#contact {
    color: #6a635c;
    padding-bottom: 40px;
}
#contact fieldset {
    padding: 5px 10px 5px 10px;
    margin-bottom: 20px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    border-radius: 10px;
}
#contact legend {
    width: initial;
    font-size: medium;
    margin-bottom: 0;
    height: 42px;
}
#contact .fieldset-header {
    margin-top: -20px;
    margin-left: 40px;
    color: #449d44 !important;
    font-size: 24px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 600;
}
#contact .fa-circle {
    color: #5cb85c;
}
#contact .fa-envelope {
    color: #fff !important;
}

@media (max-width: 787px) {
    #contact {
        padding-bottom: 0px;
    }
}

/* ---- Warm page polish ---- */
#contact .fa-circle {
    color: #5cb85c !important;
}
#contact .form-control {
    border-radius: 10px;
    border-color: #e6e2dc;
}
#contact .input-group-addon {
    border-radius: 10px 0 0 10px;
    background: #f3f1ed;
    border-color: #e6e2dc;
    color: #6a635c;
}
#contact .contact-aside {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid #e6e2dc;
}
#contact .contact-aside h3 {
    font-family: "Fraunces", Georgia, serif;
    color: #1e1a17;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}
#contact label {
    color: #1e1a17;
    font-weight: 600;
}
