.siys-form-wrapper {
    position: relative;
}

.siys-otp-overlay {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.siys-otp-popup {
    width: 420px;
    max-width: 95%;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.siys-otp-popup input {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
}

.siys-otp-popup button {
    width: 100%;
    margin-bottom: 10px;
}

.siys-hidden-form {
    pointer-events: none;
    opacity: .4;
}