form {
    position: relative;
}
.error_field,
.error_field + .form__checkbox {
    border-color: #ff3f3f !important;
    transition: 0.4s;
}

.grecaptcha-badge {
    display: none;
}

.form_status {
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    color: #00ae42;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: -10px;
    padding: 10px;
    box-sizing: initial;
    border-radius: 16px;
    background: rgb(50 50 50 / 67%);
}

.form_status .loading {
    display: none;
    max-width: 230px;
    width: 80%;
    top: 20px;
    position: relative;
}

.status_message {
    text-align: center;
}