.FormSection .__center form dl [data-formrun-show-if-error] {
    margin-top: .375rem;
    color: #db2623;
    font-size: .875rem;
}

.FormSection .__center form button {
    background: #db2623;
    width: 14.375rem;
    height: 3.75rem;
    border-radius: 3.75rem;
    display: block;
    color: #fff;
    margin: 0 auto;
    font-size: 1.0625rem;
    font-weight: 700;
    text-indent: .5em;
    margin-top: 1.25rem;
}

.FormSection.--mailSection form button {
    background: #302f9c;
}