span.wpcf7-not-valid {
    border: 1px solid #f44522!important;
    background-color: #fbeff3!important;
    box-sizing: border-box;
}

span.wpcf7-not-valid-tip {
    color: #ffffff!important;
    padding: 6px 12px 6px!important;
    position: relative;
    display: inline-block!important;
    background-color: #e05050;
    left: 0;
    top: 8px;
    margin-bottom: 8px;
    clear: both;
    border-radius: 5px;
    border: none;
}

span.wpcf7-not-valid-tip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 30px;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #e05050;
}

div.wpcf7-validation-errors,
div.wpcf7-response-output {
    color: #b94a48;
    padding: 11px 16px 10px!important;
    position: relative;
    /*display: block;*/
    background-color: #f2dee6;
    left: 0;
    top: 8px;
    margin-bottom: 8px;
    clear: both;
    border-radius: 5px;
    border: 1px solid #b94a48!important;
}

div.wpcf7-mail-sent-ng {
    color: #3fad3a;
    padding: 11px 16px 10px!important;
    position: relative;
    display: block;
    background-color: #d9f7e5;
    left: 0;
    top: 8px;
    margin-bottom: 8px;
    clear: both;
    border-radius: 5px;
    border: 1px solid #3fad3a!important;
}

div.wpcf7-mail-sent-ok {
    color: #3e863c;
    padding: 11px 16px 10px!important;
    position: relative;
    display: block;
    background-color: #def2e0;
    left: 0;
    top: 8px;
    margin-bottom: 8px;
    clear: both;
    border-radius: 5px;
    border: 2px solid #398f14!important;
}

div.wpcf7-response-output {
    margin-left: 0px!important;
    margin-right: 0px!important;
}