/* Early responsive / flat UI */
body.fixture-contact-form {
    margin: 0;
    font-family: "Open Sans", "Segoe UI", sans-serif;
    background: #eceff1;
    color: #263238;
}

.fixture-wrap {
    max-width: 560px;
    margin: 1.5rem auto;
    padding: 1.5rem 1.75rem;
    background: #fafafa;
    border-top: 4px solid #00897b;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.fixture-wrap h1 {
    margin: 0 0 1rem;
    font-size: 1.35rem;
    font-weight: 600;
}

.fixture-wrap input[type="text"],
.fixture-wrap input[type="email"],
.fixture-wrap select,
.fixture-wrap textarea {
    width: 100%;
    padding: 0.5rem 0.6rem;
    border: 1px solid #b0bec5;
    border-radius: 2px;
    font: inherit;
}

.fixture-wrap button[type="submit"] {
    background: #00897b;
    color: #fff;
    border: none;
    padding: 0.5rem 1.2rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 2px;
}

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

.fixture-wrap .back-to-index a {
    color: #00695c;
}
