.cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_submit input[type="submit"] {
    border: 0;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 1rem 1.6rem;
    outline: none;
    cursor: pointer;
    background: #03abd9;
    color: #fff;
    text-transform: uppercase;
}

.cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_submit input[type="submit"]:disabled {
    border: 0;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 1rem 1.6rem;
    outline: none;
    cursor: not-allowed;
    background: rgba(1, 40, 55, 0.31);
    color: #fff;
    text-transform: uppercase;
}

.error {
    color: red;
}

.success {
    color: green;
}