button.forminator-button.forminator-button-submit {
    background: #080d41;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    box-sizing: border-box;
    width: auto;
    min-width: 100px;
    max-width: unset;
    height: auto;
    min-height: unset;
    max-height: unset;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin: 0 10px 0 0;
    padding: 10px;
    border: 0;
    border-radius: 2px;
    background-image: unset;
    line-height: 1.45em;
    text-align: center;
    transition: 0.2s ease;
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    margin-right: 0;
    font-size: 14px;
    font-family: inherit;
    font-weight: 500;
    background-color: #42806b;
    color: #ffffff;
}
.span_color_success
{
    color: #2ecc71;
}
.span_color_error
{
    color: red;
}
