/* Form Container */
.tribe-events-community {
    max-width: 900px;
    margin: 0 auto;
}

/* Labels */
.tribe-events-community label {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #6c8a96;
}

/* Inputs */
.tribe-events-community input,
.tribe-events-community textarea,
.tribe-events-community select {
    border: none;
    border-bottom: 1px solid #cfd8dc;
    border-radius: 0;
    background: transparent;
    padding: 10px 0;
    font-size: 16px;
}

/* Focus */
.tribe-events-community input:focus,
.tribe-events-community textarea:focus {
    border-bottom: 1px solid #009688;
    outline: none;
}

/* Section Headers */
.tribe-events-community legend,
.tribe-events-community h3 {
    font-weight: 600;
    font-size: 18px;
    color: #2f4f5b;
}

/* Buttons */
.tribe-events-community input[type="submit"] {
    background: #009688;
    color: white;
    border: none;
    padding: 14px 28px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 2px;
}

/* Hover */
.tribe-events-community input[type="submit"]:hover {
    background: #00796b;
}

/* Required asterisk */
.tribe-events-community .required {
    color: #e53935;
}