/* css/form-styles.css */
#newplayerform {
    background-color: ##f7f4f4;
    padding: 15px;
}

.newplayer-form form {
    max-width: 600px;
    margin: 0 auto;
}

.newplayer-form .form-group {
    margin-bottom: 15px;
}

.newplayer-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.newplayer-form input[type="text"],
.newplayer-form input[type="email"],
.newplayer-form input[type="submit"] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
}

.hidden {
    display: none;
}