/* Custom styles for the membership plugin */
form {
    margin: 20px 0;
}

input[type="text"], input[type="email"], input[type="password"], select {
    display: block;
    margin: 10px 0;
    padding: 10px;
    width: 100%;
}

input[type="submit"] {
    padding: 10px 20px;
}


