.forms-event {
    position: relative;
}
.forms-success {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #ffffffeb;
    height: 100%;
    color: #109600;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.grecaptcha-badge {
    visibility: hidden;
}
.forms-error_list {
    text-align: center;
    color: red;
}
.SmartCaptcha-Shield {
    visibility: hidden;
}