/* cev-style.css */
#cev-register-form {
    max-width: 400px;
    margin: 20px auto;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f9f9f9;
}

#cev-register-form p {
    margin-bottom: 10px;
}

#cev-register-form input[type="text"],
#cev-register-form input[type="email"],
#cev-register-form input[type="password"] {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}

#cev-register-form button {
    padding: 8px 15px;
    background: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
}

#cev-register-form button:hover {
    background: #005177;
}

#cev-register-response p {
    margin-top: 10px;
}
