.se-custom-form .se-webform {
    border: 0 !important;
    width: 448px !important;
}

.se-custom-form .se-webform-inner h3  {
    color: #161616 !important;
    font-family: 'Exo 2', sans-serif !important;
    font-size: 32px !important;
    line-height: 38px !important;
    color: #161616 !important;
    letter-spacing: 1.6px !important;
    padding: 24px 0 5px 0 !important;
}

.se-custom-form .se-webform-inner p, .se-webform-inner label  {
    color: #161616 !important;
}

.se-custom-form {
    margin: 0 auto !important;
}

.se-custom-form .se-webform-inner {
    background: #F9F7FB !important;
    font-family: 'Source Sans Pro' ,sans-serif !important;
}

.se-custom-form .se-body input {
    font-weight: normal !important;
}

.se-custom-form .se-body input:focus {
    outline: 1px solid #cdcdcd !important;
    color: #161616 !important;
    font-weight: normal !important;
}

.se-custom-form .se-submit button:hover {
    background: #0664A9 !important;
    transition: all 0.3s ease-out !important;
}

.se-custom-form .se-submit button {
    background: #172F6F !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    height: 52px !important;
    font-family: 'Source Sans Pro' ,sans-serif !important;
    font-size: 14px !important;

}

@media screen and (max-width: 670px) {
    .se-custom-form .se-webform {
    width: 100% !important;
    }
}