.ip-restrict-form-container{
    text-align: center;
}

#anr_captcha_field_1 div {
    margin:  auto;
}

.ip_restricted_text{
    text-align: center;
    color: #012F6B;
    font-family: "Inter";
    font-size: 35px;
    font-weight: 600;
}

.ip_restricted_text_02{
    text-align: center;
    font-weight: bold;
}

.ip_restricted_capthca{
    text-align: center;
}
.ip_restricted_capthca .gglcptch_recaptcha{
    display: flex;
    justify-content: center;
}

input[type=submit].ip_restricted_submit {
    background-color: #FFD800;
    border-radius: 15px;
    color: #012F6B;
    font-size: 16px;
    font-weight: bold;
}