.webcoss-otp-wrapper {
    max-width: 400px;
    margin: 10px auto;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.webcoss-field {
    margin-bottom: 15px;
}

.webcoss-field input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.webcoss-btn {
    width: 100%;
    padding: 12px;
    border: none;
    background: #000;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}

.webcoss-btn:hover {
    background: #333;
}

.webcoss-message {
    margin-top: 10px;
    font-size: 14px;
}

.webcoss-login-link {
    text-align: center;
    margin-top: 15px;
}

.button__register {
    width: 100%;
    background: #2E5FC5;
    color: #fff;
    padding: 14px;
    border-radius: 8px;
    border: none;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.button__register:hover {
    background: #333;
}

.woocommerce .button__register {
    width: 100%;
    background: #2E5FC5 !important;
    color: #fff !important;
    padding: 14px;
    border-radius: 8px;
    border: none;
    font-size: 15px;
    transition: 0.3s;
}

.woocommerce .button__register:hover {
    background: #1f45a3 !important;
}