/* Bootstrap-era adjacent styling */
body.fixture-registration-form {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #f5f5f5;
}

.fixture-wrap {
    max-width: 520px;
    margin: 2rem auto;
    padding: 1.5rem 2rem 2rem;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fixture-wrap h1 {
    margin: 0 0 1rem;
    font-size: 24px;
    font-weight: 500;
}

.fixture-wrap label {
    font-weight: 700;
}

.fixture-wrap .optional {
    font-weight: 400;
    color: #777;
}

.fixture-wrap input[type="email"],
.fixture-wrap input[type="tel"],
.fixture-wrap input[type="password"] {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.fixture-wrap button[type="submit"] {
    padding: 6px 14px;
    background: #337ab7;
    border: 1px solid #2e6da4;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.fixture-wrap .hint {
    color: #777;
    font-size: 13px;
}

.fixture-wrap .back-to-index a {
    color: #337ab7;
}
