/*
 *  custom style
*/

li.error {
    margin-left: 20px;
}

div[data-hunter="oom-hunter"]:before {
    content: "";
    background: url(/wp-content/themes/hello-elementor-child/assets/img/captcha-img.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 50px;
    display: block;
}

button.elementor-button.send-otp-btn {
    position: absolute;
    right: 15px;
    top: 5px;
    padding: 5px 10px !important;
    font-size: 13px !important;
    z-index: 9;
}