.vpd-form input, .vpd-form select, .vpd-form button {
    padding: 8px;
    margin: 5px 0;
    width: 100%;
    max-width: 400px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.vpd-form button {
    background-color: #0073aa;
    color: white;
    border: none;
    cursor: pointer;
}
.vpd-form button:hover {
    background-color: #005177;
}
