.elitemember-form {
    max-width: 400px;
    margin: 2rem auto;
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.elitemember-form input[type="text"],
.elitemember-form input[type="email"],
.elitemember-form input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.elitemember-form input[type="submit"] {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 12px;
    width: 100%;
    border-radius: 6px;
    cursor: pointer;
}

.elitemember-form input[type="submit"]:hover {
    background: #005177;
}
