.recaptcha-flex__row--center-center {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.recaptcha-padding-y-15 {
    padding-block: 15px;
}

#recaptcha-utility_screen {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, .9);
    color: black;
    padding: 30px;
    text-align: center;
}

.recaptcha-display-none {
    display: none;
}

.recaptcha-display-block {
    display: inherit;
}

.recaptcha-button,
.recaptcha-button:hover,
.recaptcha-button:focus {
    background: #F05203;
    width: 100%;
    border-radius: 0px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
    max-width: 250px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    border: 1px solid transparent;
    line-height: 1;
    text-align: center;
    margin-top: 30px;
}

.recaptcha-position-relative{
    position: relative;
}
