#silver-otp-box {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    padding: 22px;
    border-radius: 18px;
    width: 95%;
    max-width: 380px;
    margin: 25px auto;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

#silver-otp-box h3 {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 800;
    color: #ff2d78;
}

#silver-otp-box input {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    border: none;
    margin-bottom: 10px;
    background: #000;
    color: #fff;
}

#silver-otp-box button {
    width: 100%;
    padding: 12px;
    background: #ff2d78;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    color: white;
    cursor: pointer;
    transition: 0.3s;
}

#silver-otp-box button:hover {
    background: #ff4b8d;
}

#otp_msg {
    text-align: center;
    margin-top: 8px;
    color: #ff2d78;
    font-size: 14px;
}
